-
Notifications
You must be signed in to change notification settings - Fork 2
Add cordova as a peerdep? #1
Comments
Cordova is not installed as a peer dependency to not conflict with existing installs (see our conversation from the |
fwiw I ended up running the following plugins as well to get up and running yesterday. Will those also come with inclusion of the iOS platform? cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git |
They should, yes. On Fri, Nov 15, 2013 at 6:27 PM, Sean Brookes notifications@github.comwrote:
|
Can't you specify the specific version you depend on in the peerDep? |
I'm not sure how that interacts with existing installs, but I suppose that can be investigated. The surprise for most people will be that we only support a specific version, 2.8, and none newer than that. |
With existing, I'd expect it to warn you that its not compatible. My |
After installing bacn and creating a project. Running
bacn build
complains aboutcordova
. Is it possible to havecordova
installed alongsidebacn
?The text was updated successfully, but these errors were encountered: