'Error with npm install semantic-ui-react semantic-ui-css using React

Error shown with the semantic UI installation using npm install

how to solve this?



Solution 1:[1]

The error might have arisen due to version conflicts.

Try this:

npm i semantic-ui-react semantic-ui-css --legacy-peer-deps

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 3ndless_____