react-360 did not create project

289 Views Asked by At

I installed react-360 using npm install -g react-360-cli.

But react-360 init Hello did not create any directory.

I am using ubuntu 14.04.

1

There are 1 best solutions below

0
On

Any errors you have encountered?

1) You could be having permission issues while trying to install packages in node_modules folder. Try changing the permission to the folder like:

sudo chown -R USERNAME /FILE_PATH

2) Try updating node version if 1st doesn't work.