Webpack - webpack-dev-server: command not found

后端 未结 11 1960
一个人的身影
一个人的身影 2020-12-22 23:29

I am working on a React webapp using webpack, loosely alongside this tutorial.

Accidentally, I added the node_modules folder to my git. I then removed it again using

11条回答
  •  爱一瞬间的悲伤
    2020-12-22 23:51

    Okay, it was easy:

    npm install webpack-dev-server -g
    

    What confused me that I did not need that at first, probably things changed with a new version.

提交回复
热议问题