We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f3923 commit 3543cafCopy full SHA for 3543caf
server/src/session.ts
@@ -440,7 +440,7 @@ export class Session {
440
const msg =
441
`Disabling language service for ${projectName} because it is not an Angular project ` +
442
`('${NG_CORE}' could not be found). ` +
443
- `If you believe you are seeing this message in error, please run a fresh package install.`;
+ `If you believe you are seeing this message in error, please reinstall the packages in your package.json.`;
444
this.connection.console.info(msg);
445
project.log(msg);
446
if (project.getExcludedFiles().some(f => f.endsWith(NG_CORE))) {
0 commit comments