asp.net - Install npm without node -
i starting asp.net core web application using visual studio 2015 , use angularjs2 typescript editing. in order work need install npm package manager. install npm without node since not use node.js. there way this?
simple answer questions no.
npm
nodejs package manager
. name imply, can use install node programs.
this wiki defination of npm
npm default package manager javascript runtime environment node.js.
so, need install node.js in order run npm. hope helps. thank you.
Comments
Post a Comment