IjzerenHein / react-native-bundle-visualizer

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

compile error #10

Closed AlexJeffcott closed 5 years ago

AlexJeffcott commented 5 years ago

Steps I followed: npm install --save-dev react-native-bundle-visualizer ./node_modules/.bin/react-native-bundle-visualizer

resulting error: ./node_modules/.bin/react-native-bundle-visualizer: line 9: ./node_modules/.bin/haul: No such file or directory

node version: v8.10.0

IjzerenHein commented 5 years ago

Hmm that's odd. Could you check wether haul was installed correctly into node_modules and that node_modules/.bin/ contains the haul script? Also, are you executing the command from the root of your project?

IjzerenHein commented 5 years ago

Closing due to inactivity