Has anybody faced with something like the next err...
# javascript
a
Has anybody faced with something like the next error?
> Task :kotlinNpmInstall
`warning workspace-aggregator-17c92542-f070-464f-b6a6-41dbd344139e > foo > plotly.js > point-cluster > bubleify > buble > os-homedir@2.0.0: This is not needed anymore. Use
require('os').homedir()
instead.`
error An unexpected error occurred: "EPERM: operation not permitted, unlink 'C:\\Users\\Dell\\AppData\\Local\\Yarn\\Cache\\v6\\npm-plotly-js-1.54.6-ed021aa8da85759c69602c97bd3dab2b09eeec22-integrity\\node_modules\\plotly.js\\.yarn-tarball.tgz'"
. I've tried to google, but nothin about it in Kotlin context. As fas as I understand, it's due to Win 10 prevents some disk-operations on system disk (C:) Does anybody workaround for this case? Can I specify yarn's cache directory on another disk then C:
a
does it work if you delete the specific file that it's mentioning?
a
@Alex Nordlund You are absolutely right Thnx a lot!
I've deleted npm-plotly-js-1.54.6-ed021aa8da85759c69602c97bd3dab2b09eeec22-integrity folder