You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "brianMacao (via GitHub)" <gi...@apache.org> on 2023/04/25 03:40:35 UTC

[GitHub] [superset] brianMacao opened a new issue, #23803: fail to npm install on superset-frontnd at 2.1 version

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

   backgroud: upgrade project to 2.1.0 version
   
   1. Use Webstorm open folder superset-fronted
   2. nvm use 16
   3. npm install
   
   ### Expected results
   E:\python_project\superset\superset-frontend>nvm use 16
   Now using node v16.14.2 (64-bit)
   
   E:\python_project\superset\superset-frontend>npm install
   npm ERR! code ERESOLVE
   npm ERR! ERESOLVE could not resolve
   npm ERR!
   npm ERR! While resolving: @superset-ui/plugin-chart-pivot-table@2.1.0
   npm ERR! Found: @ant-design/icons@5.0.1
   npm ERR! node_modules/@ant-design/icons
   npm ERR!   @ant-design/icons@"^5.0.1" from the root project
   npm ERR!   peer @ant-design/icons@"^5.0.1" from @superset-ui/chart-controls@2.1.0
   npm ERR!   packages/superset-ui-chart-controls
   npm ERR!     @superset-ui/chart-controls@2.1.0
   npm ERR!     node_modules/@superset-ui/chart-controls
   npm ERR!       workspace packages\superset-ui-chart-controls from the root project
   npm ERR!       26 more (@superset-ui/legacy-plugin-chart-calendar, ...)
   npm ERR!
   npm ERR! Could not resolve dependency:
   npm ERR! peer @ant-design/icons@"^4.2.2" from @superset-ui/plugin-chart-pivot-table@2.1.0
   npm ERR! plugins/plugin-chart-pivot-table
   npm ERR!   @superset-ui/plugin-chart-pivot-table@2.1.0
   npm ERR!   node_modules/@superset-ui/plugin-chart-pivot-table
   npm ERR!     workspace plugins\plugin-chart-pivot-table from the root project
   npm ERR!
   npm ERR! Conflicting peer dependency: @ant-design/icons@4.8.0
   npm ERR! node_modules/@ant-design/icons
   npm ERR!   peer @ant-design/icons@"^4.2.2" from @superset-ui/plugin-chart-pivot-table@2.1.0
   npm ERR!   plugins/plugin-chart-pivot-table
   npm ERR!     @superset-ui/plugin-chart-pivot-table@2.1.0
   npm ERR!     node_modules/@superset-ui/plugin-chart-pivot-table
   npm ERR!       workspace plugins\plugin-chart-pivot-table from the root project
   npm ERR!
   npm ERR! Fix the upstream dependency conflict, or retry
   npm ERR! this command with --force, or --legacy-peer-deps
   npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
   npm ERR!
   npm ERR! See E:\nodejs\node_cache\eresolve-report.txt for a full report.
   
   npm ERR! A complete log of this run can be found in:
   npm ERR!     E:\nodejs\node_cache\_logs\2023-04-25T03_31_44_646Z-debug-0.log
   
   
   ### Actual results
   i have try to npm --force install, but it's also fail to update module.
   
   ### Environment
   
   - superset version: 2.1.0
   - python version: 3.10
   - node.js version: 16.14.2
   
   thanks for your help and opinion. I don't have much experience on frontend, may be it's not clearly description and plz help me to clarify problem.


-- 
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: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [superset] eschutho commented on issue #23803: fail to npm install on superset-frontend at 2.1 version

Posted by "eschutho (via GitHub)" <gi...@apache.org>.
eschutho commented on issue #23803:
URL: https://github.com/apache/superset/issues/23803#issuecomment-1540882187

   can you try running `npm ci` instead of `npm install`?


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [superset] linxt20 commented on issue #23803: fail to npm install on superset-frontend at 2.1 version

Posted by "linxt20 (via GitHub)" <gi...@apache.org>.
linxt20 commented on issue #23803:
URL: https://github.com/apache/superset/issues/23803#issuecomment-1521550229

   i get the same problem +1


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [I] fail to npm install on superset-frontend at 2.1 version [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed issue #23803: fail to npm install on superset-frontend at 2.1 version 
URL: https://github.com/apache/superset/issues/23803


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [superset] rusackas commented on issue #23803: fail to npm install on superset-frontend at 2.1 version

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #23803:
URL: https://github.com/apache/superset/issues/23803#issuecomment-1522137782

   Are you both using Windows? 


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [I] fail to npm install on superset-frontend at 2.1 version [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #23803:
URL: https://github.com/apache/superset/issues/23803#issuecomment-1942527026

   Closing this as stale since it's been silent for so long, and because we don't officially support Windows. We're trying to steer toward a more actionable Issues backlog, but if people are still encountering this in current versions (currently 3.x) we can consider re-opening this issue, opening a new Issue with updated context, or you're welcome to raise a PR to address the problem. Thanks!
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [superset] brianMacao commented on issue #23803: fail to npm install on superset-frontend at 2.1 version

Posted by "brianMacao (via GitHub)" <gi...@apache.org>.
brianMacao commented on issue #23803:
URL: https://github.com/apache/superset/issues/23803#issuecomment-1523564254

   Yes, i have the same problem, i have pull the master branch before and run stable. but after upgrade to 2.1, the backend is stable but frontend is fail to build.
   thanks for you remind, i will put the os env into my issue content.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [superset] linxt20 commented on issue #23803: fail to npm install on superset-frontend at 2.1 version

Posted by "linxt20 (via GitHub)" <gi...@apache.org>.
linxt20 commented on issue #23803:
URL: https://github.com/apache/superset/issues/23803#issuecomment-1522831810

   Yes, I use the windows. In the master branch , the frontend is builded successfully , but it get this error in the branch 2.1


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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