Skip to content

Instantly share code, notes, and snippets.

@daleharvey
Last active July 2, 2020 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daleharvey/313b307acbf3f50e32260d2c0576bdc0 to your computer and use it in GitHub Desktop.
Save daleharvey/313b307acbf3f50e32260d2c0576bdc0 to your computer and use it in GitHub Desktop.
~/src/gecko/browser/components/newtab (master)$ ./bin/try-runner.js
bash: ./bin/try-runner.js: Permission denied
~/src/gecko/browser/components/newtab (master)$ node ./bin/try-runner.js
TEST START | checkBundles
/Users/dale/src/gecko/browser/components/newtab/node_modules/node-sass/lib/binding.js:13
throw new Error(errors.unsupportedEnvironment());
^
Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (83)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.13.1
at module.exports (/Users/dale/src/gecko/browser/components/newtab/node_modules/node-sass/lib/binding.js:13:13)
at Object.<anonymous> (/Users/dale/src/gecko/browser/components/newtab/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (internal/modules/cjs/loader.js:1200:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1220:10)
at Module.load (internal/modules/cjs/loader.js:1049:32)
at Function.Module._load (internal/modules/cjs/loader.js:937:14)
at Module.require (internal/modules/cjs/loader.js:1089:19)
at require (internal/modules/cjs/helpers.js:73:18)
at Object.<anonymous> (/Users/dale/src/gecko/browser/components/newtab/node_modules/node-sass/bin/node-sass:10:10)
at Module._compile (internal/modules/cjs/loader.js:1200:30)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! activity-streams@1.14.3 bundle:css: `node-sass content-src/styles -o css && node-sass content-src/aboutwelcome -o aboutwelcome/content`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the activity-streams@1.14.3 bundle:css script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/dale/.npm/_logs/2020-07-02T14_34_56_287Z-debug.log
ERROR: "bundle:css" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! activity-streams@1.14.3 bundle: `npm-run-all bundle:*`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the activity-streams@1.14.3 bundle script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/dale/.npm/_logs/2020-07-02T14_34_56_306Z-debug.log
TEST START | karma
TEST START | sasslint
{ checkBundles: true, karma: true, sasslint: true }
CODE 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment