Skip to content

eslint action fails #335

@abmusse

Description

@abmusse

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:

  1. execute npm run lint

Expected behavior
npm run lint show run successfully

Screenshots

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions