2012-07-26 3 views
0

Windows에 Mojito를 설치하고 싶습니다. Windows에서 MinGW 및 nodejs 있습니다. 하지만 npm install -g mojito을 사용하여 모히토를 설치할 수 없습니다. 유닉스 기반의 시스템이 전제 조건이지만 Cygwin에서 나와 Mingw를 사용하여 Windows에 설치하는 것이 가능하다는 것을 분명하게 언급 야후 개발자 Website에서 창Windows에 Mojito 설치하기

npm WARN package.json [email protected] No README.md file found! 
npm WARN engine [email protected]: wanted: {"node":">= 0.4.1 < 0.7.0"} (current: {"node":"0.8.3","npm":"1.1.43"}) 
npm WARN engine [email protected]: wanted: {"node":">= 0.4.1 < 0.7.0"} (current: {"node":"0.8.3","npm":"1.1.43"}) 
npm ERR! error rolling back errno: 53, 
npm ERR! error rolling back code: 'ENOTEMPTY', 
npm ERR! notsup Unsupported 
npm ERR! notsup Not compatible with your operating system or architecture: [email protected] 
npm ERR! notsup Valid OS: darwin,linux 
npm ERR! notsup Valid Arch: any 
npm ERR! notsup Actual OS: win32 
npm ERR! notsup Actual Arch: ia32 

npm ERR! System Windows_NT 6.1.7601 
npm ERR! code EBADPLATFORM 
npm ERR! stack Error: Unsupported 
npm ERR! stack  at checkPlatform (c:\Program Files (x86)\nodejs\node_modules\npm\lib\install.js:747:14) 
npm ERR! stack  at Array.1 (c:\Program Files (x86)\nodejs\node_modules\npm\node_modules\slide\lib\bind-actor.js:15:8) 
npm ERR! stack  at LOOP (c:\Program Files (x86)\nodejs\node_modules\npm\node_modules\slide\lib\chain.js:15:14) 
npm ERR! stack  at c:\Program Files (x86)\nodejs\node_modules\npm\node_modules\slide\lib\chain.js:18:7 
npm ERR! stack  at checkEngine (c:\Program Files (x86)\nodejs\node_modules\npm\lib\install.js:726:10) 
npm ERR! stack  at Array.0 (c:\Program Files (x86)\nodejs\node_modules\npm\node_modules\slide\lib\bind-actor.js:15:8) 
npm ERR! stack  at LOOP (c:\Program Files (x86)\nodejs\node_modules\npm\node_modules\slide\lib\chain.js:15:14) 
npm ERR! stack  at chain (c:\Program Files (x86)\nodejs\node_modules\npm\node_modules\slide\lib\chain.js:20:5) 
npm ERR! stack  at installOne_ (c:\Program Files (x86)\nodejs\node_modules\npm\lib\install.js:692:3) 
npm ERR! stack  at installOne (c:\Program Files (x86)\nodejs\node_modules\npm\lib\install.js:615:3) 
npm http GET https://registry.npmjs.org/mkdirp/0.0.7 

에 설치에 대한 다음과 같은 오류를 제공합니다.

답변