phonegap / phonegap-cli

PhoneGap and PhoneGap/Build command-line interface
Apache License 2.0
488 stars 157 forks source link

Platform "build" not added #802

Open darrensw777 opened 5 years ago

darrensw777 commented 5 years ago

When running a build I see the following:

$ phonegap run build

[phonegap] executing 'cordova platform add --save build' ...

[phonegap] completed 'cordova platform add --save build --no-telemetry'

[phonegap] executing 'cordova run build' ...

The platform "build" does not appear to have been added to this project.

Any ideas?

Backstory, this works fine on my laptop, pushed the whole project to gitlab then cloned on a different pc and see this error on pc

UPDATE

Please delete this non-issue - I have no idea why I was trying "phonegap run build" - I must have made it up in my head somehow