moleculerjs / moleculer-cli

:herb: Command line tool for Moleculer
http://moleculer.services/docs/moleculer-cli.html
MIT License
48 stars 28 forks source link

Support the Windows 10 bash shell #5

Closed tiaod closed 6 years ago

tiaod commented 7 years ago

Cannot install moleculer-cli in Windows 10 bash shell

$ npm i -g moleculer-cli
npm WARN deprecated chalk@2.0.1: Please upgrade to Chalk 2.1.0 - template literals in this version (2.0.1) are quite buggy.
npm ERR! path /home/xmrg/.nvm/versions/node/v8.1.4/lib/node_modules/moleculer-cli/node_modules/es5-ext
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/home/xmrg/.nvm/versions/node/v8.1.4/lib/node_modules/moleculer-cli/node_modules/es5-ext' -> '/home/xmrg/.nvm/versions/node/v8.1.4/lib/node_modules/moleculer-cli/node_modules/.es5-ext.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/xmrg/.npm/_logs/2017-08-24T08_15_58_523Z-debug.log
icebob commented 6 years ago

Is it solved?

tiaod commented 6 years ago

yes!