@snowpack/plugin-webpack does not support node versions > 8 #771
jcschmidig
started this conversation in
General
Replies: 1 comment 1 reply
-
(Worth noting for anyone else reading that this is a console warning and doesn't block you from installing.) It looks like this will be fixed in Webpack v5, but currently isn't fixed inside of Webpack 4:
Nothing we can do on our end, I don't think. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to install @snowpack/plugin-webpack on node >=10 I get the following error:
npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"<8.10.0"} (current: {"node":"12.18.3","npm":"6.14.6"})
Could that be fixed?
Beta Was this translation helpful? Give feedback.
All reactions