Closed nwaughachukwuma closed 2 years ago
/opt/hostedtoolcache/node/16.13.1/x64/bin/npm install npm ERR! Cannot read properties of null (reading 'matches')
Going by the logic shown below, this size-limt-action doesn't support projects running with pnpm, and throws the error highlighted above:
size-limt-action
pnpm
const manager = hasYarn(directory) ? "yarn" : "npm";
Is there a special need required to support pnpm? I can PR a fix.
Fix has been merged. Closing...
Going by the logic shown below, this
size-limt-action
doesn't support projects running withpnpm
, and throws the error highlighted above:Is there a special need required to support
pnpm
? I can PR a fix.