Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

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 > [email protected]" has incorrect peer dependency "webpack@^2.0.0 || ^3.0.0 || ^4.0.0".
warning "fusuma > [email protected]" has unmet peer dependency "webpack-cli@*".
warning "fusuma > @fusuma/mdx-loader > @mdx-js/[email protected]" has unmet peer dependency "react@^16.13.1 || ^17.0.0".
warning "fusuma > @fusuma/client > [email protected]" has incorrect peer dependency "react@>= 0.14.0 < 17.0.0-0".
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant