-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Specify minimum node version number #787
Conversation
Have you looked into how different package managers handle this? Is the warning only printed when there's a dependency that has an unmet If |
Okay, it does look like, at least from my test just now in npm, your top-level |
I'm not sure how to check what |
I wonder what if we add an |
We could have one included in the template - and it looks like having that does prevent me from installing, say, latest Rollup on Node 8. But doing that bugs me for some reason. I don't know that I can adequately explain it. |
The only reason it'd bug me is because it seems like it should be the default behaviour and we shouldn't have to turn it on, but given that it's the way npm works I'm not sure if there's any better solution |
It may be better dx to create a commonjs version of the cli (if that's not already the case) and check |
I don't think the message that |
Even with the |
No, with the (This is all with the |
is this good to go? if so, 👍 — i couldn't tell if there were further changes planned |
I'm happy with the |
I thought you were saying that I've updated the changeset message |
It's currently specified in
kit/packages/create-svelte/template/package.json
Line 17 in 96cbda3