This commit is contained in:
Travis McLane
2020-04-18 15:01:35 -05:00
committed by Lea Anthony
parent a2b066decb
commit 47916216de

View File

@@ -187,7 +187,7 @@ func (po *ProjectOptions) GetNPMBinaryName() (PackageManager, error) {
if strings.Index(po.FrontEnd.Install, "yarn") > -1 {
return YARN, nil
}
helper
return UNKNOWN, nil
}