Currently, I am working with Angular 2. To include Bootstrap in my project, I utilized the node.js
command prompt for installation.
npm install ngx-bootstrap --save
I made adjustments to the .csproj file in order to deploy my application on the server via octopus. However, I encountered an issue while trying to build the solution on my local machine.
Error: The command "npm install ngx-bootstrap --save" resulted in an exit code of 1.
Packages.json:
{
"version": "1.0.0",
"name": "mywizard-ad",
"private": true,
// More package details go here
}