esnext / es6-module-transpiler

Tomorrow’s JavaScript module syntax today
http://esnext.github.io/es6-module-transpiler/
Other
1.21k stars 85 forks source link

Installing on Windows #117

Closed juandopazo closed 10 years ago

juandopazo commented 10 years ago

For some reason I keep getting this error when trying to install the es6-module-transpiler on Windows:

C:\Workspace\t> npm install es6-module-transpiler
npm http GET https://registry.npmjs.org/es6-module-transpiler
npm http 304 https://registry.npmjs.org/es6-module-transpiler
npm http GET https://registry.npmjs.org/optimist
npm http GET https://registry.npmjs.org/js-beautify
npm http GET https://registry.npmjs.org/through
npm http 304 https://registry.npmjs.org/js-beautify
npm http 304 https://registry.npmjs.org/optimist
npm http 304 https://registry.npmjs.org/through
npm http GET https://registry.npmjs.org/wordwrap
npm http GET https://registry.npmjs.org/config-chain
npm http GET https://registry.npmjs.org/mkdirp/0.3.5
npm http GET https://registry.npmjs.org/nopt
npm http 304 https://registry.npmjs.org/wordwrap
npm http 304 https://registry.npmjs.org/mkdirp/0.3.5
npm http 304 https://registry.npmjs.org/config-chain
npm http 304 https://registry.npmjs.org/nopt
npm http GET https://registry.npmjs.org/abbrev
npm http GET https://registry.npmjs.org/proto-list
npm http GET https://registry.npmjs.org/ini
npm http 304 https://registry.npmjs.org/ini
npm http 304 https://registry.npmjs.org/abbrev
npm http 304 https://registry.npmjs.org/proto-list
npm ERR! Error: ENOENT, chmod 'C:\Workspace\t\node_modules\es6-module-transpiler
\bin\compile-modules'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "es6-module-transpiler"
npm ERR! cwd C:\Workspace\t
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path C:\Workspace\t\node_modules\es6-module-transpiler\bin\compile-modu
les
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     C:\Workspace\t\npm-debug.log
npm ERR! not ok code 0
C:\Workspace\t>
eventualbuddha commented 10 years ago

Is this still an issue with v0.5.1? Please reopen if so.

juandopazo commented 10 years ago

All good :thumbsup: