LoginSignup
3
1

More than 3 years have passed since last update.

Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (72) For more information on which environments are supported please see: https://github.com/sass/node-sass/releases/tag/v4.11.0

Last updated at Posted at 2019-05-20

error

Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (72) For more information on which environments are supported please see: https://github.com/sass/node-sass/releases/tag/v4.11.0 at module.exports (/Users/jun/fout/bu/node_modules/node-sass/lib/binding.js:13:13) at Object.<anonymous> (/Users/jun/fout/bu/node_modules/node-sass/lib/index.js:14:35) at Module._compile (internal/modules/cjs/loader.js:759:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:770:10) at Module.load (internal/modules/cjs/loader.js:628:32) at Function.Module._load (internal/modules/cjs/loader.js:555:12) at Module.require (internal/modules/cjs/loader.js:666:19) at require (internal/modules/cjs/helpers.js:16:16) at Object.sassLoader (/Users/jun/fout/bu/node_modules/sass-loader/lib/loader.js:46:72)

解決コマンド

$ npm install -g node-sass
$ npm install -g expo-cli

参考サイト

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1