Closed reedv closed 6 years ago
I'm seeing the same thing. Not rendering on Opera, Chrome. Any developments on this?
@reedv @svanschalkwyk I was facing the same thing. then I run the following steps and it started working:
npm cache clean
rm -rf node_modules
npm install
npm -g install bower
bower install
npm start
Thanks! Will try it again, although I built it from source initially. S
@MehdiFal Thanks, I can confirm that the local build works fine on OS X and Node v7.5.0.
With the yarn.lock
file, this should be resolved now. Also, I encourage using the Docker image instead unless you are looking to contribute to the project. :-)
OS: Linux mint 18.2 node version: v7.10.1 npm version: 4.2.0
Trying to build locally using current instructions. This is the output that I see:
Continuing through the installation steps I see output...
When the mirage tab opens in my default browser (chrome) I see this:
which is missing most of the UI elements.
Here is a copy/paste of the console output: