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

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -