-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Dev Server wont start by npm start #768
Comments
Any reason there's a difference between your init Anything showing in the console when you open localhost after the "Loading dependency graph, done." statement.? |
Yeah sorry for the confusion, i tried creating multiple projects with the init command. Its Irrelevant since the init process for both project was the same. ill edit the main post.
After 'Loading dependency graph, done.' there is no other line. |
I saw that React 360/VR has some connection to React Native so it might be worthy to note that i have never installed anything related to React Native. |
How about your browser console, does it log any errors there? Or what does the localhost response say in browser? |
In the browser (Chrome) I dont even reach the server I get "This page isn't working" ERR_EMPTY_RESPONSE |
Some general suggestions but I've limited experience...
|
Hi. I went and updated my node to version 12.13.1 and now executing npm start is throwing this output: PS C:\Users\user\Desktop\Hello360> npm start
open browser at http://localhost:8081/index.html An error occurred during the packager process. Exited with code 1. d character class npm ERR! A complete log of this run can be found in: output above. |
Some issues with React Native w/ Expo too, possible fix here: expo/expo-cli#1074 (comment) |
but React 360 does not have metro-config\src\defaults\blacklist.js so where can we possibly get this help or should i format my system? thanks |
Hey I'm sorry about the misconception. Cheers |
Hi, I get the same error too and still have not been able to fix it. Can someone please help me do it An error occurred during the packager process. Exited with code 1. npm ERR! A complete log of this run can be found in: This is the Error I am getting can someone please try and help me again |
Hi @cskbv |
@guygolanIL guygolanIL Any solution you got for it getting stuck on "It looks like its stuck after the "Loading dependency graph, done." statement." My Hello360 basic example program getting stucked on this I am using windows 10 Kindly help |
Might be related to issue #316 .
Following the react 360 official tutorial i got stuck when starting the dev server by running npm start.
Bug
Followed the installation tutorial step by step from the official docs.
and this is the output:
PS C:\Users\guy.golan\Desktop\Hello360> npm start
Hello360@0.0.1 start C:\Users\guy.golan\Desktop\Hello360
node node_modules/react-360/scripts/packager.js
open browser at http://localhost:8081/index.html
Starting React Native Packager...
┌──────────────────────────────────────────────────────────────────────────────┐
│ │
│ Running Metro Bundler on port 8081. │
│ │
│ Keep Metro running while developing on any JS projects. Feel free to │
│ close this tab and run your own Metro instance if you prefer. │
│ │
│ https://github.com/facebook/react-native │
│ │
└──────────────────────────────────────────────────────────────────────────────┘
Looking for JS files in
C:\Users\guy.golan\Desktop\Hello360
Metro Bundler ready.
Loading dependency graph, done.
It looks like its stuck after the "Loading dependency graph, done." statement.
Expecting the server to be up at http://localhost:8081/index.html but no response.
Additional Information
The text was updated successfully, but these errors were encountered: