-
Notifications
You must be signed in to change notification settings - Fork 82
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
ionic project failed to build after installing ngx-mqtt #110
Comments
Would you be so kind and follow the issue template!? |
Here is the repo i've created. https://github.com/dev008webO/ionic-mqtt-demo.git. i've just made a new ionic project and installed ngx-mqtt by |
The ionic project hast the same error in their examples, so I think this might be something on their side. |
@dwieeb has a plausible explanation where this error may come from and I think we just have to wait until he resolves this issue. |
@dev008webO do the recent comments in the issue mentioned above help you? |
It worked. Try the solution of @dwieeb from https://github.com/ionic-team/ionic-cli/issues/3541. Just deleted |
I've just setup a new ionic app and after installing ngx-mqtt with
npm install [email protected] --save
it stopped building the project and saystypescript: node_modules/@types/node/index.d.ts
Subsequent variable declarations must have the same type. Variable 'process' must be of type '{ env: { [key: string]: string; }; }', but here has type 'Process'. L47: declare function setImmediate(callback: (...args: any[]) => void, ...args: any[]): any; L48: declare function clearImmediate(immediateId: any): void;
.Here is my package.json.
The text was updated successfully, but these errors were encountered: