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

update to a newer version of node #88

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hulto
Copy link

@hulto hulto commented Jan 8, 2024

Was having an issue with stormspotter front end starting specifically the quasar CLI.
Updating the node version seems to fix.

Before

$ docker-compose up
[+] Running 3/0
 ✔ Container stormspotter-stormspotter-neo4j-1     Created                                                                                                                                                                                                                0.0s 
 ✔ Container stormspotter-stormspotter-frontend-1  Created                                                                                                                                                                                                                0.0s 
 ✔ Container stormspotter-stormspotter-backend-1   Created                                                                                                                                                                                                                0.0s 
Attaching to stormspotter-stormspotter-backend-1, stormspotter-stormspotter-frontend-1, stormspotter-stormspotter-neo4j-1
stormspotter-stormspotter-frontend-1  | file:///usr/local/lib/node_modules/@quasar/cli/bin/quasar.js:25
stormspotter-stormspotter-frontend-1  |   const { default: appPaths } = await import('../lib/app-paths.js')
stormspotter-stormspotter-frontend-1  |                                 ^^^^^
stormspotter-stormspotter-frontend-1  | 
stormspotter-stormspotter-frontend-1  | SyntaxError: Unexpected reserved word
stormspotter-stormspotter-frontend-1  |     at Loader.moduleStrategy (internal/modules/esm/translators.js:140:18)
stormspotter-stormspotter-frontend-1  |     at async link (internal/modules/esm/module_job.js:42:21)
stormspotter-stormspotter-frontend-1  | 
stormspotter-stormspotter-frontend-1 exited with code 1

After

/ # quasar serve -p 9091 --history

 Quasar CLI.......... v2.3.0
 Listening at........ http://4aea2edaf450:9091
 Web server root..... /
 Gzip................ enabled
 Cache (max-age)..... 86400
 Micro-cache......... 1s
 History mode........ enabled
 Index file.......... index.html

@hulto
Copy link
Author

hulto commented Jan 8, 2024

Fixes #85

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

Successfully merging this pull request may close these issues.

1 participant