Skip to main content
1 vote
1 answer
29 views

I'm following the Vite plugin documentation, but I'm running into an error because of the new Vite 8. I'm creating a new project generated with the new 8.x beta version, then running it: npm install ...
rozsazoltan's user avatar
  • 19.5k
0 votes
1 answer
53 views

When I try to run npm run build , Angular complains about the Node version installed. The version it's complaining about is not installed at all, and definitely not the one that NVM currently set to. ...
karczilla's user avatar
  • 125
0 votes
1 answer
49 views

We have a monorepo project which includes a few internal npm modules in TypeScript with auxiliary classes and utilities. We use those modules in several of our projects still in JavaScript. One of the ...
Paul's user avatar
  • 55
-3 votes
0 answers
42 views

In a project I use an npm dependency which is not hosted in the registry but in my GitHub. After updating this repository I want npm install to automatically pull the latest version. With a regular ...
wortwart's user avatar
  • 3,392
-4 votes
0 answers
48 views

npm create convex@latest sample-app # chose React (Vite) # chose Convex Auth cd sample-app npm run dev Error I get: ✖ ERROR Could not resolve "@auth/core" node_modules/@convex-dev/...
d3vjamal's user avatar
  • 1,403
-4 votes
0 answers
66 views

I am setting up a DevContainer and want to install only devDependencies. With npm, I would typically achieve this using: npm install --omit=prod However, I am switching to BunJS and looking for the ...
V. Pravi's user avatar
1 vote
2 answers
138 views

Assume that Nuget package Acme.Sample.Localizations.Spain is the extension for Acme.Sample, thus: Acme.Sample.Localizations.Spain is not intended to be used without Acme.Sample Although Acme.Sample....
Takeshi Tokugawa YD's user avatar
0 votes
0 answers
84 views

Background: I am migrating an app which was using babel for transpilation and outputting to a directory like lib. Users would then import by a fully qualified path, such as: import Button from "@...
corvid's user avatar
  • 11.3k
-3 votes
0 answers
37 views

➜ projects pnpm create turbo@latest WARN  Request took 17040ms: https://registry.npmjs.org/strip-ansi .../19bbadd8636-be11 | +96 ++++++++++ .../19bbadd8636-be11 ...
Raashed's user avatar
0 votes
1 answer
53 views

I have a Next.js app and I am trying to run HTTP Toolkit to intercept traffic so that I can see the requests and responses. On my MacBook this works fine but on Windows I am seeing an issue. I open ...
thomasters's user avatar
1 vote
0 answers
59 views

I'm trying to understand exactly how ranged overrides resolve their version in pnpm and npm. I have not been able to find any documentation on this for either site so I figured I would ask here before ...
blitz1616's user avatar
  • 420
0 votes
1 answer
80 views

The project is electron+typescript, I enter two commands npm run build and npm start, it hints need install electron-prebuilt-compile package, as shown image. https://i.sstatic.net/fyvYMR6t.png The ...
Tony Iron's user avatar
0 votes
1 answer
191 views

I want to install Yarn on my machine globally or by project basis, I installed Node.js with this command: mise use --global [email protected] but am getting this error continuously when I run mise install ...
mutebi ug official's user avatar
0 votes
0 answers
49 views

I’m using Verdaccio as an npm proxy registry with multiple uplinks. Issue: Package metadata is fetched correctly, but tarball (.tgz) requests are never proxied to the uplink. Verdaccio returns bytes: ...
Ganesh Thirumani's user avatar
1 vote
1 answer
48 views

Context I am creating a library of vue3 components and I am testing the build output in another consumer-project. The specific vue3-component takes data from a service-callback and is not updated ...
Lukas Willin's user avatar

15 30 50 per page
1
2 3 4 5
3327