vue-cordova-demo icon indicating copy to clipboard operation
vue-cordova-demo copied to clipboard

Error: Current working directory is not a Cordova-based project.

Open vikramIde opened this issue 8 years ago • 8 comments
trafficstars

Did the same thing as explained in the documentation but getting the above error when I run

npm run browser

vikramIde avatar Jul 13 '17 11:07 vikramIde

@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.

BennyAlex avatar Sep 21 '17 07:09 BennyAlex

please send NPM and node versions

kartsims avatar Sep 21 '17 08:09 kartsims

I have everything @latest: npm: 5.4.2 node: 8.5.0

BennyAlex avatar Sep 21 '17 08:09 BennyAlex

Has this been resolved?

I'm trying to run on android and am getting an error with the ansistyles npm package ?

canincarlos avatar Mar 10 '18 16:03 canincarlos

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.

kartsims avatar Mar 27 '18 18:03 kartsims

That error often happens when there isn't a www directory inside your Cordova project.

Pitu avatar Apr 04 '18 13:04 Pitu

is this error still persisting?

rlam3 avatar Apr 19 '18 03:04 rlam3

Just do npm install first. It works.

DylanC avatar May 02 '18 14:05 DylanC