Skip to content

npx tslint-to-eslint-config not working #1536

Closed
@epsilonhalbe

Description

@epsilonhalbe

🐛 Bug Report

  • tslint-to-eslint-config version: 2.13.1
  • Node version: 18.4.0 (osx M1), 16.15.1 (osx intel)

Actual Behavior

running npx tslint-to-eslint-config -- --version or any other command fails with Cannot find module '../src/cli/main' and indeed if I look into ~/.npm/_npx/ab091f4918e92575/node_modules/tslint-to-eslint-config/ there is no src folder.
but looking into ~/.npm/_npx/ab091f4918e92575/node_modules/tslint-to-eslint-config/bin/tslint-to-eslint-config - it tries to access that.

Expected Behavior

program runs and converts tslint config file to eslint config

Reproduction

rm -rf ~/.npm/_npx/ab091f4918e92575/
npx tslint-to-eslint-config -- --version

Metadata

Metadata

Labels

status: accepting prsPlease, send in a PR to resolve this! ✨type: bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions