私はチームシティーでは、プロジェクトのビルドステップで、NPMによるカスタムレジストリからNPMパッケージをインストールしようとしています。は()カスタムパッケージを必要としますか?
私は以下の設定でビルドステップを作成:
ランナータイプ:コマンドライン
ステップ名:
を実行しインストールします。パラメータ
で実行可能ファイルをコマンドの実行可能ファイル: NPメートル
コマンド・パラメーター:
をインストールし、.npmrc
ファイルでカスタムレジストリを指定している:
registry=http://...
しかし、私はビルドを開始すると、私はこのエラーを取得:
[16:29:20] npm ERR! Linux 3.13.0-36-generic
[16:29:20] npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
[16:29:20] npm ERR! node v6.6.0 [16:29:20] npm ERR! npm v3.10.8
[16:29:20] npm ERR! code E404
[16:29:20] npm ERR! 404 Not found : @mohito/libsvc
[16:29:20] npm ERR! 404
[16:29:20] npm ERR! 404 '@mohito/libsvc' is not in the npm registry. [16:29:20] npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
[16:29:20] npm ERR! 404 It was specified as a dependency of 'm-api-server' [16:29:20] npm ERR! 404
...
Process exited with code 1
なぜNPM私@mohito/libsvc
カスタムパッケージを見つけることができないのですか?チームシティーを再インストール