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

[Linux][1.11.0] Blueprint does not start: "cannot find fix-path'" #52

Closed
marcdumais-work opened this issue Mar 16, 2021 · 1 comment · Fixed by #53
Closed

[Linux][1.11.0] Blueprint does not start: "cannot find fix-path'" #52

marcdumais-work opened this issue Mar 16, 2021 · 1 comment · Fixed by #53
Labels
bug bugs found in the application

Comments

@marcdumais-work
Copy link
Contributor

marcdumais-work commented Mar 16, 2021

Bug Description:

Blueprint v1.11.0 does not start. I get the same error with the .Appimage or the Debian installer version:
$ /opt/TheiaBlueprint/theia-blueprint

A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module 'fix-path'
Require stack:
- /opt/TheiaBlueprint/resources/app/src-gen/frontend/electron-main.js
- /opt/TheiaBlueprint/resources/app/scripts/theia-electron-main.js
- 
    at Module._resolveFilename (internal/modules/cjs/loader.js:797:17)
    at Function.o._resolveFilename (electron/js2c/browser_init.js:281:679)
    at Module._load (internal/modules/cjs/loader.js:690:27)
    at Function.Module._load (electron/js2c/asar.js:769:28)
    at Module.require (internal/modules/cjs/loader.js:852:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/opt/TheiaBlueprint/resources/app/src-gen/frontend/electron-main.js:9:1)
    at Module._compile (internal/modules/cjs/loader.js:967:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1004:10)
    at Module.load (internal/modules/cjs/loader.js:815:32)

Steps to Reproduce:

  1. download .deb or AppImage from https://download.eclipse.org/theia/1.11.0/linux/)
  2. chmod +x and start .AppImage or for .deb start: /opt/TheiaBlueprint/theia-blueprint

Additional Information

  • Operating System: Ubuntu 20.04
  • Theia Version: 1.11

I have not tested the Windows or MacOS packages, so I assume the issue may be Linux-specific.

@marcdumais-work marcdumais-work added the bug bugs found in the application label Mar 16, 2021
marcdumais-work added a commit to marcdumais-work/theia-blueprint that referenced this issue Mar 16, 2021
Fixes eclipse-theia#52

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
@brianking
Copy link

I know this is likely fixed now, but fyi same error with v1.11.0 on macOS

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

Successfully merging a pull request may close this issue.

2 participants