xibyte / jsketcher

Parametric 2D and 3D modeler written in pure javascript
http://web-cad.org
Other
1.45k stars 275 forks source link

Error "Module not found: Error: Can't resolve 'react-icons/all' in xxx" => Fix the "react-icons" to "4.8.0" #208

Open bolbit opened 7 months ago

bolbit commented 7 months ago

It seems that the react-icons module do not include the "/all" anymore. From https://github.com/react-icons/react-icons/issues/740 "To temporarily fix this problem update your package.json to say: "react-icons" : "4.8.0" and rerun npm i to pull in a version before 4.9.0." => this fix the issue from a fresh today install