-
-
Notifications
You must be signed in to change notification settings - Fork 753
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
@feathersjs/transport-commons/src/client.ts is missing from the TypeScript compilation #2283
Comments
eduardoRoth
changed the title
@feathersjs/transport-commons/src/client.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property.
@feathersjs/transport-commons/src/client.ts is missing from the TypeScript compilation
Apr 1, 2021
This seems to be similar to #2282 but I'm still trying to understand what code is causing this error and what is trying to load this because all modules are being published in their transpiled version and should never point to the actual |
|
Yep, I think that's exactly it 😃 Fix incoming. |
Strange that it appears to install that version even though it was a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm building an app with FeathersJS
5.0.0-beta.0
inside an Nx repo and I'm getting the following error when running an Angular app:The text was updated successfully, but these errors were encountered: