vue-cordova-demo
vue-cordova-demo copied to clipboard
Error: Current working directory is not a Cordova-based project.
Did the same thing as explained in the documentation but getting the above error when I run
npm run browser
@kartsims
I get the same issue and I dont know how to fix it...
I tried cordova platfor add android but even this will caused this error.
please send NPM and node versions
I have everything @latest: npm: 5.4.2 node: 8.5.0
Has this been resolved?
I'm trying to run on android and am getting an error with the ansistyles npm package ?
Sorry @cultureclap I didn't look into that. For android support, I just merged a PR that doesn't suggest anything is wrong with android.
That error often happens when there isn't a www directory inside your Cordova project.
is this error still persisting?
Just do npm install first. It works.