mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-04 09:56:44 +03:00
Fix error message.
This commit is contained in:
parent
41fd2bf645
commit
32705e11a8
@ -46,7 +46,7 @@ async function ensureRequiredExecutables() {
|
||||
try {
|
||||
await which("lamdera");
|
||||
} catch (error) {
|
||||
throw "I couldn't find elm on the PATH. Please ensure it's installed, either globally, or locally. If it's installed locally, ensure you're running through an NPM script or with npx so the PATH is configured to include it.";
|
||||
throw "I couldn't find lamdera on the PATH. Please ensure it's installed, either globally, or locally. If it's installed locally, ensure you're running through an NPM script or with npx so the PATH is configured to include it.";
|
||||
}
|
||||
try {
|
||||
await which("elm-optimize-level-2");
|
||||
|
Loading…
Reference in New Issue
Block a user