-
Notifications
You must be signed in to change notification settings - Fork 54
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
Unable to run npm install (error command electron-rebuild) #66
Comments
Same for me, I attached the debug log.
|
Same for me. I tried on Windows 10, macOS 10.15, Raspberry Pi 4B with raspberry OS. |
Hi, you can try replace your package.json with this one: https://github.com/suegy/odas_web/blob/master/package.json and see you if you can install then? You might also need the package-lock.json |
I looked up |
I figured out that |
The rest of the project in that repo goes into a different direction so the
two files should work.
Glad it helped.
…On Sat, 10 Jul 2021 at 10:55, Kevin Tan ***@***.***> wrote:
I figured out that package-lock.json should be copied alone with
package.json, and that works.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOBRCTWXGLAD24GPRVJIPLTXAKKVANCNFSM46XIQ7YA>
.
|
Thanks~ This is my very first time to work with node.js and electron app. After installation, the overall filesize of the app is incredibly large, which takes up to 836 MB disk space. |
I'm having same issues as above. Have tried all suggestions still same problem. Here is my error log file: 2021-08-04T09_33_28_688Z-debug.log Open to any suggestions. |
try to update node version (I'm using latest v14) and clear cache: |
@assafge it's really helpful! thanks |
This may or may not helps others who is having various installation errors, I recently managed to compile v0.3.0 code on Windows/Ubuntu/Raspbian after hitting various errors on these platforms. Starting fresh from
On Windows I also have to change the slashes so command can be executed under CMD (Administrator):
Without modifying anything else in On Windows:
On Ubuntu:
On Raspbian:
In all cases, after running
After that, running My platform environments: Windows(x64): Windows 10, Python 3.9.7 |
this saved my life. thank you. |
Unfortunately
npm install
doesn't work here.Log:
The text was updated successfully, but these errors were encountered: