我正在新筆記本電腦上設置Ember應用程序。我通過brew安裝了節點npm,並且我也安裝了Ember CLI。在灰燼CLI應用程序,我試圖做一個npm install
但是當我做,我在終端得到這個錯誤:無法在Ember CLI應用程序中運行npm install?
npm WARN package.json [email protected] Non-dependency in bundleDependencies: inherits
npm ERR! Darwin 14.0.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.10.33
npm ERR! npm v2.1.11
npm ERR! code E404
npm ERR! 404 Not Found: expresss
npm ERR! 404
npm ERR! 404 'expresss' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'ember-cli'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/Nagarjun/Code/sumo-list/web-client/npm-debug.log
我不能運行我的項目直到解決。我錯過了什麼?我什至谷歌搜索,但找不到任何表示。
我的package.json沒有爲「expresss」的任意字符串固定。這是我唯一具有「表達」的東西:「^ 4.1.1」,'。 – Nag 2014-12-11 05:04:36
您是否也看過ember-cli package.json? – imahungry 2014-12-11 11:33:23
我實際上對整個文件夾「expresss」做了一個確認,但沒有找到任何東西。 – Nag 2014-12-11 22:19:31