-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
Description
Hello,
I try to generate a ionic project with template sidemenu but when ionic tries to install dependencies I have an download error on node-sass.
√ Creating directory .\test - done!
√ Downloading and extracting sidemenu starter - done!
? Would you like to integrate your new app with Cordova to target native iOS and Android? Yes
√ Personalizing ionic.config.json and package.json - done!
> ionic integrations enable cordova --quiet
√ Downloading integration cordova - done!
√ Copying integrations files to project - done!
[OK] Added cordova integration!
Installing dependencies may take several minutes.
* IONIC DEVAPP *
Speed up development with the Ionic DevApp, our fast, on-device testing mobile app
- Test on iOS and Android without Native SDKs
- LiveReload for instant style and JS updates
️--> Install DevApp: https://bit.ly/ionic-dev-app <--
> npm i
× Running command - failed!
[ERROR] An error occurred while running npm i (exit code 1):
> [email protected] install D:\Projets\Devpt\Ionic\test\node_modules\node-sass
> node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.7.2/win32-x64-64_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.7.2/win32-x64-64_binding.node":
My versions are :
- node : v10.1.0
- npm : v6.0.1
- ionic : v3.20.0
This node https://github.com/sass/node-sass/releases/download/v4.7.2/win32-x64-64_binding.node does'nt exist on github on release 4.7.2 but on release 4.9.0
Regards