nx icon indicating copy to clipboard operation
nx copied to clipboard

"Cannot find module 'nx/src/utils/app-root'" error while creating a NestJS app in my monorepo

Open LouisLecouturier opened this issue 3 years ago • 0 comments

Current Behavior

when I try to create a NestJs app using the NxConsole plugin on VSCode I get this error :

Cannot find module 'nx/src/utils/app-root'

I don't get this error when I create a NextJS or a React App...

What should I do ?

Failure Logs

 > NX   Generating @nrwl/nest:application

 >  NX   Cannot find module 'nx/src/utils/app-root'

   Require stack:
   - /Users/louislecouturier/Documents/Resply/src/resply/node_modules/@nrwl/nest/node_modules/@nrwl/devkit/index.js
   - /Users/louislecouturier/Documents/Resply/src/resply/node_modules/@nrwl/nest/src/generators/application/application.js
   - /Users/louislecouturier/Documents/Resply/src/resply/node_modules/nx/src/config/workspaces.js
   - /Users/louislecouturier/Documents/Resply/src/resply/node_modules/nx/src/command-line/generate.js
   - /Users/louislecouturier/Documents/Resply/src/resply/node_modules/nx/src/command-line/nx-commands.js
   - /Users/louislecouturier/Documents/Resply/src/resply/node_modules/nx/bin/init-local.js
   - /Users/louislecouturier/Documents/Resply/src/resply/node_modules/nx/bin/nx.js
   Pass --verbose to see the stacktrace.

Environment

Here's my nx report

 Node : 16.15.1
   OS   : darwin arm64
   yarn : 1.22.19
   
   nx : 14.5.4
   @nrwl/angular : Not Found
   @nrwl/cypress : 14.5.4
   @nrwl/detox : Not Found
   @nrwl/devkit : 14.5.4
   @nrwl/eslint-plugin-nx : 14.5.4
   @nrwl/express : Not Found
   @nrwl/jest : 14.5.4
   @nrwl/js : 14.7.6
   @nrwl/linter : 14.5.4
   @nrwl/nest : 14.7.6
   @nrwl/next : 14.5.4
   @nrwl/node : 14.7.6
   @nrwl/nx-cloud : 14.3.0
   @nrwl/nx-plugin : Not Found
   @nrwl/react : 14.5.4
   @nrwl/react-native : Not Found
   @nrwl/schematics : Not Found
   @nrwl/storybook : 14.5.4
   @nrwl/web : 14.5.4
   @nrwl/workspace : 14.5.4
   typescript : 4.7.4
   ---------------------------------------
   Community plugins:

LouisLecouturier avatar Sep 19 '22 21:09 LouisLecouturier