Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
epsilonhalbe opened this issue Jul 26, 2022 · 1 comment
Closed

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

epsilonhalbe opened this issue Jul 26, 2022 · 1 comment
Assignees
Labels
status: accepting prs Please, send in a PR to resolve this! ✨ type: bug Something isn't working

Comments

@epsilonhalbe
Copy link

🐛 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
@JoshuaKGoldberg JoshuaKGoldberg self-assigned this Jul 26, 2022
@JoshuaKGoldberg JoshuaKGoldberg added type: bug Something isn't working status: accepting prs Please, send in a PR to resolve this! ✨ labels Jul 26, 2022
@JoshuaKGoldberg
Copy link
Member

Sorry about that folks! There's something funky going on with the automatic package publishing. I published [email protected] manually and it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepting prs Please, send in a PR to resolve this! ✨ type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants