Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fusuma cannot be installed with npm because of wrong dependencies #626

Open
1 of 2 tasks
szotsaki opened this issue Nov 16, 2021 · 0 comments
Open
1 of 2 tasks

Fusuma cannot be installed with npm because of wrong dependencies #626

szotsaki opened this issue Nov 16, 2021 · 0 comments

Comments

@szotsaki
Copy link

Info

  • Operating System: Linux
  • Node Version: npm 7.20.3

Type

  • bug
  • feature request

For Bugs

When I try to install fusuma with npm -verbose install fusuma -D it goes into endless loop with the following messages repeating:

npm timing idealTree:node_modules/css-minimizer-webpack-plugin Completed in 0ms
npm timing idealTree:node_modules/friendly-errors-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/compression-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/css-minimizer-webpack-plugin Completed in 0ms
npm timing idealTree:node_modules/friendly-errors-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/compression-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/css-minimizer-webpack-plugin Completed in 0ms
npm timing idealTree:node_modules/friendly-errors-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/compression-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/css-minimizer-webpack-plugin Completed in 0ms
npm timing idealTree:node_modules/friendly-errors-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/compression-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/css-minimizer-webpack-plugin Completed in 0ms
npm timing idealTree:node_modules/friendly-errors-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/compression-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/css-minimizer-webpack-plugin Completed in 0ms
npm timing idealTree:node_modules/friendly-errors-webpack-plugin Completed in 2ms
npm timing idealTree:node_modules/compression-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/css-minimizer-webpack-plugin Completed in 0ms
npm timing idealTree:node_modules/friendly-errors-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/compression-webpack-plugin Completed in 2ms
npm timing idealTree:node_modules/css-minimizer-webpack-plugin Completed in 0ms
npm timing idealTree:node_modules/friendly-errors-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/compression-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/css-minimizer-webpack-plugin Completed in 0ms
npm timing idealTree:node_modules/friendly-errors-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/compression-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/css-minimizer-webpack-plugin Completed in 0ms
npm timing idealTree:node_modules/friendly-errors-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/compression-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/css-minimizer-webpack-plugin Completed in 0ms
npm timing idealTree:node_modules/friendly-errors-webpack-plugin Completed in 2ms
npm timing idealTree:node_modules/compression-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/css-minimizer-webpack-plugin Completed in 0ms
npm timing idealTree:node_modules/friendly-errors-webpack-plugin Completed in 1ms
npm timing idealTree:node_modules/compression-webpack-plugin Completed in 1ms

Command yarn add fusuma -D finishes successfully with the following related messages:

warning "fusuma > friendly-errors-webpack-plugin@1.7.0" has incorrect peer dependency "webpack@^2.0.0 || ^3.0.0 || ^4.0.0".
warning "fusuma > webp-loader@0.6.0" has unmet peer dependency "webpack-cli@*".
warning "fusuma > @fusuma/mdx-loader > @mdx-js/react@1.6.22" has unmet peer dependency "react@^16.13.1 || ^17.0.0".
warning "fusuma > @fusuma/client > react-event-timeline@1.6.3" has incorrect peer dependency "react@>= 0.14.0 < 17.0.0-0".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant