question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Short getting started or Install guide

See original GitHub issue

Hello, 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:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mlajtoscommented, Feb 19, 2017

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. 😃 )

0reactions
mlajtoscommented, Aug 4, 2017

@dat-ai Awesome 😉

Those two warnings shouldn’t be any problem. 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found