Closed Aztek2008 closed 2 years ago
Hi! I'm trying to init react.cordova with reco init com.example.hello "hello world" but receiving bash: reco: command not found. Doing this on windows from root react.cordova project. What I mght miss?
reco init com.example.hello "hello world"
bash: reco: command not found
Hi, try npm i -g react.cordova
npm i -g react.cordova
Hi! I'm trying to init react.cordova with
reco init com.example.hello "hello world"
but receivingbash: reco: command not found
. Doing this on windows from root react.cordova project. What I mght miss?