So I am working on Ionice2 project (still new at this .. almost a week), and I am trying to follow the tutorial below to use PouchDB for LocalStorage.
Tutorial: http://gonehybrid.com/how-to-use-pouchdb-sqlite-for-local-storage-in-ionic-2/
One of the requirements is to install require using the following command
typings install require --ambient --save
Whenever I try this command, I get the error
Unable to find "require" ("npm") in the registry.
Did you want to try searching another source?
Also, if you want contribute these typings, please help us: https://github.com/typings/registry
Noting that I already installed Typings using the command below, what are the possible causes for this issue ?
npm install typings --global
npm install -g typings
Not sure if that is functionally identical to what you used. – Expenditure