python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Nrwl/Nx: Is it possible to store libraries' build artifacts in the storage of Github Actions instead of NxCloud?
NxCloud offers caching and storing the build artifacts (of fine-grained libraries) in their cloud, so both CI and developers in their local machines can reuse the the build artifacts.
But NxCloud is p...
Krzysztof Platis
Votes: 0
Answers: 1
Is there a way to use Nrwl Nx's AST utils for Angular in Nx >13
I wrote a few generators that were working until I did a recent migration. I was importing and using Nrwl AST utils using import paths like:
import { addImportToModule } from '@nrwl/angular/src/utils/...
iammikecohen
Votes: 0
Answers: 0
NX Nrwl build package Version number of Apps/Libs is allways 0.0.1
How to set the version of an NX App/Library build.
If i ran nx build or nx affected or nx build:MYAPP or Lib (if publishable) the version end allways as 0.0.1 and is not in sync with the version if th...
Volker Chartier
Votes: 0
Answers: 1
playwright, cucumber in nx
Is there any way to setup e2e test with Playwright and Cucumber instead of cypress? I need to use from playwright and cucumber as it's test runner in my nx project.
Maruf Sharifi
Votes: 0
Answers: 1