Utilizo o Vagrant e VirtuaBox no Windows 10, mas quando tento realizar o comando “npm install” ele gera o erro abaixo:
[vagrant@localhost hello]$ sudo npm install –no-bin-links npm ERR! path /vagrant/Laravel/hello/node_modules/fsevents/build/Release/.deps/Users/eshanker/Code/fsevents/lib/binding/Release npm ERR! code ETXTBSY npm ERR! errno -26 npm ERR! syscall rmdir npm ERR! ETXTBSY: text file is busy, rmdir ‘/vagrant/Laravel/hello/node_modules/fsevents/build/Release/.deps/Users/eshanker/Code/fsevents/lib/binding/Release’
npm ERR! A complete log of this run can be found in: npm ERR!
/root/.npm/_logs/2017-12-07T00_08_37_216Z-debug.log
- Segue abaixo as versões do Vagrant e node que utilizo:
vagrant version Installed Version: 2.0.1 Latest Version: 2.0.1
node -v v8.9.1