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
Not sure if this is useful for anyone else, but this pattern works well when adding it to the project with existing developers using it.
Rather than asking people to run npm install for the first time, this will run npm install if install-changed is not found.
Not sure if this is useful for anyone else, but this pattern works well when adding it to the project with existing developers using it.
Rather than asking people to run
npm install
for the first time, this will runnpm install
ifinstall-changed
is not found.I have only tested this on linux, there may be different approaches required for windows.
Very handy package btw :)
The text was updated successfully, but these errors were encountered: