-
-
Notifications
You must be signed in to change notification settings - Fork 197
Unable to apply changes on device: emulator-XXXX. Error is: Cannot read property 'env' of undefined #4751
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
Comments
any update here? I am still getting this error |
I was able to resolve this issue, by running the |
@shineklbm try executing
|
Hey all,
|
@shineklbm commented on Thu Jun 20 2019
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
After upgrading upgrading the project, when I run,
tns run android --bundle
ortns run ios --bundle
, I am gettingUnable to apply changes on device: emulator-XXXX. Error is: Cannot read property 'env' of undefined.
To Reproduce
npm install -g nativescript
tns update
tns run android --bundle
tns run ios --bundle
Expected behavior
It should run the app inside emulator.
@keithgulbro commented on Thu Jun 20 2019
@shineklbm I had the same issue, here's an a vue reference I found vuejs/vue-cli#4177
If you're using Nativescript-Vue CLI like I am, it seems there's some major issues that arose over the last 24 hours.
The text was updated successfully, but these errors were encountered: