IjzerenHein / react-native-bundle-visualizer

See what packages are increasing your react-native bundle size 📦
MIT License
1.46k stars 44 forks source link

missing script: react-native-bundle-visualizer #15

Closed ankitsehgal94 closed 5 years ago

ankitsehgal94 commented 5 years ago

npm run react-native-bundle-visualizer is showing error missing script: react-native-bundle-visualizer

IjzerenHein commented 5 years ago

Please read the documentation more carefully next time. When using npm you need to use: ./node_modules/.bin/react-native-bundle-visualizer

IjzerenHein commented 5 years ago

Did that help?

ankitsehgal94 commented 5 years ago

Thanks, bro. It helped.

IjzerenHein commented 5 years ago

Cool 👍 Can you close this issue?