Last active
July 2, 2020 14:36
-
-
Save daleharvey/313b307acbf3f50e32260d2c0576bdc0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/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! [email protected] 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 [email protected] 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! [email protected] bundle: `npm-run-all bundle:*` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] 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