Does not work with commands that have uppercase letters
Opened this issue · 0 comments
yinzara commented
npm install https://github.com/MyProject/mypackage.git
When executing this using spypkg, I get the error:
TypeError: Cannot read property 'groups' of null
at Object.<anonymous> (/Users/yinzara/tsg/1st/client/1stbet-cordova/node_modules/spypkg/dist/lib/adaptor/npm-adaptor.js:177:37)
This is because the regex in the npm-adaptor.ts for "pkgdetails" does not include uppercase letters. This tool should be expanded to include them.