node.js, Error: Cannot find module 'express'

后端 未结 18 1881
情话喂你
情话喂你 2020-12-02 08:57

I am new to Node.js, try to learn express to build my first web application. I got stuck on my very first sample code and need some help to get it running. Before I post th

18条回答
  •  粉色の甜心
    2020-12-02 09:42

    I had the same problem. My issue was that I have to change to the Node.js project directory on the command line before installing express.

    cd /Users/feelexit/WebstormProjects/learnnode/node_modules/
    

提交回复
热议问题