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
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
Sorry about that folks! There's something funky going on with the automatic package publishing. I published tslint-to-eslint-config@2.13.2 manually and it works.
🐛 Bug Report
tslint-to-eslint-config
version: 2.13.1Actual Behavior
running
npx tslint-to-eslint-config -- --version
or any other command fails withCannot find module '../src/cli/main'
and indeed if I look into~/.npm/_npx/ab091f4918e92575/node_modules/tslint-to-eslint-config/
there is nosrc
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
The text was updated successfully, but these errors were encountered: