You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was in the process of transferring from nvm to volta (Windows & Linux) when I hit a missing feature (?). Apparently even though I installed typescript via volta ts-node was not able to resolve it.
I also tried to work around by installing a global npm package, which volta rightfully prevented 😅
I think this is the case because typescript is not a dependency but a peerDependancy of ts-node
The text was updated successfully, but these errors were encountered:
Hi,
I was in the process of transferring from nvm to volta (Windows & Linux) when I hit a missing feature (?). Apparently even though I installed
typescript
via voltats-node
was not able to resolve it.I also tried to work around by installing a global npm package, which volta rightfully prevented 😅
I think this is the case because typescript is not a dependency but a peerDependancy of
ts-node
The text was updated successfully, but these errors were encountered: