error “ETXTBSY: text file is busy” on npm install

后端 未结 9 2204
谎友^
谎友^ 2020-12-09 08:16

When running npm install [any package] or even npm install on homestead I get the following error:

npm ERR! ETXTBSY: text file is b         


        
9条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-09 08:52

    Just issue "npm install" in Windows instead of in Homestead. Of course, you need to have npm for windows installed to do that.

提交回复
热议问题