Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './importServerEntry' is not defined #1827
Answered
by
brillout
jscottsf
asked this question in
Help & Questions
-
Just did an update to the latest Vike and Telefunc. Was only a few versions behind. After the update I got this when running the dev server.
|
Beta Was this translation helpful? Give feedback.
Answered by
brillout
Aug 25, 2024
Replies: 1 comment 10 replies
-
Can you publish a reproduction?
…On Sun 25. Aug 2024 at 09:43, JSS ***@***.***> wrote:
Just did an update to the latest Vike and Telefunc. Was only a few
versions behind. After the update I got this when running the dev server.
node:internal/modules/esm/resolve:303
return new ERR_PACKAGE_PATH_NOT_EXPORTED(
^
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './importServerEntry' is not defined by "exports" in ***@***.***/vite-plugin-server-entry/package.json
at exportsNotFound (node:internal/modules/esm/resolve:303:10)
at packageExportsResolve (node:internal/modules/esm/resolve:650:9)
at resolveExports (node:internal/modules/cjs/loader:591:36)
at Module._findPath (node:internal/modules/cjs/loader:668:31)
at Module._resolveFilename (node:internal/modules/cjs/loader:1130:27)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Module.require (node:internal/modules/cjs/loader:1235:19)
at require (node:internal/modules/helpers:176:18)
at Object.<anonymous> (/Users/ssmith/Repos/redacted-web-site/node_modules/telefunc/dist/cjs/node/vite/loadTelefuncFilesWithVite.js:4:29)
at Module._compile (node:internal/modules/cjs/loader:1376:14) {
code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'
}
├── ***@***.***
├── ***@***.***
├── ***@***.***
vike({
includeAssetsImportedByServer: true,
prerender: {
disableAutoRun: true
}
}),
telefunc({
disableNamingConvention: true
})
—
Reply to this email directly, view it on GitHub
<#1827>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHVQRVP4SZF7L4JNQ7TAETZTGDLFAVCNFSM6AAAAABNCJZ4O2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGA4TCMJRGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix released in
[email protected]
.