filestack-js icon indicating copy to clipboard operation
filestack-js copied to clipboard

fix (dependencies): Remove unused ts-node dependency

Open stevezhu opened this issue 5 years ago • 2 comments

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Bug fix

  • What is the current behavior? (You can also link to an open issue here) ts-node is causing issues with pnpm i --production on [email protected] where typescript cannot be found because it is in devDependencies in the consuming package.

  • What is the new behavior (if this is a feature change)? Remove unused ts-node in dependencies that was added by #356.

  • Other information:

stevezhu avatar Jul 16 '20 23:07 stevezhu

We noticed this today in a dependency audit, with a npm WARN [email protected] requires a peer of typescript@>=2.7 but none is installed. You must install peer dependencies yourself. in a JS project that doesn't use TypeScript.

Seeing this unused dependency removed would be awesome!

Cherry avatar Dec 18 '20 20:12 Cherry

Hello,

same issue here :

npm WARN [email protected] requires a peer of typescript@>=2.7 but none is installed. You must install peer dependencies yourself.

lk77 avatar Feb 26 '21 15:02 lk77