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
However, node-which which is used to check if the binary is present doesn't check in this folder since ./node_modules/.bin/ is unlikely to be in your path.
A workaround is to run with a prefixed export like this :
When you want to have a clean package, you must put dev tool list and version in devDependencies in your package.json, for example :
However, node-which which is used to check if the binary is present doesn't check in this folder since ./node_modules/.bin/ is unlikely to be in your path.
A workaround is to run with a prefixed export like this :
But I think it would be a better solution to check in
.node_modules/.bin/
The text was updated successfully, but these errors were encountered: