javascript - error "ETXTBSY: text file is busy" on npm install -
when running npm install [any package]
or npm install
on homestead following error:
npm err! etxtbsy: text file busy, rmdir '/home/vagrant/valemus-shop-starter/valemus-shop/node_modules/fsevents' gist of debug log. https://gist.github.com/martijnimhoff/118aab71ef9fe4ceb9b97be03e33f1df
- box 'laravel/homestead' (v3.0.0)
- node: v8.2.1
- npm: 5.3.0
i tried removing fsevents directory, doesn't exist.
how fix this?
the same thing happened me
my environment linux
fsevents module dedicated mac
please try following command
npm install --no-optional
Comments
Post a Comment