Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Node 12 not supported #1530

Closed
johnsonlin opened this issue Jun 5, 2019 · 0 comments
Closed

Node 12 not supported #1530

johnsonlin opened this issue Jun 5, 2019 · 0 comments

Comments

@johnsonlin
Copy link

johnsonlin commented Jun 5, 2019

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:

  1. Windows 10 with Node 12.4.0 (npm 6.9.0)
  2. ionic start ionic 3 project
  3. npm i
  4. > [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 Found

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.

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

No branches or pull requests

1 participant