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.

unable to run it on ubuntu 14.04

See original GitHub issue

error occurred on npm installing. Following warning message displayed npm WARN optional Skipping failed optional dependency /chokidar/fsevents: npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.9

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
wbeydacommented, Mar 30, 2016

@iamkallolpratim , closed the browser tab. Stopped nodejs ctrl+c, then restarted nodejs “npm start”, and opened a new tab 127.0.0.1:3000. Browser opened with the " my first angular app" h1 or whatever it says. I went into main.ts and changed the message to “my second angular app” saved the file and went back to the browser. The browser was updated with “my second angular app” so I knew everything was working. Also make sure your nodejs package is sym linked correctly for Ubuntu.

sudo ln -s /usr/bin/nodejs /usr/bin/node

As far as I’ve read nodejs will always be broke on Ubuntu by default. I’d love to see it fixed by the next LTS release. But for now. It’s what we have to do.

1reaction
wbeydacommented, Mar 29, 2016

Had the same error I restarted the server and browser and it all of a sudden started working.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to run Ubuntu 14.04 LTS in live environment ...
My computer specifications are: HDD: 80GB IDE and 80GB SATA; Motherboard: ASUS P5VD2-MX SE; PSU: 480W; RAM: DDR2 2GB; Processor: Intel Pentium ...
Read more >
Unable to run hello world on ubuntu 14.04 #816 - iovisor/bcc
I've tried to follow the instructions for binary installation of bcc on ubuntu 14.04 from INSTALL.md. However, I'm seeing errors when ...
Read more >
I'm trying to install packages in Ubuntu 14.04 LTS but ... - Quora
I'm trying to install packages in Ubuntu 14.04 LTS but it shows me error E: Unable to correct problems, you have held broken...
Read more >
Precision 5510 with Ubuntu 14.04 installed unable to login ...
Press Ctrl+Alt+F1 to open a console login. · Enter your user name and password. · Type the command sudo prime-select nvidia and press...
Read more >
python - PyObject Pycharm setup failure in Ubuntu 14.04 LTS
It says you're trying to get a version >= 1.46.0, but the version that exists is 1.40.0. You can't use a version higher...
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