Skip to content
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

Can't build based on directions #6

Open
Fmstrat opened this issue Oct 8, 2020 · 5 comments
Open

Can't build based on directions #6

Fmstrat opened this issue Oct 8, 2020 · 5 comments

Comments

@Fmstrat
Copy link

Fmstrat commented Oct 8, 2020

The package.json doesn't seem to have the required information for yarn or npm to build based on the README or the Azure Pipeline.

@reavessm
Copy link

I had to go to the Office365/Office folder then run the commands as listed. This should be added to the Readme

@PPC-scripts
Copy link

Try as I may I can't compile this code, even after installing all dependencies - I get this error: "npm does not support Node.js v10.21.0"...
I'm trying to complie with the office website flag set to "1" (to use the free version of Office online)- would it be asking too much that you compile a .deb file with that flag and make it available?
Thanks in advance.

@liltingle
Copy link

Try as I may I can't compile this code, even after installing all dependencies - I get this error: "npm does not support Node.js v10.21.0"...
I'm trying to complie with the office website flag set to "1" (to use the free version of Office online)- would it be asking too much that you compile a .deb file with that flag and make it available?
Thanks in advance.

I fixed it, with this command
yarn install --ignore-engines

@margual56
Copy link

For anyone getting the error "FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.":

Just add --disable-gpu-sandbox to the start script. That would be "electron src/main.js --disable-gpu-sandbox"

@margual56
Copy link

FYI, it currently does not even run (yarn start) for me. The event onWillRedirect runs and then it just... stops.

The event onWillNavigate (which I suppose is the next one to be called), is never called. I just get a blank window with the title "Electron".

(This is also a question: "am I doing something wrong?")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants