I've been asked by the npm support to open an issue here for my... well, issue.
In the top right corner of packages, there's this convenient box that contains the install command (convenient because clicking it copies the command to clipboard):

However, this particular package is only required in development. That's why we suggest to install it with the -D flag, like npm i -D @zimatech/zdoccer
My question/issue: How, if possible, do I customise that command? I suspect via package.json, but I couldn't figure out how (and as said before, support sent me here)
I've been asked by the npm support to open an issue here for my... well, issue.
In the top right corner of packages, there's this convenient box that contains the install command (convenient because clicking it copies the command to clipboard):
However, this particular package is only required in development. That's why we suggest to install it with the
-Dflag, likenpm i -D @zimatech/zdoccerMy question/issue: How, if possible, do I customise that command? I suspect via package.json, but I couldn't figure out how (and as said before, support sent me here)