0
這很可能是飛行員錯誤,但我想我會嘗試。如果這是不好的形式,請告訴我在哪裏可以學習好形式。我是Angular的新手。無法找到angular2-redux-starter.git
我試圖從NPM啓動我的應用程序。它「工作正常」,然後不是。
下面是什麼在NPM-的debug.log:
17 error Windows_NT 10.0.15063
18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "dev"
19 error node v6.3.0
20 error npm v3.10.8
21 error code ELIFECYCLE
22 error [email protected] dev: `cross-env NODE_ENV=development webpack-dev-server -d --inline --progress --no-info`
22 error Exit status 1
23 error Failed at the [email protected] dev script 'cross-env NODE_ENV=development webpack-dev-server -d --inline --progress --no-info'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the angular2-redux-starter package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error cross-env NODE_ENV=development webpack-dev-server -d --inline --progress --no-info
23 error You can get information on how to open an issue for this project with:
23 error npm bugs angular2-redux-starter
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls angular2-redux-starter
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
在我的package.json文件我有以下幾點:
"repository": {
"type": "git",
"url": "https://github.com/rangle/angular2-redux-starter.git"
當我去到url上面重定向到https://github.com/rangle/angular2-redux-example
我不確定這是否是我遇到問題的原因。我的參考文獻是否過時?當你去新的回購說它已被棄用。任何人都可以在此提出最佳的行動方案嗎?這是甚至適合發佈的地方嗎?任何幫助表示讚賞!
爲什麼不去那個回購呢? https://github.com/ngrx/example-app – Ced