npm ERR! enoent ENOENT: no such file or directory, open '/home/site/wwwroot/package.json' code example
Example: npm ERR! enoent ENOENT: no such file or directory, open
rm -rf node_modules
npm install
git commit package-lock.json
git push
rm -rf node_modules
npm install
git commit package-lock.json
git push