toop opened a new issue #9972:
URL: https://github.com/apache/incubator-superset/issues/9972


   versions:
     os:'windows 10',
     python:'3.6.7',
     yarn: '1.22.4',
     superset: '0.999.0-dev',
     node: '12.16.2',
     npm:'6.14.4',
     v8: '7.8.279.23-node.34',
     uv: '1.34.2',
     zlib: '1.2.11',
     brotli: '1.0.7',
     ares: '1.15.0',
     modules: '72',
     nghttp2: '1.40.0',
     napi: '5',
     llhttp: '2.0.4',
     http_parser: '2.9.3',
     openssl: '1.1.1e',
     cldr: '36.0',
     icu: '65.1',
     tz: '2019c',
     unicode: '12.1'
   
   **yarn run prod or npm run prod:**
   yarn run v1.22.4
   $ node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js 
--mode=production --colors
   Starting type checking service...
   Using 1 worker with 2048MB memory limit
      548 modules
   
   ERROR in ./src/welcome/index.jsx 23:16
   Module parse failed: Unexpected token (23:16)
   You may need an appropriate loader to handle this file type, currently no 
loaders are configured to process this file. See 
https://webpack.js.org/concepts#loaders
   | import App from './App';
   |
   > ReactDOM.render(<App />, document.getElementById('app'));
   |
   
   ERROR in ./src/SqlLab/index.jsx 23:16
   Module parse failed: Unexpected token (23:16)
   You may need an appropriate loader to handle this file type, currently no 
loaders are configured to process this file. See 
https://webpack.js.org/concepts#loaders
   | import App from './App';
   |
   > ReactDOM.render(<App />, document.getElementById('app'));
   |
   
   ERROR in ./src/profile/index.jsx 23:16
   Module parse failed: Unexpected token (23:16)
   You may need an appropriate loader to handle this file type, currently no 
loaders are configured to process this file. See 
https://webpack.js.org/concepts#loaders
   | import App from './App';
   |
   > ReactDOM.render(<App />, document.getElementById('app'));
   |
   
   ERROR in ./src/addSlice/index.jsx 23:16
   Module parse failed: Unexpected token (23:16)
   You may need an appropriate loader to handle this file type, currently no 
loaders are configured to process this file. See 
https://webpack.js.org/concepts#loaders
   | import App from './App';
   |
   > ReactDOM.render(<App />, 
document.getElementById('js-add-slice-container'));
   |
   
   ERROR in ./src/showSavedQuery/index.jsx 39:4
   Module parse failed: Unexpected token (39:4)
   You may need an appropriate loader to handle this file type, currently no 
loaders are configured to process this file. See 
https://webpack.js.org/concepts#loaders
   |
   |   ReactDom.render(
   >     <div>
   |       <Form
   |         schema={config.JSONSCHEMA}
   
   ERROR in ./src/dashboard/index.jsx 42:16
   Module parse failed: Unexpected token (42:16)
   You may need an appropriate loader to handle this file type, currently no 
loaders are configured to process this file. See 
https://webpack.js.org/concepts#loaders
   | );
   |
   > ReactDOM.render(<App store={store} />, document.getElementById('app'));
   |
   
   ERROR in ./src/explore/index.jsx 44:16
   Module parse failed: Unexpected token (44:16)
   You may need an appropriate loader to handle this file type, currently no 
loaders are configured to process this file. See 
https://webpack.js.org/concepts#loaders
   | );
   |
   > ReactDOM.render(<App store={store} />, document.getElementById('app'));
   |
   error Command failed with exit code 2.
   info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this 
command.


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