Closed dgonzalezr closed 5 months ago
Hello @dgonzalezr, good to see you again. As you mentioned, some work is required to ngx-deploy-npm to support Nx v19.
In the meantime, you can apply a well-known solution to solve this exact issue.
In your package.json
, add this line:
For yarn
"resolutions": {
"@nrwl/devkit": "YOUR.CURRENT.VERSION"
}
For npm
"overrides": {
"@ngx-deploy-npm": {
"@nx/devkit": "YOUR.CURRENT.VERSION"
}
}
This is not ideal, but it is an easy-to-apply workaround.
Any chance to add support for Nx 19 soon?
I would say that in probably 2weeks we will add support for Nx19.
@dgonzalezr ngx-deploy-npm@8.2.0 supports Nx v19.
Feel free to open the issue again if the problem persists.
The current version of
ngx-deploy-npm
does not support the latest version of NxWe can see the Nx versions allowed here. Any chance to add support for Nx 19 soon?