Closed MinoruSekine closed 7 months ago
add-node-modules-path
seems not working now because of deprecated npm bin
.
eslint seems to work following changes...
eslint
command wrapper into PATH
#!/bin/sh
exec npx eslint "$@"
executable: Not found
for javascript-eslint checkerAfter few days without any trouble, I will close this ticket.
Comments above work fine for me.