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
The postinstall script uses sh which is not available in Windows by default. The code itself is pretty simple. Could you rewrite it in JavaScript itself? There is no need to depend on sh for such a simple script.
The postinstall script uses
sh
which is not available in Windows by default. The code itself is pretty simple. Could you rewrite it in JavaScript itself? There is no need to depend on sh for such a simple script.The
postinstall
script itself is very simple. Not sure whypnpm
fails to run it.This the npmrc that I used in most of my projects:
The text was updated successfully, but these errors were encountered: