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.

/home/babulal/Desktop/angular-electron-master/node_modules/electron/dist/electron: /lib/x86_64-linux-gnu/libdbus-1.so.3: no version information available (required by /home/babulal/Desktop/angular-electron-master/node_modules/electron/dist/electron) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! angular-electron@6.0.1 electron:serve: wait-on http-get://localhost:4200/ && npm run electron:serve-tsc && electron . --serve npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the angular-electron@6.0.1 electron:serve script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2019-06-12T08_28_28_689Z-debug.log ERROR: “electron:serve” exited with 1. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! angular-electron@6.0.1 start: npm run postinstall:electron && npm-run-all -p ng:serve electron:serve npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the angular-electron@6.0.1 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2019-06-12T08_28_28_813Z-debug.log

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
PeterTognolacommented, Aug 14, 2019

I was hitting a similar issue, upgrading electron to 6.0.2 (and dependencies) in the package.json solved the problem for me.

F.Y.I: I am running Node v12.7.0.

1reaction
AStebcommented, Jul 25, 2019

Update nodejs

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm start giving error in node.js - Stack Overflow
The error suggests that the ./bin/www directory is not found. Paths specified with a dot are relative to the current directory, ...
Read more >
How to fix npm start command not working - Nathan Sebhastian
How to fix npm start command not working · Check if you have a package.json file in your project · Check if you...
Read more >
npm err! missing script: start Solution - Career Karma
If you type npm start and get the npm err! missing script: start error, there must be a missing line in the script...
Read more >
npm start not working / How to fix npm error React ... - YouTube
code #coding # npm #react #coders #computerscience #cs #javascript #javaprogramming #react #reactjs if still not working please watch ...
Read more >
Common errors | npm Docs
Possible temporary npm registry glitch, or corrupted local server cache. Run npm cache clean and/or try again later. · This can be caused...
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