-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to install, probably due to NPM package vulnerabilities #33
Comments
more output:
|
same here +1 |
Did anybody solve the issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when running npm install I get reports of critical vulnerabilities in packages requires. Ignoring this and trying to start this code anyhow I get the following error message
npm start
/home/cems2/impressionist/impressionist/node_modules/electron/dist/electron: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! [email protected] start:
electron .
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] 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! /home/cems2/.npm/_logs/2021-01-02T21_02_44_616Z-debug.log
I note that the log file listed above is doesn't seem to exist either.
The text was updated successfully, but these errors were encountered: