How to Install angular-mocks NPM Packages on Ubuntu / Debian

How to Install angular-mocks software package in NPM Packages

angular-mocks : AngularJS mocks for testing. You can installing angular-mocks npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install angular-mocks
$ sudo npm install -g angular-mocks

If want to update the angular-mocks package execute the command as below,

$ sudo npm update angular-mocks

Update package globally,

$ npm install -g angular-mocks

Git clone:

$ sudo  git clone https://github.com/rektide/angular-mocks.git
$ sudo  npm install -g ./angular-mocks

angular-mocks@1.6.7 /usr/lib/node_modules/angular-mocks

How to remove angular-mocks package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall angular-mocks

Basic Information of angular-mocks NPM Package:

Package Name angular-mocks
Version 1.6.7
Description AngularJS mocks for testing
Released Date 2017-11-24T18:22:13.048Z
Published by angularcore
How to Learn https://www.npmjs.com/package/angular-mocks/tutorial