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
Currently p-limit is on v4 and the latest v5. The Pkg uses a Node feature called sub-path imports and doesn't yet supported for ts-node. So the Development instance throw error but Prod works fine since we transpile the code using tsc
I felt rather than going for a workaround rather wait and see when ts-node community will do
Currently p-limit is on v4 and the latest v5. The Pkg uses a Node feature called sub-path imports and doesn't yet supported for ts-node. So the Development instance throw error but Prod works fine since we transpile the code using
tsc
I felt rather than going for a workaround rather wait and see when ts-node community will do
Resources:
TypeStrong/ts-node#1974
TypeStrong/ts-node#1007 (comment)
https://nodejs.org/api/packages.html#subpath-imports
https://github.com/sindresorhus/p-limit/blob/main/package.json#L18
The text was updated successfully, but these errors were encountered: