hi i m new to nx i was…

less than 1 minute read

hi, i’m new to nx, i was following the steps on https://youtu.be/Y9ZgpvcFUXs to create an api, i tried different ways to do it, but i always get the same error when i try to serve, why is that?

Responses:

with “both” express and nest

it was a issue with a package, used the package.json from https://github.com/nrwl/board-game-hoard and worked

I had the same issue and it was remedied by reverting “@nrwl/node” back to “8.7.0”

Updated: