-
Notifications
You must be signed in to change notification settings - Fork 9
Matej Simek edited this page Dec 14, 2017
·
17 revisions
Recent issues, problems and questions
Because of native dependencies update often breaks and the best way is to install a fresh copy
npm uninstall -g mango-cli
npm install -g mango-cli
You didn't complete the installation properly. Please reinstall.
Different Node versions aren't binary compatible (yet) so all native dependencies will break and need to be recompiled against used version. The quickest way is to reinstall mango-cli after every Node update.
- you can install any specific version of mango-cli as a project dependency, then run it from package.json scripts.
- or you can have multiple Node versions with different global modules and switch between them using https://github.com/creationix/nvm