commit ef20ec1fbaa8f5841b3fbe18978d4d8c19d8fc53
parent 5a0ee2b934e38d596da0f9742361f81c1221e3d5
Author: Anthony Fok <foka@debian.org>
Date: Sat, 18 Aug 2018 05:04:52 -0600
snap: Add nodejs to allow PostCSS to work
See https://discourse.gohugo.io/t/snap-pipeline-error-with-postcss-environment-issue/13583
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/snapcraft.yaml b/snapcraft.yaml
@@ -23,6 +23,7 @@ parts:
- git
stage-packages:
- git
+ - nodejs
- python-pygments
override-build: |
echo "\nStarting override-build:"