Metadata
- Source
- FLUID-6496
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Ned Zimmerman
- Reporter
- Cindy Li
- Created
2020-05-12T11:44:54.856-0400 - Updated
2020-10-29T13:17:26.364-0400 - Versions
- N/A
- Fixed Versions
-
- 3.0
- Component
-
- Infrastructure
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.
Comments
-
Justin Obara commented
2020-10-28T12:15:11.687-0400 Here are the changes from Grunt v1.0.2 to v1.0.3. It looks like it's related to mkdir.
-
Ned Zimmerman commented
2020-10-28T15:11:06.998-0400 grunt-contrib-stylus hasn't received updates since 2016 and seems unlikely to.
-
Ned Zimmerman commented
2020-10-29T07:16:23.687-0400 See notes on https://github.com/fluid-project/infusion/pull/1024
-
Justin Obara commented
2020-10-29T13:17:22.613-0400 Merged PR ( https://github.com/fluid-project/infusion/pull/1024 ) into the project repo at 99ef9fb2012822418e800b2ad86a0808b96cc4e6