You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
So I am relatively new to TS so this issue may just be a dumb issue but how do I get this error to go away? I've npm installed deck.gl-typings into my application where we had our own typings (as we wanted to use the danmarshall typings now). However, this error comes up on the build pipeline and I have absolutely no clue how to resolve it...
The text was updated successfully, but these errors were encountered:
Hi @diabeetus79, Sorry about the confusion, as this project is in a state of flux. In a perfect world, we wouldn't need @danmarshall/deckgl-typings when deck.gl will provide its own types.
I created a fresh repo and then hit the same issue you're having. As of now, @luma.gl is providing its own typings in several subprojects, so here's what you'll need altogether:
Also note if you have a build problem, look at your node_modules\@types folder and see if you have the same deck.gl folder structure as you do in node_modules\@danmarshall\deckgl-typings. If not, uninstalling and reinstalling will copy it there for you:
npm un @danmarshall/deckgl-typings
npm i @danmarshall/deckgl-typings -D
Sometimes when npm installing other stuff, these get purged 😐
Hi,
So I am relatively new to TS so this issue may just be a dumb issue but how do I get this error to go away? I've npm installed deck.gl-typings into my application where we had our own typings (as we wanted to use the danmarshall typings now). However, this error comes up on the build pipeline and I have absolutely no clue how to resolve it...
The text was updated successfully, but these errors were encountered: