I am starting a ASP.NET Core Web Application using Visual Studio 2015 and I would like to use AngularJs2 with TypeScript editing. In order for this to work I need to install the npm Package Manager. I would like to install npm without node since I will not use Node.js. Is there a way to do this?
Simple answer to your questions is No.
NPM
is a NodeJS Package Manager
. As its name would imply, you can use it to install node programs.
This is a wiki defination of npm
Npm is the default package manager for the JavaScript runtime environment Node.js.
So, you need to install Node.js in order to run NPM. Hope this helps. Thank you.
No, because npm is a program written in JavaScript, and without Node rather hard to run such programs on the server side (outside the browser).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With