react-native-decompiler icon indicating copy to clipboard operation
react-native-decompiler copied to clipboard

'react-native-decompiler' is not recognized as an internal or external command

Open BaseMax opened this issue 2 years ago • 4 comments

>npx react-native-decompiler -i ./index.android.bundle -o ./output

'react-native-decompiler' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Max\AppData\Roaming\npm\node_modules\react-native-decompiler:

image

BaseMax avatar Dec 29 '22 21:12 BaseMax

Try version 0.2.2

it works

vasuchawla avatar Jan 10 '23 12:01 vasuchawla

Try version 0.2.2

it works

Hi there, would you please explain more and show me an example of how we can use version 0.2.2?

BaseMax avatar Jan 10 '23 13:01 BaseMax

I have the same issue, but no clue how we can solve it.

forvev avatar Jan 13 '23 21:01 forvev

Use command like below npx [email protected] -i ./index.android.bundle -o ./output

sanjayjhaa avatar Jan 19 '23 16:01 sanjayjhaa