-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to start the 'website' #122
Comments
Cc @vjeux do we start the website with npm start? |
@amasad this is what mentionned here : https://github.com/facebook/react-native/blob/master/website/README.md |
You have to run I will check what's up with the second error. |
I can repro the second the error with a fresh |
@fkling yes, thanks, that's what i figured in my point n°1. I could make a PR to improve the readme on this if you want ? Oh glad you repro, it's not me :) |
That would be great! Thanks! |
This was definitely a bug from my side, which is now fixed. However, there is also a bug in |
Yes, the website is now running ! Huge thanks :) |
Hi everybody,
I just found the "website" part of react-native this morning (thanks to a commit from Christopher). This is not obvious because not mentioned on the main readme :)
npm install
works fine, without error, but when i try tonpm start
, i got the following error :Here is also the output of the npm-debug.log if helpfull :
I'm on Osx, and i'm up to date with this repo.
I keep up trying some stuff, and discover, than when doing an "npm install" in the
react-docgen
folder, thenpm start
then work.Is this instruction missing from the readme, or am i doing anything wrong ?
http://localhost:8080/react-native/index.html
i got the following error in my browser :What am i missing again ?
Thanks again for the incredible work on react-native.
I also hope, those error are real, not local to my computer, and not making you loose some time. sorry if i am. Or maybe, the website section is not ready to use yet ?
Thanks
Kenny
The text was updated successfully, but these errors were encountered: