We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ef9d5 commit ec2c0dfCopy full SHA for ec2c0df
1 file changed
internal/system/node.go
@@ -13,7 +13,7 @@ func GetInstalledNodeVersion() (string, error) {
13
// Check if Node.js is installed
14
nodePath, err := exec.LookPath("node")
15
if err != nil {
16
- return "", fmt.Errorf("node.js is not installed: %w", err)
+ return "", fmt.Errorf("Node.js is not installed: %w", err)
17
}
18
19
// Get the Node.js version
0 commit comments