After updating to 1.7 and trying to install the latest meteor node stubs via ‘meteor npm install meteor-node-stubs@latest’ I’m getting a confusing error:
npm ERR! path /Volumes/Main Storage/Meteor/Sonatina_New_Site/node_modules/meteor-node-stubs/node_modules/.bin/sha.js
npm ERR! code EEXIST
npm ERR! Refusing to delete /Volumes/Main Storage/Meteor/Sonatina_New_Site/node_modules/meteor-node-stubs/node_modules/.bin/sha.js: is outside /Volumes/Main Storage/Meteor/Sonatina_New_Site/node_modules/meteor-node-stubs/node_modules/sha.js and not a link
npm ERR! File exists: /Volumes/Main Storage/Meteor/Sonatina_New_Site/node_modules/meteor-node-stubs/node_modules/.bin/sha.js
npm ERR! Move it away, and try again.
Can someone decipher?