You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The CSSIFY Backend won't run in the most recent version of the node eg 15.xx and above.
There's this dependency called node-sass which requires a version of node 14.xx and below for windows and other OS.
To Reproduce
Steps to reproduce the behavior:
Go to the terminal/cmd cd cssify/backend
npm run dev
The client is deployed.
But the backend stops because of this error.
Expected behavior
A clear and concise description of what you expected to happen.
Describe the bug
The CSSIFY Backend won't run in the most recent version of the node eg 15.xx and above.
There's this dependency called node-sass which requires a version of node 14.xx and below for windows and other OS.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
https://github.com/sass/node-sass/releases/tag/v4.14.1
Desktop
The text was updated successfully, but these errors were encountered: