MarkLogicをインストールしている間に問題が発生しています。コマンドを実行するとMarkLogic npmの問題
npm install marklogic --save
エラーが発生します。それは
Refusing to install marklogic as a dependency of itself
package.json言う:
{
"name": "marklogic",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"jade": "~1.11.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.0"
}
}
作業中のプロジェクトのpackage.jsonファイルを投稿できますか? "marklogic"、 "バージョン": "0.0.0"、 "プライベート":真、 "スクリプト":{ は "開始":「ノードここに –
は私のpackage.jsonファイル{ "名前" です。/bin/www " "、 "依存関係":{ "body-parser": "〜1.15.1"、 "cookie-parser": "〜1.4.3"、 "debug": "〜2.2 .0 "、 " express ":"〜4.13.4 "、 " jade ":"〜1.11.0 "、 " morgan ":"〜1.7.0 "、 " serve-favicon ":"〜2.3 .0 " } } –