filestack-js
filestack-js copied to clipboard
fix (dependencies): Remove unused ts-node dependency
-
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-nodeis causing issues withpnpm i --productionon[email protected]wheretypescriptcannot be found because it is indevDependenciesin the consuming package. -
What is the new behavior (if this is a feature change)? Remove unused
ts-nodein dependencies that was added by #356. -
Other information:
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!
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.