Hi guys,
Would really appreciate if someone is able to share the steps to install NPM onto a MS 2012 Server.
I cannot get past the dotnet 3.5 error when installing.
Thanks.
To install .NET 3.5 on 2012, you can do so from the command line: dism /online /enable-feature /featurename:NetFX3 /all /Source:d:\sources\sxs /LimitAccess
(where "Source" path is path to your install source (likely ISO))