由于node-sass是基于LibSass的,而LibSass已经被废弃,因此建议使用Dart Sass(通过npm安装的sass包)。Dart Sass是Sass的官方实现,具有更好的性能和兼容性。如果可能,考虑迁移到Dart Sass。 通过以上步骤,您应该能够解决"incorrect peer dependency"错误,并确保sass-loader和node-sass之间的兼容性。
edited 这两个的版本是不是出错了,应当是 react@^16.8.4 以及 react-dom@^16.8.4 吧。 warning "umi-plugin-react > umi-plugin-dva > dva@2.6.0-beta.6" has incorrect peer dependency "react@^16.18.4". warning "umi-plugin-react > umi-plugin-dva > dva@2.6.0-beta.6" has incorrect peer ...
Hey, Library still works great with pug@3.0.0, just wanted to see if we can get the peer dependency bumped to remove the warning, cheers. @sokra @TimothyGu @simon04
The latest version of@rneui/themedis v4.0.0-rc.8 which has a probably incorrect peer and dev dependency on@rneui/base@4.0.0-rc.7- This should probably match the rc version 8. https://github.com/react-native-elements/react-native-elements/blob/v4.0.0-rc.8/packages/themed/package.json...
I am using "uniforms" 3.0.0 with "react" 17.0.1 but when installing uniforms I am receiving this error: uniforms@3.0.0" has incorrect peer dependency "react@^16.8.0" Are there any known incompatibilities with React v17? Because for me it...
Describe the bug "@storybook/builder-webpack5 > webpack-filter-warnings-plugin@1.2.1" has incorrect peer dependency "webpack@^2.0.0 || ^3.0.0 || ^4.0.0" To Reproduce Steps to reproduce the behavior: Install @storybook/builder-webpack5 vi...