Categories
Node

node configuration errors

If your node configuration is hosed, it is best to perform the following steps:

  1. delete package-lock.json
  2. delete node-modules
  3. check package.json for any errant packages and remove
  4. npm install

Source:

https://github.com/facebook/create-react-app/issues/4076

Leave a Reply

Your email address will not be published. Required fields are marked *