using ionic serve in ionic v3 project on ubuntu … it’s giving below error – Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (64) For more information on which environments are supported please see: https://github.com/sass/node-sass/releas…
Tag: sass
Installing node-gyp offline
node-gyp has millions of threads regarding offline installation issues, however, none of the solutions worked for me. I’m trying to install node-sass-chokidar actually, which depends on node-sass and therefore depends on this package. I’m working on Ubuntu 16.04. Due to the pc being offline, I can…