nuxtr-vscode icon indicating copy to clipboard operation
nuxtr-vscode copied to clipboard

[Bug]: Error "Nuxtr: No package manager found" when trying to run a action

Open victor-perez opened this issue 9 months ago • 0 comments

Environment

- Operating System: Linux
- Node Version:     v20.11.0
- Nuxt Version:     3.11.2
- CLI Version:      3.11.1
- Nitro Version:    2.9.6
- Package Manager:  [email protected]
- Builder:          -
- User Config:      srcDir, build, devtools, vite, ssr, modules
- Runtime Modules:  @vite-pwa/[email protected], ()
- Build Modules:    -

nuxtr config

{
  "nuxtr.monorepoMode.DirectoryName": "apps/front-end",
  "nuxtr.defaultPackageManager": "Yarn",
}

What went wrong?

When using mono repo setting the actions don't work, get error "Nuxtr: No package manager found" even if manager is set in the config

image

How to reproduce it?

nuxtr config

{
  "nuxtr.monorepoMode.DirectoryName": "apps/front-end",
  "nuxtr.defaultPackageManager": "Yarn",
}

and click on any action

victor-perez avatar May 10 '24 09:05 victor-perez