build dev failed: Cannot set property 'fileSystem' of null

前端 未结 3 365
孤独总比滥情好
孤独总比滥情好 2020-12-29 21:46

I am trying to run an Ionic 2 Application. I am getting following error on running ionic serve

build dev failed: Cannot set property \'fi

3条回答
  •  失恋的感觉
    2020-12-29 22:36

    This worked for me: In your project go to yourProjectname\node_modules\@typesoject

    Then install

    $ npm install pouchdb @types/pouchdb

    You can now use

    import PouchDB from 'pouchdb';

    as explained here here

提交回复
热议问题