Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find type definition file #69

Closed
ashishsoni opened this issue Mar 29, 2018 · 1 comment
Closed

Cannot find type definition file #69

ashishsoni opened this issue Mar 29, 2018 · 1 comment

Comments

@ashishsoni
Copy link

getting below error with IONIC 3

typescript: node_modules/aws-amplify/lib/PubSub/Providers/MqttOverWSProvider.d.ts, line: 1
Cannot find type definition file for 'paho-mqtt'.

   L1:  import { Client } from 'paho-mqtt';
   L2:  import * as Observable from 'zen-observable';

[12:58:05] typescript: node_modules/aws-amplify/lib/PubSub/Providers/MqttOverWSProvider.d.ts, line: 2
Cannot find type definition file for 'zen-observable'.

   L1:  import { Client } from 'paho-mqtt';
   L2:  import * as Observable from 'zen-observable';
   L3:  import { AbstractPubSubProvider } from './PubSubProvider';

[12:58:05] typescript: node_modules/aws-amplify/lib/PubSub/Providers/PubSubProvider.d.ts, line: 1
Cannot find type definition file for 'zen-observable'.

   L1:  import * as Observable from 'zen-observable';
   L2:  import { PubSubProvider, ProvidertOptions } from '../types';

[12:58:05] typescript: node_modules/aws-amplify/lib/PubSub/PubSub.d.ts, line: 1
Cannot find type definition file for 'zen-observable'.

   L1:  import * as Observable from 'zen-observable';
   L2:  import { PubSubProvider, PubSubOptions, ProvidertOptions } from './types';

[12:58:05] typescript: node_modules/aws-amplify/lib/PubSub/types/Provider.d.ts, line: 1
Cannot find type definition file for 'zen-observable'.

   L1:  import * as Observable from 'zen-observable';
   L2:  import { ProvidertOptions } from './PubSub';
@imhoffd
Copy link
Contributor

imhoffd commented Mar 30, 2018

@ashishsoni Let's reserve this repo for features/suggestions/bugs on the starters. For general Ionic support questions, please see our Support Page.

Thanks!

@imhoffd imhoffd closed this as completed Mar 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants