-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
❗️Cannot start the phonegap local server #904
Comments
Actually, this fixes it and can be used as a workaround:
Then So, maybe we can just add |
@JGreenlee Yeah there's clearly a Do you still see this if you are off the VPN during the initial installation? If you are off the VPN and the |
I checked out a brand new repo (to When I ran the setup with the VPN turned on, it failed at
|
After even getting off the vpn, I am able to reproduce this issue.
But we don't do |
So |
yup! |
fixes e-mission/e-mission-docs#904 The `browser` platform was added in 460f6ee, but could not be located unless `npx cordova prepare` is called.
I first noticed this yesterday when I was working on a freshly-cloned, clean copy of the
e-mission-phone
repo. I don't know why it wasn't an issue before then.This seems related to the issue described in e-mission/e-mission-phone@460f6ee. That commit was supposed to fix the issue, but I still experience it (on
master
and any other branch with the upgraded versions):So the
browser
platform is present inpackage.json
, but we still have the issue where "cordova tries to add it itself, and that completely messes up thenode_modules
".phonegap
is uninstalled and cannot be used after this point.full log below:
Steps to reproduce:
git clone https://github.com/e-mission/e-mission-phone.git && cd e-mission-phone
(successful). setup/setup_serve.sh
(successful)npm run serve
(unsuccessful)The text was updated successfully, but these errors were encountered: