ここは私のbower.jsonです。私はGithubから私のプロジェクトを引っ張って、バウアーファイルはubuntu 14.04で更新されました。しかし、プルを取った後。私の角バージョンはbower.jsonファイルで1.4.8を示しています。しかし、bower_componentsの中には、角度1.4.14があります。だから、私は "bower update"を実行しました。しかし、それは "ECONFLICTのために適切なバージョンを見つけることができませんでした"を終了しました。私はbower_componentsを削除しようとしましたが、bower installを実行しましたが、同じ問題が発生します。私のnodejsのバージョンは6.9.1で、最近インストールしました。私は今どうすればいい?私に解決策を教えてください。「bower install」と「bower update」のエラー表示
{
"name": "starter-gulp",
"version": "0.1.0",
"description": "Starter Code for Gulp Angular ",
"authors": [
"John Papa"
],
"license": "MIT",
"homepage": "https://github.com/..-gulp",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"devDependencies": {
"angular-mocks": "~1.3.8",
"sinon": "http://sinonjs.org/releases/sinon-1.12.1.js",
"bardjs": "~0.0.3"
},
"dependencies": {
"angular": "~1.4.8",
"angular-animate": "~1.4.7",
"angular-bootstrap": "~1.1.0",
"angular-drag-and-drop-lists": "dndLists#~1.3.0",
"angular-resource": "~1.4.7",
"angular-sanitize": "~1.4.8",
"angular-summernote": "~0.7.0",
"angular-ui-router": "~0.2.13",
"bootflat": "*",
"bootstrap": "~3.3.6",
"extras.angular.plus": "~0.9.2",
"font-awesome": "~4.5.0",
"Ionicons": "ionicons#~2.0.1",
"jquery": "~2.1.4",
"jquery-quick-pagination": "*",
"jquery-ui": "~1.11.4",
"moment": "~2.8.4",
"remodal": "~1.0.6",
"summernote": "~0.7.0",
"toastr": "~2.1.0",
"vunit": "~0.2.0",
"async": "^1.5.2",
"angular-ui-tree": "^2.15.0",
"ng-file-upload": "^12.0.4",
"ng-img-crop": "ngImgCrop#^0.3.2",
"angular-local-storage": "^0.3.0"
}
}
===========================================私はこれらの行を取得する「NPMインストール」後にそのわずかwarning.somethingがOSについて言われているものの===
bower bootflat#* progress remote: Compressing objects: 100% (27/27), done.
bower bootflat#* resolved https://github.com/flathemes/bootflat.git#affdd96590
bower bootstrap#~3.3.6 install bootstrap#3.3.7
bower postinstall gulp wiredep
bower postinstall [23:03:25]
bower postinstall Using gulpfile E:\Apps\xampp\htdocs\web-module\gulpfile.js
bower postinstall [23:03:25]
bower postinstall Starting 'wiredep'...
bower postinstall [23:03:25] Wire bower css, js and our app js into html
bower postinstall [23:03:25]
bower postinstall gulp-inject 49 files into index.html.
bower postinstall [23:03:25] Finished 'wiredep' after 401 ms
bootstrap#3.3.7 bower_components\bootstrap
└── jquery#2.1.4
はまた、私は、それについて混乱しています。 は 'darwin'を要求しましたが、現在の 'win32'はです。問題ありますか。
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected]^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN [email protected] requires a peer of [email protected] but none was installed.
私はそれを試みましたが、この問題を解決するのに役立たなかった。とにかく、私は再びノードとbowerファイルをすべて削除し、nodejsを再インストールしてnpm installを実行しようとしましたが、新しいエラーが発生しました。私は自分の投稿を編集してエラーの一部を追加しました。見て、私にいくつかの提案を与えてください。 – Mislam
こんにちはザロニー、もう一度あなたの方法を試しましたが、今解決しています。どうもありがとうございました。しかし、私は混乱している。今回私はバウアーアップデートを実行しましたが、最後に角度バージョンを選択することはできませんでした。私は結果を添付しました。 – Mislam