webpack:Cannot find module 'extract-text-webpack-plugin'

問題:webpack

在終端中使用此命令安裝了extract-text-webpack-plugin,npm install -g extract-text-webpack-plugin並在webpack.config.js文件中導入,可是運行終端npm run build後,仍然收到錯誤顯示:Cannot find module 'extract-text-webpack-plugin'。web

 

緣由:npm

extract-text-webpack-plugi不是全局安裝json

 

解決方法:ui

一、添加-g標誌來安裝package.json(npm init -y -g);spa

二、添加-g標誌來安裝npm init您的項目目錄(npm install webpack --save-dev -g);code

三、再在終端輸入npm install --save extract-text-webpack-pluginit

相關文章
相關標籤/搜索