Error: Cannot find module 'webpack/lib/node/NodeTemplatePlugin'解決方法
?解決方法:1,可以在本項(xiàng)目中安裝,npm install webpack 2, 或者是,在~/.bash_profile中添加如下設(shè)置: export NODE_PATH="/usr/local/lib/node_modules" 保存退出。 (.bash_profile這個(gè)是隱藏文件,或者是配置文件,那怎么進(jìn)入這個(gè)文件哪? ? ?輸入cd ~,輸入touch .bash_profile,輸入open -e .bash_profile,保存文件,關(guān)閉.bash_profile;更新剛配置的環(huán)境變量,輸入source .bash_profile)
2017-05-03
全局安裝會(huì)導(dǎo)致這個(gè)問(wèn)題,貌似運(yùn)行下這條指令就可以了:
npm link webpack