-
-
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
error with import './dist/cli.js'; #724
Comments
You need a newer version of Node. 10 isn't supported. It's going to be end-of-life in a month (https://nodejs.org/en/about/releases/) so you'll want to update for other reasons as well. |
@Conduitry I'm on node v12.10.0 and I encountered the same issue. MacOS. Steps to reproduce
Any thoughts? |
You need at least 12.17:
I'm not exactly sure why |
I had the same issue. However after upgrading node version to 12.17.0 I receive following error
|
As indicated in https://github.com/sveltejs/kit/blob/master/packages/kit/package.json the minimum version is now 12.20, not 12.17. |
I did everything in the doc, after I npm installed and ran it gave me a handful of errors, I'll just throw it all here
The text was updated successfully, but these errors were encountered: