Skip to content
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

Error on node-sass dependency #61

Open
rgilsimoes opened this issue Apr 13, 2021 · 2 comments
Open

Error on node-sass dependency #61

rgilsimoes opened this issue Apr 13, 2021 · 2 comments

Comments

@rgilsimoes
Copy link

After cloning this repo and run "npm install":

node-sass@4.13.0 install C:\Work\MGMClub\App\Ionic\MGMReact2\node_modules\node-sass
node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.0/win32-x64-83_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.13.0/win32-x64-83_binding.node":

HTTP error 404 Not Found

Environment


Ionic:

Ionic CLI : 6.13.1 (C:\Users\ricar\AppData\Roaming\npm\node_modules@ionic\cli)
Ionic Framework : @ionic/react 5.3.1

Capacitor:

Capacitor CLI : 1.3.0
@capacitor/core : 1.3.0

Utility:

cordova-res : not installed
native-run : not installed

System:

NodeJS : v14.16.1 (C:\Program Files\nodejs\node.exe)
npm : 6.14.12
OS : Windows 10

@rgilsimoes
Copy link
Author

rgilsimoes commented Apr 13, 2021

Fixed by updating node-sass to 4.14.1

npm install node-sass@4.14.1

@quangv
Copy link

quangv commented Jun 26, 2021

Thanks, I had hardest time building node-sass on manjaro. For anyone else, solved it by downgrading node v14 with nvm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants