You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/11/26 15:11:54 UTC

[GitHub] [streampipes] dominikriemer opened a new issue, #636: Incompatible dependencies within the ui

dominikriemer opened a new issue, #636:
URL: https://github.com/apache/streampipes/issues/636

   Just starting building a test environment focused on the ui component and ran into an issue with running npm install.
   
   It seems there are a few dependency conflicts due to certain versions being pinned.
   
    
   ```
   
   npm ERR! code ERESOLVE
   npm ERR! ERESOLVE unable to resolve dependency tree
   npm ERR! 
   npm ERR! While
   resolving: apache-streampipes@0.69.0-SNAPSHOT
   npm ERR! Found: codemirror@5.55.0
   npm ERR! node_modules/codemirror
   npm
   ERR!   codemirror@"5.55.0" from the root project
   npm ERR! 
   npm ERR! Could not resolve dependency:
   npm
   ERR! peer codemirror@">=5.63.3" from @ctrl/ngx-codemirror@5.1.1
   npm ERR! node_modules/@ctrl/ngx-codemirror
   npm
   ERR!   @ctrl/ngx-codemirror@"5.1.1" 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 /home/missy/.npm/eresolve-report.txt
   for a full report.npm ERR! A complete log of this run can be found in:
   npm ERR!     /home/missy/.npm/_logs/2021-12-29T00_03_45_604Z-debug.log
   
   
   ```
   
   I am using npm version 7.5.2 and was thinking about rolling back to v6 but wanted to check to see if I am doing something wrong.
   
   I also started to manually go through and update dependencies but wasn't sure if there was a reason to hold certain packages back?
   
    
   
   Imported from Jira [STREAMPIPES-491](https://issues.apache.org/jira/browse/STREAMPIPES-491). Original Jira may contain additional context.
   Reported by: hutcheb.


-- 
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: issues-unsubscribe@streampipes.apache.org.apache.org

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


[GitHub] [streampipes] dominikriemer closed issue #636: Incompatible dependencies within the ui

Posted by GitBox <gi...@apache.org>.
dominikriemer closed issue #636: Incompatible dependencies within the ui
URL: https://github.com/apache/streampipes/issues/636


-- 
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: issues-unsubscribe@streampipes.apache.org

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