You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2019. It is now read-only.
I'm trying to build... It looks like there is a dependency in test on blueprint src files. What am I missing?
> rxr@0.2.0 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! rxr@0.2.0 lint: `eslint src test`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the rxr@0.2.0 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! rxr@0.2.0 check:src: `npm run lint && npm run test`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the rxr@0.2.0 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! rxr@0.2.0 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 rxr@0.2.0 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
I'm trying to build... It looks like there is a dependency in test on blueprint src files. What am I missing?