When I installed and started in a normal way, the page was wrong. It looks like a mistake in CSS.
This is the command I used:
sudo npm install
sudo npm start
This is a screenshot of the error page:
http://opigz1ro4.bkt.clouddn.com/im%20%281%29.png
http://opigz1ro4.bkt.clouddn.com/im2.png
Browser: [all ]
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
I have same problem
I have find the reason.
the problem caused by npm.
please use yarn to install package,then everything is ok @yanyim
@yanyim May or may not be related, but while you're at it you should fix your node install to not use sudo. https://docs.npmjs.com/getting-started/fixing-npm-permissions
Most helpful comment
I have find the reason.
the problem caused by npm.
please use yarn to install package,then everything is ok @yanyim