Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR_PACKAGE_PATH_NOT_EXPORTED #2137

Closed
4 tasks done
tyy360142420 opened this issue Mar 18, 2025 · 2 comments
Closed
4 tasks done

ERR_PACKAGE_PATH_NOT_EXPORTED #2137

tyy360142420 opened this issue Mar 18, 2025 · 2 comments
Labels
Status: Review Needed Request for review comments

Comments

@tyy360142420
Copy link

Reporting a bug?

We didn't do any changes , but the project could not run successfully with this error. We have revert recent days' update of dependencies but still get this error. Can anyone give some advices?

Expected behavior

could run project successfully.

Reproduction

just run the project with new version

System Info

"devDependencies": {
    "@pinia/testing": "1.0.0",
    "@types/node": "18.19.80",
    "@vitejs/plugin-vue": "5.2.1",
    "@vitest/coverage-v8": "3.0.8",
    "@vitest/ui": "3.0.8",
    "@vue/compiler-sfc": "3.5.13",
    "@vue/test-utils": "2.4.6",
    "axios-mock-adapter": "2.1.0",
    "c8": "10.1.3",
    "eslint-plugin-prettier": "5.2.3",
    "husky": "9.1.7",
    "jsdom": "26.0.0",
    "@types/jsdom": "21.1.7",
    "prettier": "3.5.3",
    "pretty-quick": "4.1.1",
    "resize-observer-polyfill": "1.5.1",
    "rollup-plugin-visualizer": "5.14.0",
    "sass": "1.85.1",
    "sonarqube-scanner": "4.2.8",
    "typescript": "5.8.2",
    "unplugin-auto-import": "19.1.1",
    "unplugin-inject-preload": "3.0.0",
    "unplugin-vue-components": "28.4.1",
    "unplugin-vue-define-options": "1.5.5",
    "vite": "6.2.1",
    "vite-plugin-compression": "0.5.1",
    "vite-plugin-html-env": "1.2.8",
    "vite-plugin-imagemin": "0.6.1",
    "vite-plugin-remove-console": "2.2.0",
    "vitest": "3.0.8",
    "vitest-mock-extended": "3.0.1",
    "vue-i18n-extract": "2.0.7"
  },
"dependencies": {
    "@element-plus/icons-vue": "2.3.1",
    "@intlify/unplugin-vue-i18n": "6.0.3",
    "@js-joda/core": "5.6.4",
    "@schenker-ui/designassets": "1.5.19",
    "@types/lodash-es": "4.17.12",
    "@unleash/proxy-client-vue": "0.1.5",
    "@vue/shared": "3.5.13",
    "@vuelidate/core": "2.0.3",
    "@vuelidate/validators": "2.0.4",
    "@vueuse/core": "12.8.2",
    "@vueuse/head": "2.0.0",
    "async-validator": "4.2.5",
    "axios": "1.8.2",
    "deep-object-diff": "1.1.9",
    "element-plus": "2.9.6",
    "esbuild": "0.25.0",
    "jwt-decode": "4.0.0",
    "lodash": "4.17.21",
    "lodash-es": "4.17.21",
    "lodash-unified": "1.0.3",
    "moment": "2.30.1",
    "oidc-client-ts": "3.1.0",
    "pinia": "3.0.1",
    "randexp": "0.5.3",
    "vue": "3.5.13",
    "vue-i18n": "11.1.2",
    "vue-router": "4.5.0",
    "vue3-oidc": "1.0.0"
  }

Screenshot

Image

Additional context

No response

Validations

@tyy360142420 tyy360142420 added the Status: Review Needed Request for review comments label Mar 18, 2025
@kazupon kazupon added Status: Need More Info Lacks enough info to make progress and removed Status: Need More Info Lacks enough info to make progress labels Mar 18, 2025
Copy link

Thank you for your feadback!
Would you be able to provide a reproduction 🙏

More info

Why do I need to provide a reproduction?

Reproductions make it possible for us to triage and fix issues quickly with a relatively small team. It helps us discover the source of the problem, and also can reveal assumptions you or we might be making.

What will happen?

If you've provided a reproduction, we'll remove the label and try to reproduce the issue. If we can, we'll mark it as a bug and prioritise it based on its severity and how many people we think it might affect.

If Status: Need More Info labeled issues don't receive any substantial activity (e.g., new comments featuring a reproduction link), we'll close them. That's not because we don't care! At any point, feel free to comment with a reproduction and we'll reopen it.

How can I create a reproduction?

We have a couple of templates for starting with a minimal reproduction:

👉 Reproduction mininal starter
👉 Reproduction starter with unpluguin-vue-i18n

A public GitHub repository is also perfect. 👌

Please ensure that the reproduction is as minimal as possible.

You might also find these other articles interesting and/or helpful:

@tyy360142420
Copy link
Author

It is caused by cache .After i clear node modules ,delete pnpm lock file and pnpm install again,it recovers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Review Needed Request for review comments
Projects
None yet
Development

No branches or pull requests

2 participants