diff --git a/pregen.js b/pregen.js index c85f5683b..da9b49eff 100644 --- a/pregen.js +++ b/pregen.js @@ -134,8 +134,7 @@ export function prepareNodeEnv(filePath, options) { } if (nvmNodePath) { doNpmInstall(filePath, nvmNodePath); - } - else { + } else { console.log( `"node version ${nodeVersion} was not found. Please install it with 'nvm install ${nodeVersion}"`, );