-
Notifications
You must be signed in to change notification settings - Fork 502
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 assign to read only property '0' of object '[object String]' #428
Comments
This references issue |
looking at this line: https://github.com/Microsoft/code-push/blob/master/cli/script/command-executor.ts#L905 I can see that the |
The problem appears to be in gradle-to-js. I'll submit an error report there. |
Hey it seems that the problem fully lies in the underplaying gradle-to-js module, and I've submitted an issue there, since that's where it really belongs. I think its safe to close this, so I shall do so. I've produced a very minimal example of the issue here that clearly proces its in the underlying module: https://github.com/the-simian/gradle-to-js-test Thanks! |
Hey @the-simian, thank you for your great investigation! All this information will be very useful for anyone who can get this error in future! We are appreciating your help with this. |
If anyone else is still having trouble with this - I just commented out almost my entire gradle file (but left the version section) and was able to release. You can do the same until the gradle-to-js issue is fixed. |
I have the same issue in v2.0.2-beta |
hi, @dluksza, we've been updated |
@ruslan-bikkinin I am also running into this issue and since neither yarn not npm support installing packages from a subfolder of a git repo, would it be possible to create a release tag from master called |
@akshetpandey feel free to create fork of code-push repo and use it. |
@ruslan-bikkinin is there any guide how to update to master? btw. For me removing |
@dluksza please follow these steps: git clone git@github.com:Microsoft/code-push.git
cd code-push
npm i && gulp install && gulp link && gulp build
cd /path/to/your/app
#then you can use local code-push cli by executing this command
node path/to/cloned/code-push/cli/bin/script/cli.js |
@ruslan-bikkinin I can that this error does not occur on current |
@dluksza we are planning to release new version at the beginning of next week. |
stacktrace in console:
The text was updated successfully, but these errors were encountered: