2017-06-19 16 views
0

NPMを使用してパッケージを取得しようとしたときにエラーが発生しても、エラーが発生します。 私はそれらのほとんどを解決したが、今私は、この取得しています:ノードJS NPMインストールエラー

rs\kevin\Desktop\adwordsapi\node_modules\ursa\build\ursaNative.vcxproj] 
LINK : fatal error LNK1181: cannot open input file 'C:\OpenSSL-Win64\lib\libeay32.lib' [C:\Users\kevin\Desktop\adwordsa 
pi\node_modules\ursa\build\ursaNative.vcxproj] 
gyp ERR! build error 
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1 
gyp ERR! stack  at ChildProcess.onExit (C:\Users\kevin\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib 
\build.js:258:23) 
gyp ERR! stack  at emitTwo (events.js:106:13) 
gyp ERR! stack  at ChildProcess.emit (events.js:191:7) 
gyp ERR! stack  at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12) 
gyp ERR! System Windows_NT 6.3.9600 
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\kevin\\AppData\\Roaming\\npm\\node_modules\\npm\\node 
_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" 
gyp ERR! cwd C:\Users\kevin\Desktop\adwordsapi\node_modules\ursa 
gyp ERR! node -v v6.11.0 
gyp ERR! node-gyp -v v3.6.2 
gyp ERR! not ok 
npm WARN saveError ENOENT: no such file or directory, open 'C:\Users\kevin\Desktop\adwordsapi\package.json' 
npm notice created a lockfile as package-lock.json. You should commit this file. 
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\kevin\Desktop\adwordsapi\package.json' 
npm WARN adwordsapi No description 
npm WARN adwordsapi No repository field. 
npm WARN adwordsapi No README data 
npm WARN adwordsapi No license field. 
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\ursa): 
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] install: `node-gyp rebuild` 
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 

を私は何が起こっている見当がつかないし、あなたのいくつかは、出力をエラーあなたのリンクエラーを見てみると

+0

'package.json'ファイルが見つからないことが明らかです。 'package、json'を含むディレクトリに移動してから' npm install'を実行してください –

+0

ネイティブursaモジュールをコンパイルするための "C:\ OpenSSL-Win64 \ lib \ libeay32.lib"ファイルが見当たりません。 – vincent

答えて

1

を助けることができる期待し、ネイティブモジュールをコンパイルするためにいくつかの必要な依存関係が欠落しているようです。

Windowsにursaノードモジュールをインストールするには、いくつかの準備が必要です。詳細についてはhttps://www.npmjs.com/package/ursa#windows-installを確認してください。

これが役に立ちます。

関連する問題