i tried to install linter for my angular project but i get this error: Could not find the '@nrwl/linter:eslint' builder's node package.
I installed all dependencies. I can't figure out what's wrong.
package.json:
"devDependencies": {
...
"@nrwl/eslint-plugin-nx": "^16.1.4",
"@nrwl/linter": "^16.1.4",
...
}