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
I currently have this useful command in my project's package.json and it is installed under node_modules. I am using it in one of my project's build scripts, and have to directly reference it as node_modules/underscore-cli/bin/underscore.
In other such utilities, it seems they install themselves in the node_modules/.bin directory, so I can run them using npx. I wonder if 'underscore-cli' should also be installing underscore into the .bin directory. WDYT?
The text was updated successfully, but these errors were encountered:
I currently have this useful command in my project's package.json and it is installed under node_modules. I am using it in one of my project's build scripts, and have to directly reference it as
node_modules/underscore-cli/bin/underscore
.In other such utilities, it seems they install themselves in the
node_modules/.bin
directory, so I can run them usingnpx
. I wonder if 'underscore-cli' should also be installingunderscore
into the .bin directory. WDYT?The text was updated successfully, but these errors were encountered: