-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Cannot download "darwin-arm64-83_binding.node" #314
Comments
...I tried to check the url of the package, which is using by npm and its: https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz and Meteor downloading package from: https://github.com/sass/node-sass/releases/download/v4.14.1/darwin-arm64-83_binding.node Probably the package is missing on GitHub.. |
I'm encountering the same issue as above |
me too. same issue. any solution? |
I experienced the same issue on my M2 Macbook Air.
All credit goes to the stackoverflow answer provided here: |
Worked for me. |
I'm trying to install the package on an effectively clean installation of Linux Mint 22 and cannot get it working. I just go from one node-gyp error to another by installing via In my case I cloned a copy of this repository down to my machine in order to use a slightly forked version with the non-deprecated, pure-JS implementation:
// import sass from 'node-sass';
import sass from 'sass';
// "node-sass": '9.0.0',
'sass': '1.77.8', At this point, one can create a symlink in their Meteor applications ~/source/meteor/app$ ls
client
node_modules
package.json
package-lock.json
packages
server
settings
tests
tsconfig.json ~/source/meteor/app$ ls -l packages/
meteor-scss -> /home/$USER/source/meteor-scss At this point one can run |
@67726e thanks that's what I ended up doing as well. |
meteor
version: 2.7.1fourseven:scss
version: fourseven:scss@4.15.0After migration of Meteor project from Ubuntu to MacOS, I get the error during start of meteor (there is not problem with proxy, network or etc, because on same MacOS machine, when I will install directly with npm exactly same version of node-sass, it will install it successfully). Problem is, the dependency of fourtyseven:scss - node-sass, which cannot be downloaded.
I opened question also in Meteor forum [Meteor forum](https://forums.meteor.com/t/fourseven-scss-package-problem-during-installation-node-sass-on-macos/58002)
Logs:
Thanks a lot for an each help :-)
The text was updated successfully, but these errors were encountered: