If your node configuration is hosed, it is best to perform the following steps:
- delete package-lock.json
- delete node-modules
- check package.json for any errant packages and remove
- npm install
Source:
If your node configuration is hosed, it is best to perform the following steps:
Source: