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
Stuck at Starting Packager after npm start on Windows 10. Working on Atom and WebStorm. I have Bash on Ubuntu on Windows. Installed Watchman too
Expected Behavior
Starting Packager generally starts the packager and loads the app on device via Expo.
Observed Behavior
After dependency graph is loaded, Starting Packager is stuck forever. Solutions elsewhere are for Linux and Mac as people are saying that installing watchman somehow solves this.
yarn run v1.2.1
$ react-native-scripts start
13:47:40: Starting packager...
14:58:30: Stopping packager...
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this comm
and.
Environment
npm ls react-native-scripts:
react-native-redux-crypto-tracker@0.1.0 krypto\krypto-app\krypto-tracker
`-- react-native-scripts@1.8.1
npm ls react-native:
react-native-redux-crypto-tracker@0.1.0 C:\Work\Studio\krypto\krypto-app\krypto-tracker
`-- react-native@0.50.3
Description
Stuck at Starting Packager after
npm start
on Windows 10. Working on Atom and WebStorm. I have Bash on Ubuntu on Windows. Installed Watchman tooExpected Behavior
Starting Packager generally starts the packager and loads the app on device via Expo.
Observed Behavior
After dependency graph is loaded, Starting Packager is stuck forever. Solutions elsewhere are for Linux and Mac as people are saying that installing watchman somehow solves this.
Message (npm start)
Message (yarn start):
Environment
npm ls react-native-scripts
:react-native-redux-crypto-tracker@0.1.0 krypto\krypto-app\krypto-tracker
`-- react-native-scripts@1.8.1
npm ls react-native
:react-native-redux-crypto-tracker@0.1.0 C:\Work\Studio\krypto\krypto-app\krypto-tracker
`-- react-native@0.50.3
npm ls expo
:`-- expo@23.0.6
node -v
:v8.7.0
npm -v
:4.6.1
yarn --version
:1.2.1
watchman version
:{
"version": "4.9.1",
"buildinfo": "5cd39b6b10596bc23af169428b87313cfb350d14 2017-12-05T21:13:21.0000000Z"
}
react-native info
Tried (not in order)
but nothing works, still stuck there.
Specifications:
Possible Solution on Linux:
sudo sysctl -w fs.inotify.max_user_watches=10000
what is the windows equivalent of this?
The text was updated successfully, but these errors were encountered: