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

Space in "Program Files" makes lesson 00 impossible #56

Closed cakenggt closed 7 years ago

cakenggt commented 8 years ago

Running Windows and having a space in your node filepath makes completing lesson 00 impossible since it thinks that the rest of the filepath is an argument. Error text below:

verifying that npm is installed...
Uh oh!  npm had a problem! {"killed":false,"code":1,"signal":null,"cmd":"C:\\WIN
DOWS\\system32\\cmd.exe /s /c \"C:\\Program Files\\nodejs\\npm.CMD --version\""}

'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
#########################################
###   YOUR SOLUTION IS NOT CORRECT!   ###
#########################################
derekharmon commented 8 years ago

Related #11 #17 #19 #32 #33 #57

martinheidegger commented 7 years ago

Should be closed with #57 ?

cakenggt commented 7 years ago

Yes, thank you!