rxr
rxr copied to clipboard
I would like to contribute to this project, but master is failing to build locally
I'm trying to build... It looks like there is a dependency in test on blueprint src files. What am I missing?
> [email protected] lint /Users/jeffras/Documents/GitHub/rxr
> eslint src test
/Users/jeffras/Documents/GitHub/rxr/test/test-blueprint.js
3:23 error Unable to resolve path to module '../src/blueprint' import/no-unresolved
4:48 error Unable to resolve path to module './helpers' import/no-unresolved
6:23 error Missing trailing comma comma-dangle
7:8 error Unable to resolve path to module '../src/monitorStream' import/no-unresolved
8:33 error Unable to resolve path to module './helper-appBlueprintExample' import/no-unresolved
9:30 error Unable to resolve path to module './helper-functionsExample' import/no-unresolved
23:1 warning Line 23 exceeds the maximum line length of 80 max-len
35:1 warning Line 35 exceeds the maximum line length of 80 max-len
38:20 error Missing trailing comma comma-dangle
42:20 error Missing trailing comma comma-dangle
49:19 error Missing trailing comma comma-dangle
✖ 11 problems (9 errors, 2 warnings)
4 errors, 0 warnings potentially fixable with the `--fix` option.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] lint: `eslint src test`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] lint 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/jeffras/.npm/_logs/2017-11-23T16_54_20_639Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] check:src: `npm run lint && npm run test`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] check:src 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/jeffras/.npm/_logs/2017-11-23T16_54_20_678Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] prepublish: `npm run clean && npm run check:src && npm run build && check-es3-syntax lib/ --kill`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] prepublish 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/jeffras/.npm/_logs/2017-11-23T16_54_20_729Z-debug.log
Hi @jeffras , sorry for this. I hope I can fix this during the weekend.