> gulp exp
/パス/npm/node_modules/node-sass/lib/binding.js:13
throw new Error(errors.unsupportedEnvironment());
^
Error: Node Sass does not yet support your current environment: FreeBSD 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 (/パス/npm/node_modules/node-sass/lib/binding.js:13:13)
at Object.<anonymous> (/パス/npm/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.<anonymous> (/パス/npm/node_modules/gulp-sass/index.js:162:21)
at Module._compile (internal/modules/cjs/loader.js:759:30)
gmake: *** [Makefile:31: exp] エラー 1
「Node Sass does not yet support your current environment: FreeBSD 64-bit with Unsupported runtime」とな。
「FreeBSD 64-bit」は、サポートしてないと?
いあいあ、先日まで動作していたはずなので・・・、またバージョンアップがあったかなぁ・・・。
2. 現在のバージョンを確認
とりあえず、gulp と node のバージョンを確認。
> gulp -v
CLI version 2.1.0
Local version 4.0.0
> node -v
v12.2.0