2

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 Answers1

0

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.

tarzen chugh
  • 10,561
  • 4
  • 20
  • 30