digitalocean / nginxconfig.io

⚙️ NGINX config generator on steroids 💉
https://do.co/nginxconfig
MIT License
27.66k stars 2.04k forks source link

undefined running the app locally #385

Closed treboryx closed 2 years ago

treboryx commented 2 years ago

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

Steps:

node version: 16.17.1

MattIPv4 commented 2 years ago

👋 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"