python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Jest tests fail after using 'csv-parse/sync' lirbary
I am using NestJs with Nx.dev for monorepo. After I installed csv-parse/sync and used my Jest tests don't work anymore.
Jest encountered an unexpected token
Jest failed to parse a file. This happens ...
zedian
Votes: 0
Answers: 2
How can I get live-reload on a local npm package in a monorepo?
I'm setting up a monorepo workspace for a Vue 3 (vite + ts), cloud functions, & shared-lib (shared functions and ts interfaces etc.).
I can get the import of my local shared-lib folder to work. I ...

CVE
Votes: 0
Answers: 1
What are the differences between @nrwl/web:webpack and webpack?
I'm starting to configure my project using Nx and webpack. I can not understand the use of Nx executers at all. What is the benefit of using @nrwl/web:webpack instead of webpack? All I understand is i...
HesamSe
Votes: 0
Answers: 0
How to import absolute paths in a @nrwl/nx monorepo?
I'm working on a @nrwl/nx monorepo. I want to import the folders inside the project src by the absolute paths. I tried specifying the baseUrl but didn't work. The only solution worked is, adding the p...

Sennen Randika
Votes: 0
Answers: 1