nmea : A parser for the NMEA 0183 GPS Receiver protocol. You can installing nmea 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 nmea $ sudo npm install -g nmea
If want to update the nmea package execute the command as below,
$ sudo npm update nmea
Update package globally,
$ npm install -g nmea
$ sudo git clone https://github.com/rektide/nmea.git
$ sudo npm install -g ./nmea
nmea@0.1.0 /usr/lib/node_modules/nmea
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nmea
| Package Name | nmea |
| Version | 0.1.0 |
| Description | A parser for the NMEA 0183 GPS Receiver protocol |
| Released Date | 2016-06-01T11:19:32.579Z |
| Published by | jamesp |
| How to Learn | https://www.npmjs.com/package/nmea/tutorial |