amdefine : Provide AMDs define() API for declaring modules in the AMD format. You can installing amdefine 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 amdefine $ sudo npm install -g amdefine
If want to update the amdefine package execute the command as below,
$ sudo npm update amdefine
Update package globally,
$ npm install -g amdefine
$ sudo git clone https://github.com/rektide/amdefine.git
$ sudo npm install -g ./amdefine
amdefine@1.0.1 /usr/lib/node_modules/amdefine
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall amdefine
Package Name | amdefine |
Version | 1.0.1 |
Description | Provide AMDs define() API for declaring modules in the AMD format |
Released Date | 2016-11-02T05:00:51.414Z |
Published by | jrburke |
How to Learn | https://www.npmjs.com/package/amdefine/tutorial |