Skip to content

Commit 3543caf

Browse files
ayazhafizKeen Yee Liau
authored andcommitted
fixup! Improve missing core.d.ts error message
1 parent 81f3923 commit 3543caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ export class Session {
440440
const msg =
441441
`Disabling language service for ${projectName} because it is not an Angular project ` +
442442
`('${NG_CORE}' could not be found). ` +
443-
`If you believe you are seeing this message in error, please run a fresh package install.`;
443+
`If you believe you are seeing this message in error, please reinstall the packages in your package.json.`;
444444
this.connection.console.info(msg);
445445
project.log(msg);
446446
if (project.getExcludedFiles().some(f => f.endsWith(NG_CORE))) {

0 commit comments

Comments
 (0)