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
Uncaught:
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './package.json' is not defined by "exports" in /Users/foobar/my-react-project/node_modules/utils-ts/package.json
it will throw an error:
The package.json of utils-ts is:
vite/src/node/utils/pathUtils.ts
Lines 6 to 7 in 91f829d
vite/src/node/resolver.ts
Lines 179 to 183 in 4637556
It will throw an Error for library
utils-ts
:Maybe we could build vite into mjs and use --experimental-import-meta-resolve.
Also, we should support paths rather than root, because
./src
has nonode_modules
dir.The text was updated successfully, but these errors were encountered: