CGQAQ / nx-20574-repro

minimal reproduction of nx #20574

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

20574 repro repo

  1. npx nx@latest init
  2. nx g @nx/next:app my-new-app

if you use this repo, just run step two:

$ nx g @nx/next:app my-new-app

 >  NX   Unable to resolve @nx/next:app.

   unable to find tsconfig.base.json or tsconfig.json
   Pass --verbose to see the stacktrace.
  1. npm init -y
  2. npm install --save-dev @nx/next
  3. nx g @nx/next:app my-new-app

it works now, but I don't want my root folder to be a npm package.

About

minimal reproduction of nx #20574


Languages

Language:JavaScript 78.0%Language:Shell 11.3%Language:Batchfile 10.6%