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

0.3.0 breaks director service #69

Closed
xtroncode opened this issue May 4, 2020 · 2 comments · Fixed by #70
Closed

0.3.0 breaks director service #69

xtroncode opened this issue May 4, 2020 · 2 comments · Fixed by #70
Labels
bug Something isn't working

Comments

@xtroncode
Copy link
Contributor

The director service in 0.3.0 fails to run with the following error:

director_1   | > @sorry-cypress/director@0.3.0 start /app
director_1   | > node ./dist/
director_1   |
director_1   | internal/modules/cjs/loader.js:638
director_1   |     throw err;
director_1   |     ^
director_1   |
director_1   | Error: Cannot find module 'core-js/modules/es.promise'
director_1   |     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
director_1   |     at Function.Module._load (internal/modules/cjs/loader.js:562:25)
director_1   |     at Module.require (internal/modules/cjs/loader.js:692:17)
director_1   |     at require (internal/modules/cjs/helpers.js:25:18)
director_1   |     at Object.<anonymous> (/app/dist/index.js:3:1)
director_1   |     at Module._compile (internal/modules/cjs/loader.js:778:30)
director_1   |     at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
director_1   |     at Module.load (internal/modules/cjs/loader.js:653:32)
director_1   |     at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
director_1   |     at Function.Module._load (internal/modules/cjs/loader.js:585:3)
@davidggevorgyan
Copy link

Have the same with docker image 0.3.0

@xtroncode xtroncode added the bug Something isn't working label May 4, 2020
@agoldis
Copy link
Collaborator

agoldis commented May 4, 2020

Sorry, the rest of the packages are also broken. will fix in a follow-up release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants