Closed anhzf closed 1 year ago
Both pnpm v7 and pnpm v8 using Node v18 works fine on macOS Ventura 13.6. StackBlitz uses pnpm v8.6.10, which is broken. pnpm v8.8.0 works fine. So, there is nothing to be done from our side, you have to wait until StackBlitz updates the pnpm version.
ahh, I didn't check the latest package manager version. It's working now, thank you
What happened?
I began the new Quasar project, followed the Installation guide, started the development server, and threw an error!
Here's an error I've found:
ESLint: 8.10.0
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Failed to load plugin 'import' declared in '.eslintrc.cjs » eslint-config-airbnb-base » /home/projects/stackblitz-starters-cl1adg/node_modules/.pnpm/eslint-config-airbnb-base@15.0.0_eslint-plugin-import@2.20.1_eslint@8.10.0/node_modules/eslint-config-airbnb-base/rules/imports.js': Package subpath './lib/util/glob-util' is not defined by "exports" in /home/projects/stackblitz-starters-cl1adg/nodemodules/.pnpm/eslint-plugin-import@2.20.1@typescript-eslint+parser@5.10.0_eslint@8.10.0/node_modules/eslint/package.json
Relevant log output
No response
Additional context
No response