AbdelrahmanSadat / SMS

SMS with Electron, React, Sequelize & sqlite3. Using electron-react-boilerplate
MIT License
0 stars 0 forks source link

Lodash Error #29

Closed AbdelrahmanSadat closed 3 years ago

AbdelrahmanSadat commented 4 years ago

An error that causes semantic-ui-react to not work properly. Caused by an unterminated comment in a lodash file. Solved by normally installing the apps dependencies, upgrading lodash to 4.17.15, & removing the unterminated comment found at the end of the wrapperLodash file. Might be resolved in one of the updates in electron-react-boilerplate. Requires further investigation.

AbdelrahmanSadat commented 3 years ago

Properly solved in this commit. Also, make sure to clean yarn's cache before installing.