You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -454,7 +469,7 @@ function compilationError(options, stderr) {
454
469
return{
455
470
title: 'MODULE NOT FOUND',
456
471
// prettier-ignore
457
-
message: `A module is missing in your configuration. Maybe you forgot to add some dependencies that contain the rules you wished to enable? If so, run ${chalk.magenta('elm install')} with the package name from inside ${chalk.yellow(options.userSrc(null))}.`
472
+
message: `A module is missing in your configuration. Maybe you forgot to add some dependencies that contain the rules you wished to enable? If so, run ${chalk.magenta('elm install')} with the package name from inside ${chalk.yellow(options.userSrc())}.`
458
473
};
459
474
}
460
475
@@ -477,6 +492,11 @@ function compilationError(options, stderr) {
0 commit comments