Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bashiransari opened this issue Mar 10, 2016 · 0 comments

Comments

@bashiransari
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant