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 has been archived by the owner on May 1, 2020. It is now read-only.
Which @ionic/app-scripts version are you using?
3.2.4
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc) Please update node-sass deps to 4.12.0
It was the local package-lock.json that stops me from installing the latest deps.
Sorry for the trouble. Please ignore.
The text was updated successfully, but these errors were encountered:
Note: for support questions, please use one of these channels:
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
Short description of the problem:
NPM tries to download node-sass from https://github.com/sass/node-sass/releases/download/v4.11.0/win32-x64-72_binding.node
which doesn't exists in 4.11.0 release.
What behavior are you expecting?
Steps to reproduce:
Windows 10 with Node 12.4.0 (npm 6.9.0)ionic start
ionic 3 projectnpm i
> [email protected] install E:\dev\TEMP-MOBILE-APP\node_modules\node-sass> node scripts/install.js>Downloading binary from https://github.com/sass/node-sass/releases/download/v4.11.0/win32-x64-72_binding.node> Cannot download "https://github.com/sass/node-sass/releases/download/v4.11.0/win32-x64-72_binding.node":>HTTP error 404 Not FoundWhich @ionic/app-scripts version are you using?
3.2.4
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
Please updatenode-sass
deps to 4.12.0It was the local package-lock.json that stops me from installing the latest deps.
Sorry for the trouble. Please ignore.
The text was updated successfully, but these errors were encountered: