pnpm-workspace Questions
5
Solved
I have setup a pnpm workspace with a number of projects that I am adding as git submodules.
A previously working Nuxt project suddenly started giving the error The request url * is outside of Vite ...
Neidaneidhardt asked 23/12, 2022 at 18:2
2
Solved
I'm working in a large pnpm monorepo (pnpm v7).
The repository contains :
multiple apps
multiple shared dependencies
tooling (shared compilation setup package)
Every package (app or shared librar...
Oys asked 12/5, 2022 at 13:24
2
i'm trying to convert an inherited monorepo from yarn+lerna to pnpm workspaces
i'm currently getting an error due to mismatching react versions, typescript isn't picking up on the @types/react vers...
Habiliment asked 1/11, 2022 at 8:48
0
I did a switch to a project to build a consistent mono repo.
I have a pretty classical structure with apps and package folders.
Inside the packages folder, I have a bunch of small functions-loaded ...
Alanna asked 15/4, 2023 at 15:1
1
Solved
so I have a project that I'm working on that is a Monorepo. So I have a packages directory in the root directory that contains all my npm packages. Some of these packages rely on eachother e.g. in ...
Trumantrumann asked 12/10, 2022 at 23:52
0
If I have structure like this
packages
- alice
- bar
- foo
package.json
alice, bar, foo are three sub packages. bar is the dependency of alice.
Every sub package has its own watch script define...
Shir asked 8/11, 2022 at 16:43
1
Turborepo -- how to nest applications in the 'apps' folder or different top-level directory?
I'm trying to create a turborepo that contains several types of infrastructure like terraform, potentially 100+ 'serverless' functions.
Ideally, I'd like to organize them a bit more into a subfolde...
Depopulate asked 17/6, 2022 at 22:12
1
Solved
Let's say I want to install a package in a specific package in my monorepo, how do I do this from root?
in npm, you can do this with something like this:
npm install react --workspace=a
I searched...
Satterlee asked 9/6, 2022 at 6:42
1
I start using PNPM Workspaces, and I'm struggling in how to add dependencies to any specific workspace as I would do in yarn running:
yarn workspace <workspace_name> add <package_to_add>...
Medical asked 9/2, 2022 at 18:9
1
© 2022 - 2024 — McMap. All rights reserved.