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 5269afa commit 49d4f2aCopy full SHA for 49d4f2a
src/NodeComposerPlugin.php
@@ -83,7 +83,7 @@ public function onPostUpdate(Event $event)
83
));
84
85
$nodeInstaller->install($this->config->getNodeVersion());
86
-
+
87
$installedNodeVersion = $nodeInstaller->isInstalled();
88
if (strpos($installedNodeVersion, 'v' . $this->config->getNodeVersion()) === false) {
89
throw new \RuntimeException('Could not verify node.js installation');
0 commit comments