unable to run it on ubuntu 14.04
See original GitHub issueerror 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:
- Created 7 years ago
- Reactions:1
- Comments:11 (4 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
@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.
Had the same error I restarted the server and browser and it all of a sudden started working.