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

后端 未结 9 2098
谎友^
谎友^ 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:49

    The same thing happened to me

    My environment is linux

    fsevents is a module dedicated to mac

    Please try the following command

    npm install --no-optional

提交回复
热议问题