beltramem opened a new issue #15148: URL: https://github.com/apache/superset/issues/15148
I add trubles to install a custom viz plugin. I followed the documentation here : https://superset.apache.org/docs/installation/building-custom-viz-plugins every steps are looking good and I encounter no error by runing `npm run dev-server` but when I try to connect on superset every pages are blank and i got an error on JS log. ### Actual results Uncaught SyntaxError: Unexpected token '!' at Object../src/visualizations/presets/MainPreset.js (65.601d1ea3.chunk.js:6478) at __webpack_require__ (crudViews.601d1ea3.entry.js:85) at Module.eval (setupPlugins.ts?0860:1) at eval (setupPlugins.ts:39) at Module../src/setup/setupPlugins.ts (65.601d1ea3.chunk.js:6346) at __webpack_require__ (crudViews.601d1ea3.entry.js:85) at Module.eval (App.tsx?9011:1) at eval (App.tsx:183) at Module../src/views/App.tsx (crudViews.601d1ea3.entry.js:2711) at __webpack_require__ (crudViews.601d1ea3.entry.js:85) #### Screenshots  ### Environment (please complete the following information): - superset version: `superset 1.0.1` - python version: `Python 3.8.5` - node.js version: `v14.16.1` ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. -- 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]
