我在根目錄(C:/)中創建了一個文件夾g,我試圖通過npm安裝Grunt。 我成功了:npm install -g grunt-cli。 我配置package.json到這個:Grunt將無法安裝在我的Win 8.1機器上
{
"name": "testing",
"version": "0.0.0",
"dependencies": {
"grunt": "~0.4.5" },
"description": "testing",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"grunt": "^0.4.5"
}
}
到目前爲止很好。 但是:當我嘗試安裝Grunt:npm install grunt --save-dev和模塊(插件)時,我遇到了這個錯誤:npm WARN package.json [email protected]沒有存儲庫字段...
我使用的GitHub分叉了Grunt和Grunticon。
然後,我不能什麼也沒有對安裝咕嚕贏得成功...
任何好的線索和解決這方面的幫助?
警告只是:警告。他們不是錯誤。無論哪種情況都應該起作用,否則您可能會收到不同的錯誤。我們需要更多信息來幫助。當你運行'npm install grunt --save-dev'時,你能用控制檯的輸出更新這個問題嗎? – jakerella
npm WARN package.json [email protected]沒有存儲庫字段。 NPM WARN的package.json [email protected]沒有README數據 [email protected] node_modules \咕嚕 – TomWell
├──[email protected] ├──[email protected] ├──eventemitter2 @ 0.4.14 ├──[email protected] ├──[email protected] ├──[email protected] ├──[email protected] ├──[email protected] ├──[email protected] ├──[email protected] ├──[email protected] ├──[email protected] ├──[email protected] .11 ├──下劃線。[email protected] ├──[email protected]([email protected]) ├──[email protected]([email protected],[email protected]) ├──水珠@ 3.1.21([email protected],[email protected]) ├──[email protected]([email protected],[email protected]) ├──咕嚕遺留[email protected]([email protected],lodash @ 2 └──[email protected]([email protected],[email protected]) – TomWell