Created
May 24, 2016 01:32
-
-
Save jonsterling/55250d1dab5af9629e5695931368ca05 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ENOENT: no such file or directory, open '.babelrc' | |
Error: ENOENT: no such file or directory, open '.babelrc' | |
at Error (native) | |
at Object.fs.openSync (fs.js:549:18) | |
at Object.fs.readFileSync (fs.js:397:15) | |
at babelrc (/Users/jon/src/atom-language-redprl/node_modules/babelrc-rollup/dist/babelrc-rollup.js:14:47) | |
at Object.<anonymous> (/Users/jon/src/atom-language-redprl/src/grammar-generator/rollup.config.js:22:11) | |
at Module._compile (module.js:435:26) | |
at Object.require.extensions..js (/Users/jon/src/atom-language-redprl/node_modules/rollup/bin/runRollup.js:54:8) | |
at Module.load (module.js:356:32) | |
at Function.Module._load (module.js:311:12) | |
at Module.require (module.js:366:17) | |
Type rollup --help for help, or visit https://github.com/rollup/rollup/wiki | |
npm ERR! Darwin 15.2.0 | |
npm ERR! argv "/usr/local/Cellar/node4-lts/4.2.3/bin/node" "/usr/local/bin/npm" "run" "grammar:generate" | |
npm ERR! node v4.2.3 | |
npm ERR! npm v2.14.7 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] grammar:generate: `npm run -s grammar:generate-internal` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] grammar:generate script 'npm run -s grammar:generate-internal'. | |
npm ERR! This is most likely a problem with the language-redprl package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! npm run -s grammar:generate-internal | |
npm ERR! You can get their info via: | |
npm ERR! npm owner ls language-redprl | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/jon/src/atom-language-redprl/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment