Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • N node-http-proxy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 482
    • Issues 482
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 102
    • Merge requests 102
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • http ... PARTY!
  • node-http-proxy
  • Merge requests
  • !233

lock down to socket.io 0.6.17 for now

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge fix-socket-io-dependency into master Apr 19, 2012
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: bts

  • socket.io 0.6.18 seems to be broken:

    % npm install
    npm http GET https://registry.npmjs.org/vows
    npm http GET https://registry.npmjs.org/request
    npm http GET https://registry.npmjs.org/socket.io
    npm http GET https://registry.npmjs.org/async
    npm http 304 https://registry.npmjs.org/vows
    npm http 304 https://registry.npmjs.org/socket.io
    npm http 304 https://registry.npmjs.org/request
    npm http 304 https://registry.npmjs.org/async
    npm http GET https://registry.npmjs.org/socket.io/-/socket.io-0.6.18.tgz
    npm http 200 https://registry.npmjs.org/socket.io/-/socket.io-0.6.18.tgz
    
    npm ERR! SyntaxError: Unexpected token }
    npm ERR!     at Object.parse (native)
    npm ERR!     at Packer.readRules (/usr/local/lib/node_modules/npm/node_modules/fstream-npm/fstream-npm.js:174:31)
    npm ERR!     at Packer.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:132:22)
    npm ERR!     at [object Object].<anonymous> (fs.js:115:5)
    npm ERR!     at [object Object].emit (events.js:64:17)
    npm ERR!     at afterRead (fs.js:1117:12)
    npm ERR!     at Object.wrapper [as oncomplete] (fs.js:254:17)
    npm ERR! You may report this log at:
    npm ERR!     <http://github.com/isaacs/npm/issues>
    npm ERR! or email it to:
    npm ERR!     <[email protected]>
    npm ERR!
    npm ERR! System Darwin 11.3.0
    npm ERR! command "node" "/usr/local/bin/npm" "install"
    npm ERR! cwd /Users/bts/code/github/node-http-proxy
    npm ERR! node -v v0.6.14
    npm ERR! npm -v 1.1.16
    npm ERR! type unexpected_token
    npm ERR! arguments [ '}' ]
    npm ERR! message Unexpected token }
    npm ERR!
    npm ERR! Additional logging details can be found in:
    npm ERR!     /Users/bts/code/github/node-http-proxy/npm-debug.log
    npm not ok

Here are some others affected by this issue: https://gist.github.com/2387930

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-socket-io-dependency