-
Notifications
You must be signed in to change notification settings - Fork 64
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
Postinstall script failing #7
Comments
Having the same problem on Linux Ubuntu 16.04 32-bit. Is it npm? |
Try |
That's not a safe solution This project really need to be fixed/updated wouldn't you all agree? |
If anybody wants to fork it and actively maintain the fork, I'll archive
this one and link to it
…On Mon, Feb 1, 2021 at 12:01 AM Corey Bruce ***@***.***> wrote:
Try sudo npm i -d --unsafe-perm=true --allow-root
That's not a safe solution
this project really need to be fixed/updated
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJWCUZRAO3JNMY3WO5QDJLS4Y7UFANCNFSM4DT4G3ZQ>
.
|
I would but it's a big project to update with a lot of old dependencies with many security issues and wouldn't know where to start. I am creating my own browser at the moment but it's under real early development, it's functional but it's missing features like tabs, context menu's aren't properly implemented yet, API's aren't set as it's missing stuff like open in new tab instead of default browser as tabbing doesn't exist and more but it works and is super light with minimal dependencies as I will stay clear from using npm packages as developers have a big tendency to create something than hardly maintain it or abandon it with it either breaking or being full of security vulnerabilities also the one I am making is going to be light. |
1119 error Windows_NT 6.1.7601
1120 error argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "-d"
1121 error node v6.11.1
1122 error npm v3.10.10
1123 error code ELIFECYCLE
1124 error electron-prebuilt@0.28.3 postinstall:
node install.js
1124 error Exit status 1
1125 error Failed at the electron-prebuilt@0.28.3 postinstall script 'node install.js'.
1125 error Make sure you have the latest version of node.js and npm installed.
1125 error If you do, this is most likely a problem with the electron-prebuilt package,
1125 error not with npm itself.
1125 error Tell the author that this fails on your system:
1125 error node install.js
1125 error You can get information on how to open an issue for this project with:
1125 error npm bugs electron-prebuilt
1125 error Or if that isn't available, you can get their info via:
1125 error npm owner ls electron-prebuilt
1125 error There is likely additional logging output above.
1126 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: