.net - Can I use a Node NuGet package to install gulp through the package manager console and other npm packages? -


i have created executable runs on visual studio build auto-compile sass. trouble there backend developers don't have node installed , consequently aren't building sass on every build. fix issue, hoping there nuget can install allow me have node installed in project can install npm packages.

i have tried multiple of these node nuget packages because there no documentation regarding of these nugets, left in dark on how use them.

am incorrect assume should able run node commands through package manager console? there specific path have @ in order run node commands?

i have tried 2 nugets below no success , if provide instructions on how supposed use these , whether supposed able npm commands within package manager console helpful.

the first package (node.js) doesn't contain npm.

the second 1 contain ancient one. possible run using "node.exe npm\bin\npm-cli.js"

this package install npm , node.js : https://www.nuget.org/packages/npm/ although old 1 (current 3.10.9: https://libraries.io/npm/npm/) , need update running "npm update".


Comments