ember-data : A data layer for your Ember applications.. You can installing ember-data 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 ember-data $ sudo npm install -g ember-data
If want to update the ember-data package execute the command as below,
$ sudo npm update ember-data
Update package globally,
$ npm install -g ember-data
$ sudo git clone https://github.com/rektide/ember-data.git
$ sudo npm install -g ./ember-data
ember-data@2.17.0 /usr/lib/node_modules/ember-data
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ember-data
Package Name | ember-data |
Version | 2.17.0 |
Description | A data layer for your Ember applications. |
Released Date | 2017-11-19T15:55:32.620Z |
Published by | bmac |
How to Learn | https://www.npmjs.com/package/ember-data/tutorial |