I recently upgraded to Meteor 1.3.1 and I'm trying to install npm modules via the meteor npm install --save package
command. I get an error that says 'C:\Users\Default' is not recognized as an internal or external command, operable program or batch file.
I tried adding the paths of Meteor's npm tool to System > Advanced System Settings > Environment Variables > Path
but I still get the same error.
Is this a Meteor version bug or is there something I can do about this? Thanks!