TTS-Indian Languages
Tuesday, May 14, 2019
How to install Indian Language font in Ubuntu
Open Terminal and run below command:
sudo apt-get install fonts-indic
How to enable Telugu Font on Google Chrome
Go to below url and add Telugu font pack:
https://chrome.google.com/webstore/detail/telugu-font-pack/legmclcomflamejcfoplfdjfmippiibc
Sunday, May 12, 2019
How to install JSON Server
JSON Installation:
download json-server-master package
Extract, open package.json file and edit the first line as follows:
"name": "json-server" --> "name": "json-server-test"
apply command
npm install json-server --save-dev
Got error: Linux 4.15.0-45-generic etc
Solution: upgrade to the latest version of npm using:
npm install -g npm@latest
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)