Skip to content

Gulp task will break the build if node global module folder is not default folder #37

Description

@bashiransari

If node global module path is not the default one ($(HOMEDRIVE)$(HOMEPATH)\AppData\Roaming\npm) that is declared in MSBuild.Node.props file then gulp taks will fail.
because below element in "MSBuild.Gulp.targets" file has 2 problems


  1. $(WINDIR)\system32\where.exe gulp will return 2 items
  2. Without ConsoleToMsBuild="true" the GulpExecutable variable would not be set to the console output .

Pull request: #36

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions