MSBuild.NodeTools icon indicating copy to clipboard operation
MSBuild.NodeTools copied to clipboard

Run various node tools as a MSBuild dependency

Results 24 MSBuild.NodeTools issues
Sort by recently updated
recently updated
newest added

Hi there, I have installed MSBuild.Node and MSBuild.Gulp. After intalling additional Nugets "Node.js" and "Npm" - msbuild was able to execute "npm install". But my Gulp target still gets this...

As described in issue #47 HOMEDRIVE and HOMEPATH are volatile variables that shouldn't be used. I replace these variables with the non-volatile variable USERPROFILE. Question: does this task also has...

Hi All, ## Setup - runs on Azure DevOps Build Agent on a Windows server - Agent runs under dedicated Service account - Agent Build project using `MSBuild` - project...

Redirect stderr into nul for the npm 'config get prefix' command so errors or warnings on stderr don't pollute the 'NpmGetPrefix' variable.

Docs say this is unsupported. https://msdn.microsoft.com/en-us/library/microsoft.build.tasks.exec.consoletomsbuild.aspx. Earlier I was building successfully without receiving this error. Today, I get this error. Is this a known issue?

Hi, On a clean checkout when bower components are installed afresh, there's some glitch that makes it fail on first run when bower reports inconsistent version. I have tried adding...

Fix issue when where.exe returns multiple paths.

As title states - "where.exe git" returns multiple paths the Bower task fails on "Invalid Git Path". I'm doing a pull request for the fix momentarily.

Supposedly MSBuild can intelligently run build targets if they specify an "Inputs" and "Outputs" parameter. What it will try to do is compare timestamps of the input files to the...