workshopper / how-to-npm

A module to teach you how to module.
https://www.npmjs.com/package/how-to-npm
ISC License
1.09k stars 212 forks source link

Surround npm variable with double quotes to fix spaced filepaths. Fix… #57

Closed cakenggt closed 8 years ago

cakenggt commented 8 years ago

… for ticket #56.

derekharmon commented 8 years ago

Having also experienced the underlying issue, I applied this patch and successfully tested / completed how-to-npm on Win8 from the NodeJS command prompt. Thanks @cakenggt

homosaur commented 8 years ago

@ashleygwilliams I double checked this solution and it is correct and does not seem to break mac os either, so it should also be fine for linux. closes a bunch of tickets.

EmmaRamirez commented 8 years ago

LGTM, merging!

Thank you @cakenggt!