-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
NPM is unable to install latest socket.io (node 0.6.1) #642
Comments
Upgrading tar on CentOS 5.5 from 1.15 to 1.26 solved this issue for me. |
darrachequesne
added a commit
that referenced
this issue
Jul 8, 2024
parseuri now lists better-assert as devDependency. Source: https://github.com/galkn/parseuri
darrachequesne
pushed a commit
that referenced
this issue
Jul 8, 2024
With the engine based on µWebSockets.js (introduced in version 6.1.0), a huge request body split in multiple chunks would throw the following error: > node:buffer:254 > TypedArrayPrototypeSet(target, source, targetStart); > ^ > > TypeError: Cannot perform %TypedArray%.prototype.set on a detached ArrayBuffer > at Buffer.set (<anonymous>) > at _copyActual (node:buffer:254:3) > node:buffer:254 > TypedArrayPrototypeSet(target, source, targetStart); > ^ > > TypeError: Cannot perform %TypedArray%.prototype.set on a detached ArrayBuffer > at Buffer.set (<anonymous>) > at _copyActual (node:buffer:254:3) > at Function.concat (node:buffer:562:12) > at onEnd (.../node_modules/engine.io/build/transports-uws/polling.js:126:32) > at .../node_modules/engine.io/build/transports-uws/polling.js:143:17 Note: µWebSockets.js does not currently support chunked transfer encoding.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While trying to install the latest version of socket.io from npm (npm install socket.io), npm is having an issue untarring the tmp.tar file:
npm debug log:
The text was updated successfully, but these errors were encountered: