When things go wrong:
- Do what the error says.
rm -rf node_modules && npm install
(if in Ember.js -rm -rf bower_components && bower install
)rm -rf node_modules && rm -rf ~/.npm && npm install
- Reinstall node and npm.
- Format your harddrive.
- Buy a new computer.
When things go wrong
- Do what the error says.
docker kill \$(docker ps -a -q) && docker rm \$(docker ps -a -q)
boot2docker down && boot2docker up
boot2docker destroy && boot2docker init && boot2docker up
- Format your harddrive.
- Buy a new computer.
I'm confused on which step from the '5-Step Plan' I am supposed to disregard.