Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
195 views

Why npx does not work for some of the packages?

npx eslint This works fine and executes eslint with out the explicit cli install on the other hand, npx prettier-eslint This one does not work. //command not found But if I install prettier-eslint-...
Ankur Marwaha's user avatar
6 votes
1 answer
4k views

There was trouble creating the ESLint CLIEngine

There was trouble creating the ESLint CLIEngine. - 'basePath' should be an absolute path Trying to use eslint $ npx prettier-eslint **/*.js but getting: prettier-eslint [ERROR]: There was trouble ...
Michael Durrant's user avatar