Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
21 views

Using Node v22.14.0 (npm v11.3.0). Our package.json includes the following dependencies "@example/package1": "1.1.0-release.1773790487", "@example/package2": "2.6.0-...
FionaE's user avatar
  • 43
2 votes
0 answers
26 views

I've been trying to install @livewire/vite-plugin since last week, but I'm getting an authentication error. I researched it and saw that npmjs is forcing the creation of tokens for validation. I ...
Jonas Novello's user avatar
0 votes
0 answers
29 views

Estava gerando um build e ele teve essa falha que não estou conseuindo resolver Install dependencies 1s Running "npm install" in /home/expo/workingdir/build directorynpm error code ...
Joana Elena's user avatar
-4 votes
1 answer
36 views

I was working on my Tauri project when I came across this error when I ran npm run tauri dev : error[E0515]: cannot return value referencing temporary value --> src/main.rs:209:97 | 209 | ...
Cheesecake's user avatar
0 votes
0 answers
27 views

I’m running a Next.js 14 project on WSL2 (Ubuntu 22.04) with Node.js v20 via nvm. The dev server starts without errors and shows: Local: http://localhost:5173 Network: http://0.0.0.0:5173 However, ...
primeautomations's user avatar
Best practices
1 vote
1 replies
24 views

I understand the basic principles of package-lock.json and why it has absolute URLs (so developers can mix packages from different servers like public vs private packages and ensure/enforce this kind ...
Deeepdigger's user avatar
-1 votes
0 answers
34 views

I have a case in which build agents have to use internal NPM feeds only. While importing (read:publish) some npm packages into that feed, the npm publish command fails with npm error Automatic ...
Mheriff's user avatar
  • 119
Advice
1 vote
2 replies
66 views

I have issues with downloading "@stream-io/openai-realtime-api" package in NextJS project. Error: enter image description here I tried to clear cash, change registry, used "--legacy-...
Ktsarvi's user avatar
0 votes
1 answer
30 views

I would like to define a runtype that is equivalent to the following static typescript type: export type Tourney2 = { type: 'flat'; name: string; scoreType: TScoreType; matches: string;...
preitinger's user avatar
-3 votes
0 answers
31 views

I have a Turborepo monorepo. I use @repo/sth scopes for packages. I would like to also use @customers/someone as a scope. From: https://turborepo.com/docs/crafting-your-repository/structuring-a-...
madflow's user avatar
  • 8,693
-1 votes
0 answers
42 views

I have created a Next.js (TypeScript) application, called "vkdgen". Afterwards, I've created and published a small component library for my project called "vkdFramework4NextJS". ...
Janosch's user avatar
  • 92
Tooling
0 votes
0 replies
30 views

I'm getting [warning] DiagnosticCollection with name 'eslint' does already exist. in the OUTPUT extensions tab when I open the terminal in VS Code. I type ng serve to run my Angular project and ...
dotNetBlackBelt's user avatar
-2 votes
0 answers
44 views

I need to work with a local package with my next.JS project. To avoid publishing on npm every time : - On the next.js project: npm i ../test-sample-api. I can now see on my package.json the line : &...
Sha's user avatar
  • 47
-3 votes
1 answer
250 views

Executing the npm audit. It will be enough to show just last three issues - all of them has "fix available via `npm audit fix" message: tar <6.2.1 Severity: moderate Denial of service ...
Takeshi Tokugawa YD's user avatar
Tooling
0 votes
1 replies
67 views

For context: I have 2 projects of next.js and go respectively, previously I had a logic to compress some data in next.js backend (getServerSideProps) then send this data to next.js client side and ...
Hmmmmm's user avatar
  • 330

15 30 50 per page
1
2 3 4 5
3331