-
Notifications
You must be signed in to change notification settings - Fork 108
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 4 dependencies fix #166
Comments
Hi! Can you be a little more specific about how you "manually installed rxjs"? Is there some series of steps you have to do after installing rxjs? I installed it with 'npm install rxjs' and got this error: ` [ng] Module build failed (from ./node_modules/@ngtools/webpack/src/index.js): [ng] Error: /home/luis/Cadif1/Entrenamiento/visor_movil_ionic4/node_modules/rxjs/util/noop.d.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property. [ng] The missing file seems to be part of a third party library. TS files in published libraries are often a sign of a badly packaged library. Please open an issue in the library repository to alert its author and ask them to package the library using the Angular Package Format (https://goo.gl/jB3GVv). [ng] at AngularCompilerPlugin.getCompiledFile (/home/luis/Cadif1/Entrenamiento/visor_movil_ionic4/node_modules/@ngtools/webpack/src/angular_compiler_plugin.js:753:23) [ng] at plugin.done.then (/home/luis/Cadif1/Entrenamiento/visor_movil_ionic4/node_modules/@ngtools/webpack/src/loader.js:41:31) [ng] at process._tickCallback (internal/process/next_tick.js:68:7) [ng] ℹ 「wdm」: Failed to compile. When trying to execute the command "ionic serve". Maybe I'm missing something? |
I've got the same problem as @LuisRodriguezDev |
I think this should make it work, in index.js :
|
Hi,
to get it working with Ionic 4 i had to manually install rxjs and edit
the Import statements of index.js to:
greetings
The text was updated successfully, but these errors were encountered: