我學習React.js和我使用Windows 8 OS.i已導航到我的根文件夾的WebPack不被識別爲一個內部或外部命令,可操作的程序或批處理文件
1.Created the package.json file by npm init
2. install webpack by npm install -S webpack.now webpack has been downloaded to my modules folder
3. install webpack globally by typing npm install webpack -g
4. i am also having a webpack.config.js in my root folder which contains the source and ouput directory
5. when i type the webpack command i am getting the below error.
的WebPack是未被識別爲內部或外部命令,可操作程序或批處理文件
Vlado謝謝你這麼多。這個作品完美 – yasar
井Iam卡在同一個地方...你可以請詳細說明你的答案 – Intruder
我是按照所有步驟,但它沒有工作,然後最終我意識到,我沒有打開CMD作爲管理員。 –