Short getting started or Install guide
See original GitHub issueHello, please add some short getting started or install guide.
I tried for more than two hours without being able to run the demo. (I am coming from the embedded world and are not familiar with js tool-chain)
If I just open moniel.html locally, I see a grey window without any function. I tried with firefox on linux and with firefox, chrome, explorer on windows.
Am I supposed to start startDevEnv.sh? Then babel and http-server are needed. Which? Things I tried (on ubuntu first 14.4 then 16.4):
sudo apt-get install babel-1.4.0
sudo apt-get install openbabel
npm install babel
and some more
startDevEnv.sh was not happy with any of those. Same question would arise for http-server.
Hope to be able to play with this very interesting project, and also use it as an example to learn js visualization. Thanks a lot for publishing.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Getting Started guide - OpenSAFELY documentation
Getting Started guide. This tutorial will walk you through the minimum steps needed to run an OpenSAFELY-compliant study against "dummy" ...
Read more >1.5 Getting Started - Installing Git
If you want to install the basic Git tools on Linux via a binary installer, you can generally do so through the package...
Read more >Getting started with Visual Studio - Microsoft
Welcome; Install Visual Studio; Getting started; Personalize ... Watch this short video to get familiar with the IDE and to learn how to...
Read more >Getting Started - Minix 3 Wiki
Before starting, print the installation guide. It will make the installation go more smoothly. The discussion below is just a brief summary ...
Read more >Arch Linux: Full Installation Guide - YouTube
It'll start at the command-line, and we'll build the installation all the way up to a full desktop environment! The GNOME, Xfce, Plasma, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Electron is trying to run “node” command, but on your system it is “nodejs”.
One possible solution is to upgrade NPM to higher version that can deal with that (3.7.0 and higher) or you can make a symlink to the actual binary:
sudo ln -s /usr/bin/nodejs /usr/bin/node
.(Thank you. 😃 )
@dat-ai Awesome 😉
Those two warnings shouldn’t be any problem. 😃