I am trying to create a vue app with vue-cli on a ubuntu running on a vagrant & virtual box on Windows 10 and i get the following error which I cannot solve.
npm ERR! path /vagrant/vuetest/node_modules/@babel/helper-plugin-
utils/package.json.4118558811
npm ERR! code ETXTBSY
npm ERR! errno -26
npm ERR! syscall rename
npm ERR! ETXTBSY: text file is busy, rename
'/vagrant/vuetest/node_modules/@babel/helper-plugin-
utils/package.json.4118558811' ->
'/vagrant/vuetest/node_modules/@babel/helper-plugin-utils/package.json'
npm ERR! A complete log of this run can be found in:
npm ERR! /home/vagrant/.npm/_logs/2018-06-07T01_37_02_093Z-debug.log
ERROR command failed: npm install --loglevel error
Any ideas? anything?