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 am using ts-dot-prop which uses ts-util-is as a dependency. I can see in version 2.0.2 the extension was added but I am still getting the following error:
Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'ts-util-is/dist/src/index' imported from ts-util-is/dist/index.js
Upon checking npm view ts-util-is and downloading the tarball the extension is missing from dist/index.js which is still showing: export * from './src/index';. I confirmed I am on version 2.0.2 using the same tarball as linked above.
When I npm run build locally I see the extension. Is it possible the extension is getting stripped through a deployment process?
When I patch the node_modules to include the extension, it is working again.
The text was updated successfully, but these errors were encountered:
Describe the Issue
I am using
ts-dot-prop
which usests-util-is
as a dependency. I can see in version2.0.2
the extension was added but I am still getting the following error:Upon checking
npm view ts-util-is
and downloading the tarball the extension is missing fromdist/index.js
which is still showing:export * from './src/index';
. I confirmed I am on version2.0.2
using the same tarball as linked above.When I
npm run build
locally I see the extension. Is it possible the extension is getting stripped through a deployment process?When I patch the
node_modules
to include the extension, it is working again.The text was updated successfully, but these errors were encountered: