Dependencies installation fails on node 12 #961
Labels
Area: Development
Status: Approved
Is ready to be worked on
Type: Bug / Error
Something isn't working or is incorrect
Describe the bug
Dependencies installation fails when using node 12
To Reproduce
Steps to reproduce the behaviour:
yarn
Expected behaviour
Dependencies are installed with no errors
Logs
Build log
Desktop:
10.14.5
v12.11.0
Additional context
We
node-sass
version4.11
which doesn't support node 12. However, upgrading to4.12
does not solve the problem.Related tickets:
sass/node-sass#2747
fsevents/fsevents#278
Workaround
Don't use node 12 for development.
The text was updated successfully, but these errors were encountered: