This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
4.5.3 regression on Travis CI breaks builds #1971
Labels
Comments
The only think 4.5.3 added as support for another module version of Node 8 v4.5.2...v4.5.3 |
Sounds like a reasonable explanation but using |
Please file an issue with yarn. They're actively trying to address
node-sass incompatibilities
…On 18 May 2017 10:13 pm, "Björn Harrtell" ***@***.***> wrote:
Sounds like a reasonable explanation but using --force or removing Yarn
cache usage in .travis.yml does not appear to help.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1971 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAjZWO3g-nPKolJ0FEI-thrc-VFdeU4pks5r7KZqgaJpZM4Nfr1h>
.
|
Confirmed to be more or less the same issue as described in yarnpkg/yarn#1981. The workaround |
Had the same issue but instead of adding it inside the package.json a put the following code in the
Works great for me. |
Taranys
added a commit
to Taranys/ng-selector
that referenced
this issue
Dec 15, 2017
Taranys
added a commit
to Taranys/ng-selector
that referenced
this issue
Dec 15, 2017
Taranys
added a commit
to Taranys/ng-selector
that referenced
this issue
Dec 15, 2017
* 💚 avoid node-sass issue sass/node-sass#1971 * 💚 disable tests for now
fpenim
added a commit
to EMBL-EBI-SUBS/json-schema-validator
that referenced
this issue
Jan 3, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The failure is
Error: ENOENT: no such file or directory, scandir '.../node_modules/node-sass/vendor
. Downgrading to version 4.5.2 resolves the issue.Cannot reproduce locally and as it's a managed environment I can only extract some of the version information from the build log:
$ node --version
v6.10.3
$ npm --version
3.10.10
$ nvm --version
0.33.2
Travis configuration:
https://github.com/miguelcobain/ember-paper/blob/cef52e7638615e44249775b0663ba8f48d7bb8c1/.travis.yml
Failing job:
https://travis-ci.org/miguelcobain/ember-paper/jobs/233735922
Successful job:
https://travis-ci.org/miguelcobain/ember-paper/jobs/233735922
The only difference is the
node-sass
version.The text was updated successfully, but these errors were encountered: