2017-04-09 1 views
0

로컬 컴퓨터에 유성 실행 파일을 설치하려고했습니다. 유성 - 버전은 명령 줄에서 아무 것도 나타나지 않았습니다. 나는 그 NPM 시도 PowerShell을 유성를 설치하고이있어 :Meteor가 로컬 컴퓨터에 설치되지 않습니다

Windows PowerShell 
Copyright (C) 2016 Microsoft Corporation. All rights reserved. 

PS C:\WINDOWS\system32> npm install -g meteor 
npm WARN deprecated [email protected]: Please upgrade to 2.2.19 or higher 
npm WARN deprecated [email protected]: Use uuid module instead 
C:\Users\Owner\AppData\Roaming\npm\meteor -> C:\Users\Owner\AppData\Roaming\npm\node_modules\meteor\app\meteor\meteor.js 

> [email protected] install C:\Users\Owner\AppData\Roaming\npm\node_modules\meteor\node_modules\bson 
> node install.js || (exit 0) 

================================================================================ 
=                    = 
= Attempting to build bson c++ extension          = 
= Windows: no build will be attempted as binaries are prepackaged   = 
= Unix: on failure the package will still install without the C++ extension = 
=                    = 
================================================================================ 

> [email protected] install C:\Users\Owner\AppData\Roaming\npm\node_modules\meteor\node_modules\fibers 
> node ./build.js 

(node:9716) DeprecationWarning: child_process: options.customFds option is deprecated. Use options.stdio instead. 
events.js:160 
     throw er; // Unhandled 'error' event 
    ^

Error: spawn node-gyp ENOENT 
    at exports._errnoException (util.js:1018:11) 
    at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32) 
    at onErrorNT (internal/child_process.js:367:16) 
    at _combinedTickCallback (internal/process/next_tick.js:80:11) 
    at process._tickCallback (internal/process/next_tick.js:104:9) 
    at Module.runMain (module.js:606:11) 
    at run (bootstrap_node.js:393:7) 
    at startup (bootstrap_node.js:150:9) 
    at bootstrap_node.js:508:3 
C:\Users\Owner\AppData\Roaming\npm 
`-- (empty) 

npm ERR! Windows_NT 10.0.14393 
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "ins 
tall" "-g" "meteor" 
npm ERR! node v6.10.1 
npm ERR! npm v3.10.10 
npm ERR! code ELIFECYCLE 

npm ERR! [email protected] install: `node ./build.js` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node ./build.js'. 
npm ERR! Make sure you have the latest version of node.js and npm installed. 
npm ERR! If you do, this is most likely a problem with the fibers package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  node ./build.js 
npm ERR! You can get information on how to open an issue for this project with: 
npm ERR!  npm bugs fibers 
npm ERR! Or if that isn't available, you can get their info via: 
npm ERR!  npm owner ls fibers 
npm ERR! There is likely additional logging output above. 

npm ERR! Please include the following file with any support request: 
npm ERR!  C:\WINDOWS\system32\npm-debug.log 
npm ERR! code 1 

망할 놈의 강타에 같은 명령은 동일한 결과를 돌렸다. 이 문제를 어떻게 해결할 수 있습니까? 나는 powershell과 git bash에 대해 "관리자 권한으로 실행"을 시도했다. 창에

+0

창에 유성을 설치하는 올바른 방법은 지금은 공식 설치 프로그램을 사용하는 것입니다. 당신은 여기에서 그것을 찾을 수 있습니다 : https://www.meteor.com/install –

답변

0

는 유성 ​​설치 프로그램을 사용하여 유성를 설치 https://www.meteor.com/install

+0

나는 설치 프로그램을 시도했지만 또한 유성을 입력하면 버전을 표시하지 못합니다 - 버전 –

+0

유성 cli에 액세스 할 수 있다면 유성 쇼 유성을 시도하십시오 –

관련 문제