-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[bug] npm init svelte@next
- some files missing
#2952
Comments
It looks like the files disappeared from the published package in |
My next guess is that this was due to a bump in the version of (p)npm used to publish the packages. When I build everything locally, I do see It could be that we need to store it as |
Yeah, if I run |
Hmm I don't see any relevant differences in the documentation page they linked to in their own answer between v6 and v7 ( |
Describe the bug
I don't get any warning using npm 6 and Node 12 on Ubuntu. If I create an
.npmrc
withengine-strict=true
then it will fail. We try to do that today:https://github.com/sveltejs/kit/blob/master/packages/create-svelte/templates/skeleton/.npmrc
https://github.com/sveltejs/kit/blob/master/packages/create-svelte/templates/default/.npmrc
But those files don't get created for some reason
Reproduction
If I run
npm init svelte@next my-test-app
I don't see an.npmrc
file being created in the new appLogs
No response
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: