You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Cannot assign to read only property '0' of object '[object String]'
Version
1.12.9-beta
command to repro
code-push release-react CoolApp-Android android
stacktrace in console:
Detecting android app version:
/usr/local/lib/node_modules/code-push-cli/node_modules/deep-assign/index.js:28
to[key] = val;
^
TypeError: Cannot assign to read only property '0' of object '[object String]'
at assignKey (/usr/local/lib/node_modules/code-push-cli/node_modules/deep-assign/index.js:28:11)
at assign (/usr/local/lib/node_modules/code-push-cli/node_modules/deep-assign/index.js:43:4)
at assignKey (/usr/local/lib/node_modules/code-push-cli/node_modules/deep-assign/index.js:30:13)
at assign (/usr/local/lib/node_modules/code-push-cli/node_modules/deep-assign/index.js:43:4)
at deepAssign (/usr/local/lib/node_modules/code-push-cli/node_modules/deep-assign/index.js:64:3)
at deepParse (/usr/local/lib/node_modules/code-push-cli/node_modules/gradle-to-js/lib/parser.js:135:27)
at deepParse (/usr/local/lib/node_modules/code-push-cli/node_modules/gradle-to-js/lib/parser.js:137:27)
at ReadStream.<anonymous> (/usr/local/lib/node_modules/code-push-cli/node_modules/gradle-to-js/lib/parser.js:392:13)
at emitOne (events.js:96:13)
at ReadStream.emit (events.js:189:7)
at readableAddChunk (_stream_readable.js:176:18)
at ReadStream.Readable.push (_stream_readable.js:134:10)
at onread (fs.js:1839:12)
at FSReqWrap.wrapper [as oncomplete] (fs.js:603:17)