This repository was archived by the owner on Dec 5, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 193
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Fusuma cannot be installed with npm because of wrong dependencies #626
Copy link
Copy link
Open
Description
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".
Metadata
Metadata
Assignees
Labels
No labels