installation error of vue resources in ubuntu

0

observe the commands below;

root@wlady-VirtualBox:/home/wlady/Documentos/music-db/frondend# yarn add vuex vuex-router-sync vue-router axios animate.css google-material-color material-design-icons laravel-echo pusher-js
yarn add v1.1.0
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies...
warning "[email protected]" has unmet peer dependency "ajv@>=4.10.0".
error Could not write file "/home/wlady/Documentos/music-db/frondend/yarn-error.log": "ENOSPC: no space left on device, open '/home/wlady/Documentos/music-db/frondend/yarn-error.log'"
error An unexpected error occurred: "ENOSPC: no space left on device, copyfile '/usr/local/share/.cache/yarn/v1/npm-material-design-icons-3.0.1-9a71c48747218ebca51e51a66da682038cdcb7bf/places/ios/ic_pool_white_18pt.imageset/ic_pool_white_18pt.png' -> '/home/wlady/Documentos/music-db/frondend/node_modules/material-design-icons/places/ios/ic_pool_white_18pt.imageset/ic_pool_white_18pt.png'".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
root@wlady-VirtualBox:/home/wlady/Documentos/music-db/frondend# 

Why did you make a mistake? And how to solve this problem?

    
asked by anonymous 26.09.2017 / 19:50

1 answer

1

See the error:

error An unexpected error occurred: "ENOSPC: no space left on device, 

There is a lack of disk space.

    
23.08.2018 / 22:38