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

yarn run start not working properly on v2 #4609

Open
kalon33 opened this issue Jul 27, 2022 · 1 comment
Open

yarn run start not working properly on v2 #4609

kalon33 opened this issue Jul 27, 2022 · 1 comment
Assignees

Comments

@kalon33
Copy link
Contributor

kalon33 commented Jul 27, 2022

Dear digitransit-ui team,

I followed the steps from https://github.com/HSLdevcom/digitransit-ui/blob/v2/docs/Installation.md to build the v2, but when running "yarn run start" I got this:

$ yarn run start
Unbound variable "NODE_OPTS"

If I set NODE_OPTS="", it starts a node console, but not digitransit-ui:

$ yarn run start
Welcome to Node.js v12.22.9.
Type ".help" for more information.
> 

Could you help me to find out what's wrong? Thanks!

@joonaojapalo joonaojapalo self-assigned this Aug 10, 2022
@joonaojapalo
Copy link
Contributor

joonaojapalo commented Sep 5, 2022

Hi @kalon33! We were checking through issues and noticed that there's no response given to your issue. I'm pretty sure that I already responded to this earlier, but as no response isn't found in the issue log it must not have happened. Excuse the latency on this matter.

The simple solution for now is to use placeholder property for NODE_OPTS:

NODE_OPTS="--title=digitransit" yarn run start

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

2 participants