Unable to use ReLaXed with Node v16
RCRalph opened this issue · 3 comments
RCRalph commented
Hello
Because of an old version of node-sass
, using ReLaXed with Node v16 is not possible. The fix to this is to upgrade node-sass
to a newer version.
If this project is still active, I think this change should be implemented.
The tests work fine as well some actual projects that I made using this amazing tool.
Thanks for reading and looking forward to hearing from you soon,
RCRalph
frankandrobot commented
As per npm, the latest version of relaxedjs is version 0.2.4, which was published 3 years ago. Has the above referenced PR made it to npm?
RCRalph commented
@frankandrobot I don't think the NPM version is up to date, for now I suggest using the docker version instead: https://github.com/jonathanasquier/ReLaXed-docker
frankandrobot commented
If you look at the PR that upgrades node-sass, all they did was bump up the node-sass version.
Therefore, if you use yarn, you can just override the resolutions in package.json and continue to use the same version:
```
"resolutions": {
"node-sass": "^7.0.1"
}
``
On Aug 31, 2022, at 3:44 AM, RCRalph ***@***.******@***.***>> wrote:
@frankandrobot<https://github.com/frankandrobot> I don't think the NPM version is up to date, for now I suggest using the docker version instead: https://github.com/jonathanasquier/ReLaXed-docker
—
Reply to this email directly, view it on GitHub<#191 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAGAGMNICSHHE3SVDNT5ZPDV34LNDANCNFSM5MLG7FMA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>