Closed pataar closed 3 years ago
NPM <7 doesn't work because exec doesn't exist. Therefore it might be a good idea to have it stated. In addition to that it would be better to use a caret range for version 6.
Hey @pataar, check #20 . Replacing npm exec -- by npx works fine in npm 6
npm exec --
npx
Hi @lgenzelis, that's even a better solution! Closing this one.
NPM <7 doesn't work because exec doesn't exist. Therefore it might be a good idea to have it stated. In addition to that it would be better to use a caret range for version 6.