Skip to content

Commit

Permalink
Updated yarn to 0.18.1
Browse files Browse the repository at this point in the history
Hopefully this will fix the 'module not found' error that was cropping
up with node-sass, which was causing deploy failures on CI.

pr #2188
  • Loading branch information
alicewriteswrongs committed Dec 21, 2016
1 parent d4e0e92 commit 4fb2422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-node
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install libelf1

RUN adduser --disabled-password --gecos "" mitodl

RUN npm install -g yarn@0.17.10
RUN npm install -g yarn@0.18.1

RUN mkdir -p /home/mitodl/.cache/yarn

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
},
"engines": {
"node": "6.2.0",
"yarn": "0.17.10"
"yarn": "0.18.1"
},
"scripts": {
"postinstall": "./webpack_if_prod.sh",
Expand Down
2 changes: 1 addition & 1 deletion travis/Dockerfile-travis-watch-build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL maintainer "ODL DevOps <[email protected]>"

RUN apt-get update && apt-get install libelf1

RUN npm install -g yarn@0.17.10
RUN npm install -g yarn@0.18.1

RUN mkdir /src

Expand Down

0 comments on commit 4fb2422

Please sign in to comment.