Closed igorklopov closed 5 years ago
I created a function winpmstall
that I used to monkey patch for my own project:
https://git.rootprojects.org/root/pathman/src/branch/master/npm/scripts/fetch-prebuilt.js#L36
(WiNPMstall being a terrible portmanteau of Windows NPM Install)
As you can see in
test.js
-$basedir
was used but was not defined. Inindex.js
i had to make basedir definition be added before!shLongProg
case. So, i moved that definition up level to apply to both cases.