You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/01/24 06:10:23 UTC

[GitHub] mildrabbit opened a new issue #6748: Error reported after running NPM run dev

mildrabbit opened a new issue #6748: Error reported after running NPM run dev
URL: https://github.com/apache/incubator-superset/issues/6748
 
 
   ### Superset version
   Superset version 0.28.1
   python 3.6.6
   npm@6.7.0
   node 11.7.0
   
   
   
   when I run command
   
    'npm run dev ' , it happened that error belows:
   
   ERROR in ./src/visualizations/index.js 85:19
   Module parse failed: Unexpected token (85:19)
   You may need an appropriate loader to handle this file type.
   | var loadNvd3 = function () {
   |   function loadNvd3() {
   >     return loadVis(import( /* webpackChunkName: "nvd3_vis" */'./nvd3/adaptor.jsx'));
   |   }
   |
    @ ./src/modules/AnnotationTypes.js 17:22-50
    @ ./src/chart/chartAction.js
    @ ./src/explore/components/ExploreViewContainer.jsx
    @ ./src/explore/App.jsx
    @ ./src/explore/index.jsx
    @ multi babel-polyfill ./src/explore/index.jsx
   
   
   After the page loads, all charts and dashboards cannot be displayed
   
   What should I do?
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org