Open ziacik opened 3 years ago
nx: 11.4.0
npx create-nx-workspace@latest
cd kvak && npm i @nstudio/xplat -D
nx g app mobile
nx lint nativescript-mobile
ziacik@pop-os:~/Workspaces/kvak$ nx lint nativescript-mobile > nx run nativescript-mobile:lint Linting "nativescript-mobile"... Failed to load plugin '@angular-eslint' declared in 'apps/nativescript-mobile/.eslintrc.json#overrides[0] » plugin:@nrwl/nx/angular': Cannot find module '@angular-eslint/eslint-plugin' Require stack: - /home/ziacik/Workspaces/kvak/apps/nativescript-mobile/__placeholder__.js Referenced from: /home/ziacik/Workspaces/kvak/node_modules/@nrwl/eslint-plugin-nx/src/index.js
Thanks for this @ziacik we've been holding out until Nx 12 to complete the full tslint > eslint conversion to resolve all lint related issues. We'll track this one until that it out and resolved.
Version
nx: 11.4.0
Steps
npx create-nx-workspace@latest
(name "kvak", empty)cd kvak && npm i @nstudio/xplat -D
nx g app mobile
(nativescript, defaults)nx lint nativescript-mobile
Error