Install Typings require for Ionic2 application

前端 未结 2 1526
野性不改
野性不改 2021-01-21 16:05

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://g

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-21 16:26

    Typings has been updated recently. Update to latest version of typings first.

    To install require.d.ts file use typings install dt~require --save --global

    Refer https://github.com/typings/typings for further details

提交回复
热议问题