Closed o-az closed 1 year ago
The package-lock.json version was out of sync and there was an npm vulnerability that showed up when I ran npm install.
package-lock.json
npm install
To fix both I ran npm audit fix && npm install.
npm audit fix && npm install
The
package-lock.json
version was out of sync and there was an npm vulnerability that showed up when I rannpm install
.To fix both I ran
npm audit fix && npm install
.