phaser : A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.. You can installing phaser 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 phaser $ sudo npm install -g phaser
If want to update the phaser package execute the command as below,
$ sudo npm update phaser
Update package globally,
$ npm install -g phaser
$ sudo git clone https://github.com/rektide/phaser.git
$ sudo npm install -g ./phaser
phaser@2.6.2 /usr/lib/node_modules/phaser
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall phaser
| Package Name | phaser |
| Version | 2.6.2 |
| Description | A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers. |
| Released Date | 2016-08-26T00:39:25.595Z |
| Published by | photonstorm |
| How to Learn | https://www.npmjs.com/package/phaser/tutorial |