-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
Incompatibility with latest node-sass and sass package versions #1005
Comments
But it is typescript problem, we don't have types for |
Maybe |
OK thank you, I'll try there. |
Although.. I see the types are in a dir |
We don't have types here yet, if you have problems with types from |
Brill, thanks very much! |
Bug report
When building with Vercel (and not locally) there is an issue with the types declaration causing an error
Actual Behavior
This is what shows in the output logs
Expected Behavior
The build should work
How Do We Reproduce?
I would love to give a concise reproduction. However when building locally I could not replicate this. All I can see is in the Vercel builder, which is also using Node 14.x, when I use sass v1.45 which was released 10 days ago (and I tried with the latest node-sass instead as well) I get this error. If I use sass v1.44 it does not happen.
Please paste the results of
npx webpack-cli info
here, and mention other relevant informationI'm afraid I can't because this is a closed system in Vercel carrying out the build and it does not happen locally.. I know this makes it difficult and perhaps very hard to trace the issue. I'm sorry for this and understand if it means you are not able to look into it further.
In case the issue is with the builder package running I've also opened an issue on that repo here: nuxt/vercel-builder#645
I'm afraid this is not my area of expertise but whatever I can do to try and help, please reach out.
Thanks.
The text was updated successfully, but these errors were encountered: