nuxtr-vscode
nuxtr-vscode copied to clipboard
[Bug]: Error "Nuxtr: No package manager found" when trying to run a action
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
How to reproduce it?
nuxtr config
{
"nuxtr.monorepoMode.DirectoryName": "apps/front-end",
"nuxtr.defaultPackageManager": "Yarn",
}
and click on any action