-
Notifications
You must be signed in to change notification settings - Fork 62
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
npm run build fails because of typescript errors #103
Comments
As of today, by following the instructions, I'm getting the same build error as @preussi. Any update on this? |
same here so I just used the version from cdn although it isn't the latest: |
I would really like a solution to the build problems though |
Ok I was able to build using the commented out Line 20 in 901a038
|
Suggestion: Convert to pure JavaScript / ESM with a |
I cannot build the module because the third compilation step fails due to errors in files:
Found 141 errors in 14 files.
Errors Files
1 node_modules/apache-arrow/util/buffer.d.ts:8
16 src/Aesthetic.ts:68
7 src/AestheticSet.ts:3
21 src/ColorAesthetic.ts:1
3 src/Dataset.ts:3
1 src/Image_Tile.ts:1
35 src/deepscatter.ts:3
12 src/interaction.ts:10
13 src/label_rendering.ts:46
17 src/regl_rendering.ts:8
3 src/rendering.ts:228
8 src/selection.ts:74
1 src/tile.ts:623
3 src/util.ts:16
Am I doing something wrong or is this associated with the version of typescript? I checked my version and it is 4.7.4.
The text was updated successfully, but these errors were encountered: