-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The eslint action fails with
npm run lint
shell: /usr/bin/bash -e {0}
> itoolkit@1.0.0 lint
> ./node_modules/eslint/bin/eslint.js lib/ test/
/home/runner/work/nodejs-itoolkit/nodejs-itoolkit/lib/transports/idbTransport.js
22:17 error Unable to resolve path to module 'idb-connector' import/no-unresolved
✖ 1 problem (1 error, 0 warnings)
Error: Process completed with exit code 1.
As can be seen from this recent PR: https://github.com/IBM/nodejs-itoolkit/runs/5012953754?check_suite_focus=true
To Reproduce
Steps to reproduce the behavior:
- execute
npm run lint
Expected behavior
npm run lint show run successfully
Screenshots
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
