Coder Social home page Coder Social logo

Comments (8)

AlexSwensen avatar AlexSwensen commented on May 18, 2024 12

I would try running this to see what happens.

npm cache clear --force
rm -rf node_modules
npm install

I ran into this recently in a CI env. Clearing everything and installing from scratch (with the above steps) fixed it for me.
Tested in NPM 5.1.0
Assuming you have webpack installed correctly with its dependencies, this should work fine.

from react-starter.

shaimr avatar shaimr commented on May 18, 2024 3

If you rm -rf node_modules and run npm install it will work.
But I don't understand why it happened.

from react-starter.

imtmh avatar imtmh commented on May 18, 2024 2

I did rm -rf node_modules and run npm install, still not working for me :(

from react-starter.

HosseinAgha avatar HosseinAgha commented on May 18, 2024

same problem here
I'm using react 0.14.8 with webpack-dev-server 1.14.1

from react-starter.

waltiam avatar waltiam commented on May 18, 2024

@AlexSwensen thanks, that three step process cleared the error. Which is funny (funny euw?, not funny haha) 'cause this is a new project and all the pieces were just installed ...

from react-starter.

AlexSwensen avatar AlexSwensen commented on May 18, 2024

@Walt-D-Cat Yeah, it has something to do with the npm cache getting in a strange state in 5.1.0. (NPM stores a separate cache in addition to node_moduels)

I usually recommend just checking the latest version of npm with npm install -g npm@latest (you may need sudo if your permissions aren't set up correctly)

NPM 5 has some great (but new) changes. It's going to take some time for the rest of the Node ecosystem to catch up. I'm sure when Node 8 goes LTS with NPM 5 included it will help a lot. That is still a few months out though.

Best of luck!

from react-starter.

thodges314 avatar thodges314 commented on May 18, 2024

Helped me also, thanks!

from react-starter.

jefflueck avatar jefflueck commented on May 18, 2024

I did this and now it says that the express module is missing. The app crashes on server.js command.

from react-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.