Home > Software design >  unable to run npx react-native init in linux
unable to run npx react-native init in linux

Time:03-09

when I tried to create a react-native project with npx react-native init MyTestApp Error it pops up npx: installed 640 in 66.1s Unexpected token = and can not be created project

enter image description here

CodePudding user response:

It seems that you need a different node version to be able to execute the command.

  • Related