Skip to content

Commit

Permalink
Fix for Less error during fab build
Browse files Browse the repository at this point in the history
`Unable to load plugin clean-css please make sure that it is installed under or at the same level as less
Fatal error: Error running lessc on ...`

Downgraded Less:
    less/less-plugin-clean-css#23
    less/less.js#3181
  • Loading branch information
coakenfold committed Apr 9, 2018
1 parent 44c0cc4 commit bfcf4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.4.0",
"description": "TimelineJS v3: A Storytelling Timeline built in JavaScript.",
"dependencies": {
"less": "^2.1.1",
"less": "2.7.3",
"less-plugin-clean-css": "^1.2.0"
},
"devDependencies": {},
Expand Down

0 comments on commit bfcf4fc

Please sign in to comment.