nx-tools icon indicating copy to clipboard operation
nx-tools copied to clipboard

Nx Workspaces builders and tools

Results 79 nx-tools issues
Sort by recently updated
recently updated
newest added

Hello, a buildkit update prevents pushing on the heroku registry. Here's what I got from support: https://help.heroku.com/74S3XXMP/workaround-for-docker-push-error-405-method-not-allowed-using-buildkit-0-11 It seems that the problem comes from the "provenance" option. I don't know...

I've been trying to push my images to GitHub registry. I have no-monorepo with two projects Example of my project target inside project.json ``` "container": { "executor": "@nx-tools/nx-container:build", "options": {...

Hi, I use yarn as a package manager in my nx monorepo. When I try to execute any command after nx g @nx-tools/nx-prisma:init appName. I get the same error: error...

I've trying to push my images to github registry And faced error ` > NX buildx failed with: ERROR: failed to solve: failed to push backend:main: server message: insufficient_scope: authorization...

Hi, Following the initialization for prisma, the plugin generates something like this in the app/project.json: ```json "prisma-pull": { "executor": "@nx-tools/nx-prisma:pull", "options": { "schema": "prisma/schema.prisma" } }, "prisma-push": { "executor": "@nx-tools/nx-prisma:push",...

I tried to read the source code and found that the value of semver is always empty by default, maybe the package.json should be read here?

When I import this library, I'm getting an error ``` TS7016: Could not find a declaration file for module '@nx-tools/core'. '.../node_modules/@nx-tools/core/index.cjs' implicitly has an 'any' type. ``` You can verify...

Is there a way to say have a base image that other projects dockerfiles build from locally without pushing the base to a remote?

Sorry for the silly question, but workspace.json is deprecated and the readme is crazy mysterious. How to set it up with nx 15 and get up and running with prisma...