Skip to content

Commit 3c39559

Browse files
authored
fix: ignore node version on yarn install (#471)
1 parent 06fbbb1 commit 3c39559

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
device: 'iPhone 11'
5050
# - rn/yarn_install
5151
- run:
52-
command: yarn install --frozen-lockfile
52+
command: yarn install --frozen-lockfile --ignore-engines
5353
name: yarn install
5454
- rn/pod_install:
5555
pod_install_directory: 'example/ios'
@@ -74,7 +74,7 @@ jobs:
7474
node_version: '12.10.0'
7575
# - rn/yarn_install
7676
- run:
77-
command: yarn install --frozen-lockfile
77+
command: yarn install --frozen-lockfile --ignore-engines
7878
name: yarn install
7979
- rn/android_emulator_start:
8080
logcat_grep: 'com.reactcommunity.rndatetimepicker'
@@ -94,7 +94,7 @@ jobs:
9494
# - rn/yarn_install
9595
# fails with Error untarring cache: Error extracting tarball /var/folders/bq/mjrgbpkx5h1g_b22fpv0tlzc0000gn/T/cache376822577 : tmp/yarn/: Cannot extract through symlink tmp/yarn tmp/yarn/v6/: Cannot extract through symlink tmp/yarn/v6 tmp/yarn/v6/.tmp/: Cannot extract through symlink tmp/yarn/v6/.tmp tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/: Cannot extract through symlink tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/: Cannot extract through symlink tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/@babel/: Cannot extract through symlink tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/@babel tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/@babel/code-frame/: Cannot extract: exit status 1
9696
- run:
97-
command: yarn install --frozen-lockfile
97+
command: yarn install --frozen-lockfile --ignore-engines
9898
name: yarn install
9999
- run:
100100
command: npx semantic-release

0 commit comments

Comments
 (0)