@ercarignan wrote:
I've been working on a new project and now, after initially checking it into git, I did a git clean to make sure that someone else would be able to checkout and get all the files.
Problem is, when I runnpm installI get an error related tonode-sassC:\Users\usecarkm\Source\Repos\ui\IonicPages>npm install npm WARN prefer global node-gyp@3.6.0 should be installed with -g > node-sass@4.5.0 install C:\Users\usecarkm\Source\Repos\ui\IonicPages\node_modules\node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/vhttps://registry.npmjs.org/node-sass/-/node-sass-4.5.0.tgz/win32-x64-48_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/vhttps://registry.npmjs.org/node-sass/-/node-sass-4.5.0.tgz/win32-x64-48_binding.node": HTTP error 404 Not FoundMy ionic info:
global packages: @ionic/cli-utils : 1.5.0 Cordova CLI : 6.5.0 Ionic CLI : 3.5.0 local packages: @ionic/app-scripts : https://registry.npmjs.org/@ionic/app-scripts/-/app-scripts-1.3.0.tgz @ionic/cli-plugin-cordova : 1.4.1 @ionic/cli-plugin-ionic-angular : 1.3.2 Cordova Platforms : none Ionic Framework : ionic-angular https://registry.npmjs.org/ionic-angular/-/ionic-angular-3.1.1.tgz System: Node : v6.10.2 OS : Windows 10 Xcode : not installed ios-deploy : not installed ios-sim : not installed npm : 5.0.3Did I clean up something I shouldn't have?
Posts: 1
Participants: 1