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
Recently we upgraded the apps to RN0.74, it is bundling the content fine and but failed to release the updates.
and yes we are using monorepo
Running "react-native bundle" command:
node node_modules/.bin/react-native bundle --assets-dest '******' --bundle-output '*******' --dev false --entry-file ./main.tsx --platform android
(node:62607) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
Welcome to Metro v0.80.12
Fast - Scalable - Integrated
info Writing bundle output to: '*********'
info Done writing bundle output
info Copying 382 asset files
info Done copying assets
Error: Failed to release a CodePush update.
We will be happy to hear any suggestions.
The text was updated successfully, but these errors were encountered:
Hello @parsediya thank you for reaching out. Which version of react-native-code-push are you using? Is this the command you are trying to execute when the issue occurs appcenter codepush release-react -a xxxxx/xxx-d xxx?
Recently we upgraded the apps to RN0.74, it is bundling the content fine and but failed to release the updates.
and yes we are using monorepo
Running "react-native bundle" command:
node node_modules/.bin/react-native bundle --assets-dest
'******'
--bundle-output'*******'
--dev false --entry-file ./main.tsx --platform android(node:62607) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)Welcome to Metro v0.80.12
Fast - Scalable - Integrated
info Writing bundle output to:
'*********'
info Done writing bundle output
info Copying 382 asset files
info Done copying assets
Error: Failed to release a CodePush update.
We will be happy to hear any suggestions.
The text was updated successfully, but these errors were encountered: