Skip to content

Commit 145a234

Browse files
committed
clean npm cache
1 parent 4438772 commit 145a234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ script:
2424
# https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
2525
- touch .ENABLE-LOOP-FILE
2626
- while sleep 300 && [ -f './.ENABLE-LOOP-FILE' ]; do echo "Build still running for $SECONDS seconds"; done &
27+
- npm cache clean --force # fix issue that packages can't be found eg:" `npm ERR! notarget No matching version found for @babel/helper-compilation-targets@^7.16.7.`
2728
- npm run build && rm .ENABLE-LOOP-FILE
2829

2930
cache: npm

0 commit comments

Comments
 (0)