Skip to content

Commit

Permalink
trying fix npm-cache in appveyor
Browse files Browse the repository at this point in the history
> Cache entry not found: C:\Users\appveyor\AppData\Roaming\Roaming\npm-cache
  • Loading branch information
yangwao authored Aug 27, 2017
1 parent 230ae39 commit d2bce56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ platform:

cache:
- skCube-client\node_modules
- '%APPDATA%\Roaming\npm-cache'
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
- '%USERPROFILE%\AppData\Local\Yarn\cache'

Expand Down

0 comments on commit d2bce56

Please sign in to comment.