Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0
-
Component/s: Infrastructure
-
Labels:None
Description
1. At the root directory of the infusion project, open a terminal and run "npm install";
2. Grunt version 1.1.0 will be installed;
3. Run "grunt distributions" or "sudo grunt distributions", this warning will be thrown:
Unable to write "dist/assets/src/components/switch/css/stylus/../Switch.css" file (Error code: ENOENT). Use --force to continue
4. This warning will go way by following this instruction to downgrade the grunt version to 1.0.2.