2016-08-02 70 views

回答

2

問題出在我自己的應用程序的名稱。

在的package.json,我不小心把它命名爲吞掉

{ 
    "name": "gulp", 
    "version": "1.0.0", 
    "description": "tutorial", 
    "main": "index.js", 
    "scripts": { 
    "test": "echo \"Error: no test specified\" && exit 1" 
}, 
"author": "rmv", 
"license": "ISC", 
"devDependencies": {} 
} 

確保您的應用不被稱爲你將要使用的依賴項之一。