Ionic start error, why?(nodejs 9,ionic 3)

npm i
× Running command - failed!
[ERROR] An error occurred while running npm i (exit code 1):

    > node-sass@4.5.3 install C:\Users\Arnau\Desktop\nodejsDB\test\node_modules\node-sass
    > node scripts/install.js

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

    HTTP error 404 Not Found

    Hint: If github.com is not accessible in your location
           try setting a proxy via HTTP_PROXY, e.g.

           export HTTP_PROXY=http://example.com:1234

    or configure npm proxy via

           npm config set proxy http://example.com:8080

    > uglifyjs-webpack-plugin@0.4.6 postinstall
    C:\Users\Arnau\Desktop\nodejsDB\test\node_modules\uglifyjs-webpack-plugin
    > node lib/post_install.js

Thanks

Don’t use Node 9. Use the Node LTS.

1 Like