Run These Commands
# 👇 check your package.json for dependency updates
npx npm-check-updates
# 👇 write newer version in package.json
npx npm-check-updates -u
# 👇 install the latest version
npm install
Ref: https://sebhastian.com/npm-err-code-1/
No comments:
Post a Comment