[CORE] Updating proccess not works correctly #84
Labels
type/bug
Any issue which is a bug or PR which fixes a bug
type/build
Anything related to the build process
Steps
Trying to update from one version 2.3.2 to newer 2.4.2 with no success
Expected Result
Semantic folder in project sould updates automaticaly after
npm update
.Actual Result
Gives output saying
Current version of Semantic UI already installed
.Version
2.4.4
Investigation
File: https://github.com/hammy2899/Fomantic-UI/blob/master/tasks/config/project/release.js#L35
I was investigating problem and find out that installer is checking version of semantic-ui package. After changing it to fomantic-ui. Update process works as expected.
The text was updated successfully, but these errors were encountered: