For some reason I getting this message "Due to a bug in the npm
, app's path can't contain spaces" . enter image description here
Asked
Active
Viewed 54 times
0
1 Answers
0
Since there's a bug in npm
, you need to download your code from some different directory. On the picture I can see that you're located in C:\Users\Christian K
directory which contains a space. Try relocating to C:\Users
with:
cd ..
That path doesn't contain spaces and you can do:
shoutem pull-app

Tommz
- 3,393
- 7
- 32
- 44
-
Glad to help! :) If that's the solution, please accept the answer. – Tommz Apr 11 '17 at 16:28