lapwinglabs / http-context

High-level request & response object. Inspired by Koa's context.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM install issues on Meteor

thomasf1 opened this issue · comments

I´m trying to install http-context as part of x-ray via the meteor install command but run into the following issues when running it:

Unable to resolve some modules:

"_http_common" in /Users/tom/Dev/lms/node_modules/http-context/node_modules/http-outgoing/index.js (os.osx.x86_64)

Trying to install _http_common via meteor npm install --save _http_common doesn´t seem to work, it does seem to be a core node module... Not quite sure if it´s a issue with http-context or the way meteor npm is working...

Would be grateful for a hint :)