nimoc / gulp-book

Gulp 入门指南
1.82k stars 364 forks source link

win 没有安装模块的报错提示 #23

Closed 2319103827 closed 8 years ago

2319103827 commented 9 years ago

Local gulp not found in c:\demo Try running: npm install gulp

Softor commented 9 years ago

我也是按照提示 带了 -g 参数安装的,出现错误提示:

D:\code\sigma\jsGame>gulp -v
[12:38:53] CLI version 3.9.0

D:\code\sigma\jsGame>gulp script
[12:38:59] Local gulp not found in D:\code\sigma\jsGame
[12:38:59] Try running: npm install gulp
nimoc commented 9 years ago

@Softor 试试在 D:\code\sigma\jsGame 运行 npm install gulp