Farewell:
Error: Cannot find module’webpack/lib/RequestShortener’
This is really clueless. Later, there was an article to solve other similar error reporting methods, and I borrowed it, and it really worked!
-
npm install webpack –save-dev // After the installation is successful, there will be a prompt to install webpack-cli again
-
npm install webpack-cli –save-dev
After that, it’s okay~