wgonzalez25 commented on issue #9633:
URL: 
https://github.com/apache/incubator-superset/issues/9633#issuecomment-631043481


   after npm run build
   
   Appear this error message:
   ERROR in 
/Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx
   ERROR in 
/Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx(45,22):
   TS2339: Property 'hidden' does not exist on type 'ColumnInstance<{}>'.
   
   ERROR in 
/Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx
   ERROR in 
/Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx(48,28):
   TS2339: Property 'sortable' does not exist on type 'ColumnInstance<{}>'.
   
   ERROR in 
/Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx
   ERROR in 
/Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx(54,27):
   TS2339: Property 'sortable' does not exist on type 'ColumnInstance<{}>'.
   
   ERROR in 
/Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx
   ERROR in 
/Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx(85,33):
   TS2339: Property 'hidden' does not exist on type 'ColumnInstance<{}>'.
   
   ERROR in 
/Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx
   ERROR in 
/Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx(87,53):
   TS2339: Property 'cellProps' does not exist on type 'ColumnInstance<{}>'.
   npm ERR! code ELIFECYCLE
   npm ERR! errno 2
   npm ERR! [email protected] build: `cross-env 
NODE_OPTIONS=--max_old_space_size=8192 NODE_ENV=production webpack 
--mode=production --colors`
   npm ERR! Exit status 2
   npm ERR! 
   npm ERR! Failed at the [email protected] build script.
   npm ERR! This is probably not a problem with npm. There is likely additional 
logging output above.
   
   npm ERR! A complete log of this run can be found in:
   npm ERR!     /Users/Walter/.npm/_logs/2020-05-19T18_54_19_904Z-debug.log
   
   Some idea to fix?


----------------------------------------------------------------
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.

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