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
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
I guess this error is due to lack of Node 22 support?
[4/4] Building fresh packages...
error .../node_modules/node-sass: Command failed.
Exit code: 126
Command: node scripts/install.js
Arguments:
Directory: .../node_modules/node-sass
Output:
/bin/sh: /tmp/yarn--1718703076889-0.2675272992829243/node: /bin/sh: bad interpreter: Text file busy
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Activity
yuvadm commentedon Jun 18, 2024
I guess this error is due to lack of Node 22 support?
a90100 commentedon Jun 22, 2024
I got the similar issue...I hope the pull request can be merged soon.
nex3 commentedon Jul 18, 2024
Node Sass is deprecated, and this issue is unlikely to ever be fixed. Please move your Sass compilation to the
sass
package instead.