Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running npm install cause "EBUSY: resource busy or locked messages" #69

Closed
Toilal opened this issue Oct 10, 2018 · 1 comment
Closed

Comments

@Toilal
Copy link
Contributor

Toilal commented Oct 10, 2018

When I run npm install on a shared folder, it sometime display those error messages. It doesn't seem to have any consequence, but does anyone has an idea why this occurs ?

npm i
npm WARN rollback Rolling back wide-align@1.1.2 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/wide-align/.nfs000000000003a8e80000004a'
npm WARN rollback Rolling back minizlib@1.1.0 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/minizlib/.nfs000000000003a8d500000056'
npm WARN rollback Rolling back minipass@2.2.4 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/minipass/.nfs000000000003a8d700000054'
npm WARN rollback Rolling back util-deprecate@1.0.2 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/util-deprecate/.nfs000000000003a90200000049'
npm WARN rollback Rolling back fs-minipass@1.2.5 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/fs-minipass/.nfs000000000003a8d600000055'
npm WARN rollback Rolling back are-we-there-yet@1.1.4 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/are-we-there-yet/.nfs000000000003a8e70000004b'
npm WARN rollback Rolling back npmlog@4.1.2 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/npmlog/.nfs000000000003a8e10000004c'
npm WARN rollback Rolling back glob@7.1.2 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/glob/.nfs000000000003a8db00000050'
npm WARN rollback Rolling back yallist@3.0.2 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/yallist/.nfs000000000003a8da00000053'
npm WARN rollback Rolling back wrappy@1.0.2 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/wrappy/.nfs000000000003a8e00000004d'
npm WARN rollback Rolling back inflight@1.0.6 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/inflight/.nfs000000000003a8dd00000051'
npm WARN rollback Rolling back once@1.4.0 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/once/.nfs000000000003a8de0000004e'
npm WARN rollback Rolling back rimraf@2.6.2 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/rimraf/.nfs000000000003a8df00000052'
npm WARN rollback Rolling back gauge@2.7.4 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/gauge/.nfs000000000003a8e60000004f'
npm WARN rollback Rolling back node-pre-gyp@0.10.0 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/node-pre-gyp/.nfs000000000003a8dc00000058'
npm WARN rollback Rolling back rc@1.2.7 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/rc/.nfs000000000003a92600000047'
npm WARN rollback Rolling back tar@4.4.1 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/tar/.nfs000000000003a8d400000057'
npm WARN rollback Rolling back readable-stream@2.3.6 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/readable-stream/.nfs000000000003a8ef00000048'
npm WARN rollback Rolling back fsevents@1.2.4 failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/app/oison-frontend/node_modules/fsevents/node_modules/rc/.nfs000000000003a92600000047'
npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-plugin-cypress@2.0.1 requires a peer of eslint@>= 3.2.1 but none is installed. You must install peer dependencies yourself.
npm WARN ts-jest@22.4.6 requires a peer of typescript@2.x but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 144 packages from 77 contributors, removed 100 packages, updated 171 packages and audited 47518 packages in 143.399s
found 0 vulnerabilities
@Toilal
Copy link
Contributor Author

Toilal commented Dec 5, 2018

This is related to this issue: isaacs/node-graceful-fs#127

It also occurs with another NFS Daemon, so I close this one.

@Toilal Toilal closed this as completed Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant