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

undefined running the app locally #385

Closed
treboryx opened this issue Oct 1, 2022 · 1 comment · Fixed by #389
Closed

undefined running the app locally #385

treboryx opened this issue Oct 1, 2022 · 1 comment · Fixed by #389
Assignees

Comments

@treboryx
Copy link

treboryx commented Oct 1, 2022

I followed the steps line by line running this locally from the README file and I get the following on my screen:
image

Steps:

  • git clone
  • npm ci
  • npm run dev

node version: 16.17.1

@MattIPv4
Copy link
Member

MattIPv4 commented Oct 1, 2022

👋 This is a known bug with some of our dev tooling that I hope to tackle next week, sorry about that!

As a workaround for now, update the "build:template": "do-vue template && node src/nginxconfig/build/template.js", line in package.json to be "build:template": "BLANK_TEMPLATE=true do-vue template && node src/nginxconfig/build/template.js"

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 a pull request may close this issue.

2 participants