danmindru / responsive-html-email-signature

✨ Template generator for (responsive) emails & email signatures
https://responsive-html-email-signature-generator.com
MIT License
831 stars 246 forks source link

Stuck on NPM Start <anonymous> #108

Closed brandoncamerer closed 2 years ago

brandoncamerer commented 2 years ago

❯ node -v v12.22.12

❯ npm start

responsive-html-email-signature@6.1.1 start /Users/brandoncamerer/Desktop/responsive-html-email-signature gulp

[07:02:52] Using gulpfile ~/Desktop/responsive-html-email-signature/gulpfile.js [07:02:52] Starting 'default'... [07:02:52] Starting 'run-pipeline'... [07:02:52] Starting 'dupe'... [07:02:52] Finished 'dupe' after 85 ms [07:02:52] Starting 'less'... [07:02:52] Finished 'less' after 8.59 ms [07:02:52] Starting 'sass'... [07:02:52] Starting 'dupe'... [07:02:52] Finished 'dupe' after 66 ms [07:02:52] Starting ''... [07:02:52] Finished '' after 6.03 ms [07:02:52] Finished 'sass' after 73 ms [07:02:52] Starting 'postcss'... [07:02:52] Finished 'postcss' after 56 ms [07:02:52] Starting 'lint'... [07:02:52] Finished 'lint' after 7.36 ms [07:02:52] Starting 'build'... [07:02:52] Finished 'build' after 7.26 ms [07:02:52] Starting 'check-for-unused'... [07:02:52] Finished 'check-for-unused' after 39 ms [07:02:52] Finished 'run-pipeline' after 278 ms [07:02:52] Starting ''...

danmindru commented 2 years ago

Hi @brandoncamerer, the npm start command keeps watching for changes and re-generates the template inside the dist directory (until you exit). Could you not find the generated templates inside dist?

Alternatively, you can run npm run once to only generate the templates once and exit.

brandoncamerer commented 2 years ago

@danmindru Oh bless my heart, for some reason I expected it to automatically pop up in my web browser like I was running an app or something so I assumed it wasn't working. Thanks for the reply!