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

Trying to install using npm but stuck with dependency #26

Open
testme2000 opened this issue Jul 27, 2020 · 0 comments
Open

Trying to install using npm but stuck with dependency #26

testme2000 opened this issue Jul 27, 2020 · 0 comments

Comments

@testme2000
Copy link

As per document I am trying to install using npm I received following error

c:\readinglog>npm install --save vue-worker
npm WARN ws@7.2.1 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
npm WARN ws@7.2.1 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules\fsevents):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Error: EPERM: operation not permitted, rename 'c:\readinglog\node_modules.staging\fsevents-4d267589\node_modules\readable-stream' -> 'c:\readinglog\node_modules.staging\readable-stream-5774a0a3'

npm ERR! path c:\readinglog\node_modules\simple-web-worker
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename 'c:\readinglog\node_modules\simple-web-worker' -> 'c:\readinglog\node_modules.simple-web-worker.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\nd185089\AppData\Roaming\npm-cache_logs\2020-07-27T13_13_02_273Z-debug.log

If I try to install other dependencies it goes on utill finally stuck with following error

c:\readinglog>npm install --save bufferutil utf-8-validate fsevents
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS: darwin
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: win32
npm ERR! notsup Actual Arch: x64

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\nd185089\AppData\Roaming\npm-cache_logs\2020-07-27T13_20_27_964Z-debug.log

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