How to Install say NPM Packages on Ubuntu / Debian

How to Install say software package in NPM Packages

say : TTS (Text To Speech) Module for Node.js. You can installing say 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 say
$ sudo npm install -g say

If want to update the say package execute the command as below,

$ sudo npm update say

Update package globally,

$ npm install -g say

Git clone:

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

say@0.14.0 /usr/lib/node_modules/say

How to remove say package :

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

$ sudo npm uninstall say

Basic Information of say NPM Package:

Package Name say
Version 0.14.0
Description TTS (Text To Speech) Module for Node.js
Released Date 2017-11-05T02:33:15.440Z
Published by tlhunter
How to Learn https://www.npmjs.com/package/say/tutorial