crazychaz opened a new issue, #35726:
URL: https://github.com/apache/superset/issues/35726

   ## Description
   Build fails during `npm run build` with TypeScript errors from @deck.gl and 
@luma.gl dependencies
   
   ### Expected behavior
   Successful build of Superset frontend
   
   ### Actual behavior
   Build process fails with multiple TypeScript compilation errors related to 
@deck.gl and @luma.gl packages
   
   ## How to reproduce
   1. Clone Superset repository
   2. Run `docker build` with the provided Dockerfile
   3. Build fails during the frontend compilation step
   
   ## Environment
   - Superset version: 5.0.0
   - Node version: 20.x
   - npm version: 10.8.2
   - Operating System: Linux (Docker)
   - Docker: 20+
   
   Multiple TypeScript errors including:
   
   Parameter implicitly has an 'any' type
   
   Element implicitly has an 'any' type
   
   Module not found errors for @luma.gl/webgl
   
   text
   
   ### package.json dependencies:
   ```json
   {
     "@deck.gl/core": "^9.2.2",
     "@deck.gl/layers": "^9.2.2",
     "@luma.gl/webgl": "^9.2.2"
   }
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to