Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
30 views

I’m using Turborepo with PNPM workspaces, and I have a shared TypeScript config package located at: packages/typescript-config/ backends.json package.json Inside apps/http-server/tsconfig.json I ...
Saurabh kumar Sahu's user avatar
1 vote
0 answers
67 views

What I Want to Do Install ESLint and related dependencies using pnpm in my TypeScript React frontend project (part of a Wails Go + TypeScript hybrid application). What I Did Ran pnpm add --save-dev ...
Sebastian Romero Laguna's user avatar
0 votes
0 answers
65 views

I'm deploying Node.js based server on EC2 via code deploy. I'm using pnpm and pm2, when execution of shell script from appsepc.yml, it seems path not works. pnpm command not found or pm2 command not ...
Gipyo.Choi's user avatar
-1 votes
1 answer
87 views

I have a dependencies Issue, I tried to install a specific package, after installation it affect on more than one package, I removed the node_modules and reinstalled pnpm installl still the same ...
Hamdy Salah's user avatar
0 votes
1 answer
161 views

Problem When I care about devsecops there are some best practises: Use lockfiles to avoid malware via supply chain attacks Update vulnerable node dependencies But as soon as I update a dependency ...
Matthias M's user avatar
  • 15.1k
0 votes
0 answers
58 views

how to fix below error when use git commit lint, I'm not sure whether from commitlint. I looked through the contents of the @commitlint/load package but couldn’t find anything wrong. node:internal/...
hellorayza's user avatar
1 vote
0 answers
108 views

I got this error while installing modules with pnpm.  WARN  GET https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz error (ERR_PNPM_EBUSY). Will retry in 10 seconds. 2 retries left.  WARN  ...
Code Plus's user avatar
  • 180
0 votes
1 answer
23 views

I’m building a plain Node-based utility (not an Angular application) that uses the @angular/compiler-cli package directly. When I try to import readConfiguration, TypeScript reports that it’s not ...
Shlomi Levi's user avatar
  • 3,323
0 votes
0 answers
158 views

I'm having an issue where I want my javascript project to build in Docker. I copy all projects file that are needed and then I run pnpm i. This will not work because I have a private npm registry for ...
Klaasvaak's user avatar
  • 5,652
-1 votes
1 answer
57 views

My container build and run but, it is throwing an error, My application is a monorepo with 2 apps and some packages. Main folder structure is: apps/ api/ -> node + express + typescript web/ -> ...
Eduardo Carvalho Silva's user avatar
0 votes
1 answer
319 views

I’m using Turborepo to manage a monorepo project. Everything worked fine on my old PC, but after switching to a new Windows machine and cloning the repo, the following command exits without any errors ...
Pranav Premarajan's user avatar
-1 votes
1 answer
73 views

when I run npx pnpm install --silent the following prompt appears: Need to install the following packages: [email protected] Ok to proceed? (y) How can I avoid the questions? It is breaking my docker ...
freedev's user avatar
  • 30.9k
0 votes
1 answer
143 views

I have a mono repo managed with PNPM and when I run pnpm --filter web build I get the following TypeScript error. This is very weird as I only get this one on my server while I ran the same commands ...
Arthur Eudeline's user avatar
0 votes
1 answer
92 views

I'm trying to set up a new Angular project. My preference is to use the pnpm package manager for building Angular projects, and I'm on a macOS system. I'm encountering an unexpected issue when using ...
Mcodes's user avatar
  • 1
1 vote
0 answers
155 views

We have this setup in a monorepo: apps/mobile (React Native) apps/admin (Next.JS) apps/client (Next.JS) packages/ui (shared in Next.JS packages: apps/admin and apps/client) The current yarn setup ...
Thomas's user avatar
  • 37
1 vote
1 answer
55 views

I have a pnpm workspace application which I'm trying to Dockerize. I get to build the images and containers, but the apps won't run inside it. Basic structure is: omnimart/ ├── apps/ │ ├── backend/ ...
Caio's user avatar
  • 324
3 votes
1 answer
352 views

Warning: TypeError: queryString.stringify is not a function (it is undefined) This error is located at: Call Stack TabLayout(./(tabs)/_layout.tsx) (<anonymous>) ScreenContentWrapper (<...
aiden's user avatar
  • 31
0 votes
1 answer
171 views

i'm using Vitest test coverage and setting thresholds for the script to fail if the threshold values are greater than coverage values but it doesn't do anything. I have no idea what I'm doing wrong ...
yogi rajput's user avatar
2 votes
0 answers
33 views

I am using an Nx monorepo with Angular 19. I just switched from npm to pnpm. While running locally, I can install and serve my applications without issue, and I can access routes or open components ...
Cody Pritchard's user avatar
4 votes
1 answer
536 views

When working in a monorepo/workspace project, I can trigger the following Typescript error: Type instantiation is excessively deep and possibly infinite on seemingly benign types like this: import {...
rjpower's user avatar
  • 543
1 vote
0 answers
137 views

I've been trying to make a very simple app with nut.js but I just can't get it to work. I installed nut from a .tgz I built from the monorepo and I listed the depends out just to make sure i installed ...
IamME's user avatar
  • 11
0 votes
0 answers
124 views

I've created a design-system package under packages/fds in my monorepo, but Tailwind CSS styles aren't being applied in Storybook. Here are the relevant configs: postcss.config.mjs import { ...
Kimsuyeon's user avatar
0 votes
0 answers
280 views

So I'm trying to use pnpm inside of a pipeline, with efficient caching. There were similar questions already (Use pnpm in diferent Gitlab CI stages) but they do not address all the aspects of caching ...
AnJ's user avatar
  • 645
2 votes
1 answer
1k views

still very new to payload, this is my first project in it. when I try to build my payloadcms app that was based on the blank template I get this: I tried looking online but I could not find any answer ...
black-purple's user avatar
0 votes
0 answers
315 views

Today when I build the project seems have a compatible issue: error during build: node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected]/node_modules/react-redux/dist/react-...
Dolphin's user avatar
  • 40.8k
1 vote
2 answers
917 views

I'm extremley confused with how monorepos work, I want to build an app with next.js and sanity studio so i have 2 folders next studio both uses some similar packages like react react-dom @types/react @...
Taste of Leaving's user avatar
2 votes
0 answers
627 views

I recently switched to pnpm because of its superior support for linking packages from a local dependency, using (for example): // package.json { "pnpm": { "overrides": { ...
jstaab's user avatar
  • 3,973
1 vote
0 answers
149 views

I'm experiencing a problem within my pnpm+nx based monorepo. I updated nestJS from Version 7 to 11. Since there are quiet a few versions between those two I made sure to update the dependencies like ...
Siggi36's user avatar
  • 11
1 vote
0 answers
189 views

I'm trying to get a pnpm workspace package to work how I assumed they would and I've been unable to find examples. I have a package that exists within a pnpm monorepo that I want to be able to use ...
Classtronaut's user avatar
0 votes
1 answer
297 views

I have provisioned a Linux P1V3 app service plan and created an app service. It is running NodeJS 20. All this is via Terraform. A developer has given me their NextJS website repo which uses pnpm, ...
amantur's user avatar
  • 40.6k
0 votes
1 answer
185 views

I try to use trigger.dev's CLI to init my project but for some reason, it keeps using npm for installation (npm install -D @trigger.dev/build@latest) and running into dependency problems. When I just ...
DaHuang's user avatar
1 vote
0 answers
60 views

I don't understand the build-site logic defined in the TypeScript-Website` project. When running "pnpm build-site" in the TypeScript-Website project, it will run: "build-site": &...
stackbiz's user avatar
  • 1,914
0 votes
1 answer
482 views

I am getting an error when starting the dev server/building the application: import { vitePreprocess } from '@sveltejs/kit/vite' ^^^^^^^^^^^^^^ SyntaxError: The requested module '@sveltejs/...
blue_byte's user avatar
0 votes
1 answer
94 views

I’m using a monorepo managed by Turborepo, and I recently moved my React-Admin project into it. In my standalone React-Admin setup, I didn’t need to manually install MUI (@mui/material) because it’s a ...
Ramin eghbalian's user avatar
0 votes
1 answer
177 views

I want to install a javascript application on nixos that uses better-sqlite3 as a dependency, using pnpm as a package manager. better-sqlite3 uses prebuild-install, which downloads pre-compiled ...
PStigerID's user avatar
0 votes
1 answer
172 views

Problem I have a pnpm workspace monorepo with the following structure: A shared tsconfig package A shared database package A NextJS app A new google cloud function app While the shared database ...
atralvarez's user avatar
0 votes
0 answers
156 views

when running pnpm install it stucks or fails at installing script specifically sharp and pnpm dev or any other similar commmand is also not working simply just show what that command is about in ...
Parikshit Agarwal's user avatar
1 vote
1 answer
775 views

I’ve got a GitHub package for my Prettier config that I use across a bunch of my projects. The config uses a plugin, and when I install the package using pnpm, it puts the plugin inside the .pnpm ...
Hamidreza's user avatar
  • 1,615
0 votes
0 answers
44 views

In the new firebase service called ‘Firebase Apphosting’ (not firebase hosting), i have two requirements regarding deploying my NextJS 15 app (pnpm based, with env variables and secrets defined): ...
Kombo's user avatar
  • 310
-1 votes
1 answer
150 views

I am currently using a MacOS M4 to setup the supabase repository locally. Unfortunately, after following the entire process to setup the repository, I keep encountering the error below using pnpm ...
Antx's user avatar
  • 90
1 vote
0 answers
1k views

I'm working with a PNPM monorepo setup, and everything was working fine when I was using pnpm.yaml, but after switching to pnpm-workspace.yaml, I’m encountering the following error: ERROR  packages ...
Naga mani kanta manam's user avatar
1 vote
1 answer
390 views

In a turborepo with Syncpack setup if I have 10 apps that all use the same 30 dependencies how can I properly build that out in the .syncpackrc file? within the app package.json apps/foo package.json: ...
GʀᴜᴍᴘʏCᴀᴛ's user avatar
0 votes
0 answers
100 views

virtual-store-dir The documentation https://pnpm.io/npmrc#virtual-store-dir says: NOTE: the virtual store cannot be shared between several projects. Every project should have its own virtual store (...
TSR's user avatar
  • 21.5k
0 votes
0 answers
100 views

I tried to migrate an old project from NPM to PNPM, but after running pnpm install, when I try to start the project, I encounter a MODULE_NOT_FOUND error. How can I fix this issue? node:internal/...
J. Hu's user avatar
  • 53
0 votes
1 answer
204 views

I've got recently stuck with a sudden problem I don't understand. Context: I do have a monorepo with a bunch of TS projects developed via VS Code. Using pnpm as the package manager. I've tried to set ...
0 votes
0 answers
584 views

In Hello.spec.tsx, Jest is unable to recognize the Test component. This component is located in the ui library within the /libs directory of the monorepo. I’ve tried importing it using the standard ...
Diego Salas's user avatar
2 votes
0 answers
841 views

I recently changed my pnpm and node versions. After changing, my VSCode integrated terminal is refusing to recognise any pnpm CLI files. I get the following error when I try to run any command ...
crevulus's user avatar
  • 2,504
0 votes
0 answers
962 views

I am working on a turborepo project and I built myself a simple package like in a video but as soon as I type import {} from '@repo/example'; the '@repo/example' part gets highlighted by vscode and it ...
TheWuschelGang 's user avatar
9 votes
3 answers
11k views

My Heroku-hosted node app stopped working this morning at 6am. In the Heroku console I found a message "Dyno restart" at that time. At the same time, memory usage dropped to 0. Apparently ...
de.'s user avatar
  • 8,787
0 votes
0 answers
140 views

Is there some smart or "industry standard" way to keep dependencies in sync inside workspaces/modules in a monorepo? Let's say we have following structure in the repository AwesomeProject/ ├─...
zaplec's user avatar
  • 1,869

1
2 3 4 5
12