2016-07-21 27 views
6

OSXのみ shrinkwrapにはchokidarが含まれているためリストされています。私たちのプロダクションはLinuxベースであり、問​​題はありませんでしたが、明らかにOSXの開発者もうまくいますが、Win x64環境でnpm installが壊れました。npmシュリンクラップでfsevents(chokidarで引っ張られたもの)は、Windowsでのビルドが失敗する原因となります

どうすれば修正できますか?

C:\Users\User\Documents\splive>npm install 
(node:2888) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. 

> [email protected] install C:\Users\User\Documents\splive\node_modules\fsevents 
> node-pre-gyp install --fallback-to-build 

node-pre-gyp ERR! Tried to download: https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.0.8/fse-v1.0.8-node-v48-win32-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v48 ABI) (falling back to source compile with node-gyp) 
Traceback (most recent call last): 
    File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\gyp_main.py", line 16, in <module> 
    sys.exit(gyp.script_main()) 
    File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\pylib\gyp\__init__.py", line 545, in script_main 
    return main(sys.argv[1:]) 
    File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\pylib\gyp\__init__.py", line 538, in main 
    return gyp_main(args) 
    File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\pylib\gyp\__init__.py", line 523, in gyp_main 
    generator.GenerateOutput(flat_list, targets, data, params) 
    File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\pylib\gyp\generator\msvs.py", line 2003, in GenerateOutput 
    sln_projects, project_objects, flat=msvs_version.FlatSolution()) 
    File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\pylib\gyp\generator\msvs.py", line 1762, in _GatherSolutionFolders 
    return _DictsToFolders('', root, flat) 
    File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\pylib\gyp\generator\msvs.py", line 1715, in _DictsToFolders 
    for folder, contents in bucket.iteritems(): 
AttributeError: 'MSVSProject' object has no attribute 'iteritems' 
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1 
gyp ERR! stack  at ChildProcess.onCpExit (C:\Users\User\node_modules\npm\node_modules\node-gyp\lib\configure.js:305:16) 
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:204:12) 
gyp ERR! System Windows_NT 10.0.14388 
gyp ERR! command "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Users\\User\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\\Users\\User\\Documents\\splive\\node_modules\\fsevents\\lib\\binding\\Release\\node-v48-win32-x64\\fse.node" "--module_name=fse" "--module_path=C:\\Users\\User\\Documents\\splive\\node_modules\\fsevents\\lib\\binding\\Release\\node-v48-win32-x64" "--python=C:\\Python27\\python.exe" "--msvs_version=2015" 
gyp ERR! cwd C:\Users\User\Documents\splive\node_modules\fsevents 
gyp ERR! node -v v6.3.0 
gyp ERR! node-gyp -v v3.4.0 
gyp ERR! not ok 
node-pre-gyp ERR! build error 
node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files (x86)\nodejs\node.exe C:\Users\User\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\Users\User\Documents\splive\node_modules\fsevents\lib\binding\Release\node-v48-win32-x64\fse.node --module_name=fse --module_path=C:\Users\User\Documents\splive\node_modules\fsevents\lib\binding\Release\node-v48-win32-x64 --python=C:\Python27\python.exe --msvs_version=2015' (1) 
node-pre-gyp ERR! stack  at ChildProcess.<anonymous> (C:\Users\User\Documents\splive\node_modules\node-pre-gyp\lib\util\compile.js:83:29) 
node-pre-gyp ERR! stack  at emitTwo (events.js:106:13) 
node-pre-gyp ERR! stack  at ChildProcess.emit (events.js:191:7) 
node-pre-gyp ERR! stack  at maybeClose (internal/child_process.js:852:16) 
node-pre-gyp ERR! stack  at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5) 
node-pre-gyp ERR! System Windows_NT 10.0.14388 
node-pre-gyp ERR! command "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Users\\User\\Documents\\splive\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build" 
node-pre-gyp ERR! cwd C:\Users\User\Documents\splive\node_modules\fsevents 
node-pre-gyp ERR! node -v v6.3.0 
node-pre-gyp ERR! node-pre-gyp -v v0.6.29 
node-pre-gyp ERR! not ok 
Failed to execute 'C:\Program Files (x86)\nodejs\node.exe C:\Users\User\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\Users\User\Documents\splive\node_modules\fsevents\lib\binding\Release\node-v48-win32-x64\fse.node --module_name=fse --module_path=C:\Users\User\Documents\splive\node_modules\fsevents\lib\binding\Release\node-v48-win32-x64 --python=C:\Python27\python.exe --msvs_version=2015' (1) 
npm WARN install:[email protected] [email protected] install: `node-pre-gyp install --fallback-to-build` 
npm WARN install:[email protected] Exit status 1 

完全な出力:http://pastebin.com/WNy0pmqK

誰もがこれを発生しましたか?これを克服する方法は?


私のシステムについての情報:

私は(それが役立つかもしれフォーム5.3をアップグレードしようとした)今のNode.js 6.4を使用しています。 Npmのバージョンは3.10.5ですが、3.3.12にダウングレードしようとしましたが、特定のnpmの問題でそれが示唆されています。私はx64上にいる勝者10インサイダー最新のゆっくりとしたリングビルド。


これは、関連するかもしれないが、ソリューションのどれも働いていないと、それはシュリンクラップについては、実際にはありません。node-gyp build error windows x64

はGitの問題を関連されることがあります。

+0

。チキダールは、過渡的に引っ張られるパッケージです。誰もがこれに対処するアイデアを持っていますか?みんなMacを使っていますか? –

+0

ノードとnpmのバージョンとシステムにコメントしてください。同じことに苦しむなら、多分いくつかのパターンを見つけ出すことができます。 –

+0

この 'fsevents'は、LinuxでもBTWと同様にtrippinです。ばかげて、Macは疫病のようなものだ –

答えて

0

使用npm install --no-optionalを使用して、fseventsをshrinkwrapファイルに追加せずにパッケージをインストールします。 (fseventsへの参照は、すでにそこにある場合は、手動で削除します。)

私は別のスタックオーバーフローの質問を経由して、このオプションを発見しました:今では私が手動でシュリンクラップを形成fseventを削除しても失敗しerror [email protected] in windows 7

関連する問題