Error: Cannot find module 'webpack'

后端 未结 17 2029
一整个雨季
一整个雨季 2020-12-22 16:49

I\'m just getting started with webpack and am having difficulty getting the multiple-entry-points sample to build. The webpack.config.js file in the example includes the li

17条回答
  •  再見小時候
    2020-12-22 17:48

    npm link webpack worked for me.

    My webpack configuration: "webpack": "^4.41.2", "webpack-dev-server": "^3.9.0", "webpack-cli": "^3.3.10"

提交回复
热议问题