0

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

1 Answers1

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