-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
@parcel/transformer-typescript-types: Cannot find module 'esri/geometry' or its corresponding type declarations. #8171
Comments
Any idea why this is happening. Im facing the same issue |
I have this as well, by using 'fs' and 'fs/promises', it always claims it doesn't know them and I should add types, when the types are in the dependencies. Edit: To clarify, its is a CLI node app, build as a library, not a web-app Edit2: For me the solution was adding a |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. |
What was the solution for this? I am still not sure why this happens!? I am having a similar issue with the parcel default named-pipeline "bundle-text" not being recognized even though I followed the example from the parcel docs on creating a |
🐛 bug report
when i run parcel build,throw the errors:
🎛 Configuration (.babelrc, package.json, cli command)
tsconfig.json
package.json
my source code:
my source code 2
🤔 Expected Behavior
parcel build succesfully
🌍 Your Environment
The text was updated successfully, but these errors were encountered: