FredKSchott / snowpack

ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️
https://www.snowpack.dev
MIT License
19.48k stars 922 forks source link

calling "snowpack init" warns the user to call "snowpack init" #3593

Closed snuup closed 3 years ago

snuup commented 3 years ago

Quick checklist

What package manager are you using?

npm

What operating system are you using?

Windows

Describe the bug

Running

snowpack init

returns a hint: [14:42:50] [snowpack] Hint: run "snowpack init" to create a project config file. Using defaults...

Minor issue, but the yellow screaming warning-like useless hint is still unnecessary.

Steps to reproduce

  1. npx create-snowpack-app using template
  2. npx snowpack init
  3. Error! The recommendation "run snowpack init" comes out.

Link to minimal reproducible example (optional)

No response

flosker commented 3 years ago

What a lazy bug report. At least provide a title.

Also this isn't even a issue.