I got some trouble using node and the install from npm.
I want to make some documentation with YUI. In order so to do I tried to install it with npm, but it gives me Errormessages like the following, for everything I do with npm, like *npm search*
> npm WARN Building the local index for the first time, please be patient > npm http GET https://registry.npmjs.org/-/all > npm http GET https://registry.npmjs.org/-/all > npm http GET https://registry.npmjs.org/-/all > npm ERR! Error: tunneling socket could not be established, cause=Parse > Error > npm ERR! at ClientRequest.onError > (C:\Programme\nodejs\node_modules\npm\node_modules\request\tunnel.js:161:17 ) > npm ERR! at ClientRequest.g (events.js:185:14) > npm ERR! at ClientRequest.EventEmitter.emit (events.js:88:17) > npm ERR! at Socket.socketErrorListener (http.js:1320:9) > npm ERR! at Socket.EventEmitter.emit (events.js:88:17) > npm ERR! at Socket._destroy.self.errorEmitted (net.js:329:14) > npm ERR! at process.startup.processNextTick.process._tickCallback > (node.js:244:9) > npm ERR! If you need help, you may report this log at: > npm ERR! <http://github.com/isaacs/npm/issues> > npm ERR! or email it to: > npm ERR! <npm-@googlegroups.com>
On Fri, Jul 27, 2012 at 3:21 AM, hbrockma <moorg...@googlemail.com> wrote:
> Hey,
> I got some trouble using node and the install from npm.
> I want to make some documentation with YUI.
> In order so to do I tried to install it with npm, but it gives me
> Errormessages like the following, for everything I do with npm, like npm
> search
>> H:\>npm search yuidoc
>> npm WARN Building the local index for the first time, please be patient
>> npm http GET https://registry.npmjs.org/-/all >> npm http GET https://registry.npmjs.org/-/all >> npm http GET https://registry.npmjs.org/-/all >> npm ERR! Error: tunneling socket could not be established, cause=Parse
>> Error
>> npm ERR! at ClientRequest.onError
>> (C:\Programme\nodejs\node_modules\npm\node_modules\request\tunnel.js:161:17 )
>> npm ERR! at ClientRequest.g (events.js:185:14)
>> npm ERR! at ClientRequest.EventEmitter.emit (events.js:88:17)
>> npm ERR! at Socket.socketErrorListener (http.js:1320:9)
>> npm ERR! at Socket.EventEmitter.emit (events.js:88:17)
>> npm ERR! at Socket._destroy.self.errorEmitted (net.js:329:14)
>> npm ERR! at process.startup.processNextTick.process._tickCallback
>> (node.js:244:9)
>> npm ERR! If you need help, you may report this log at:
>> npm ERR! <http://github.com/isaacs/npm/issues>
>> npm ERR! or email it to:
>> npm ERR! <npm-@googlegroups.com>
On Fri, Jul 27, 2012 at 10:49 AM, Isaac Schlueter <i...@izs.me> wrote:
> Yeah, the "callback called more than once" is indeed a bug. But it
> should still print out some stuff before that.
> It looks like your proxy is returning weird stuff. Is there any way
> to get at the actual bytes it's sending?
> On Fri, Jul 27, 2012 at 3:21 AM, hbrockma <moorg...@googlemail.com> wrote:
>> Hey,
>> I got some trouble using node and the install from npm.
>> I want to make some documentation with YUI.
>> In order so to do I tried to install it with npm, but it gives me
>> Errormessages like the following, for everything I do with npm, like npm
>> search
>>> H:\>npm search yuidoc
>>> npm WARN Building the local index for the first time, please be patient
>>> npm http GET https://registry.npmjs.org/-/all >>> npm http GET https://registry.npmjs.org/-/all >>> npm http GET https://registry.npmjs.org/-/all >>> npm ERR! Error: tunneling socket could not be established, cause=Parse
>>> Error
>>> npm ERR! at ClientRequest.onError
>>> (C:\Programme\nodejs\node_modules\npm\node_modules\request\tunnel.js:161:17 )
>>> npm ERR! at ClientRequest.g (events.js:185:14)
>>> npm ERR! at ClientRequest.EventEmitter.emit (events.js:88:17)
>>> npm ERR! at Socket.socketErrorListener (http.js:1320:9)
>>> npm ERR! at Socket.EventEmitter.emit (events.js:88:17)
>>> npm ERR! at Socket._destroy.self.errorEmitted (net.js:329:14)
>>> npm ERR! at process.startup.processNextTick.process._tickCallback
>>> (node.js:244:9)
>>> npm ERR! If you need help, you may report this log at:
>>> npm ERR! <http://github.com/isaacs/npm/issues>
>>> npm ERR! or email it to:
>>> npm ERR! <npm-@googlegroups.com>
> Callback issue fixed on 85f70a25514ff521bc5473ae4e4375fd93198c1c.
> On Fri, Jul 27, 2012 at 10:49 AM, Isaac Schlueter <i...@izs.me> wrote: > > Yeah, the "callback called more than once" is indeed a bug. But it > > should still print out some stuff before that.
> > It looks like your proxy is returning weird stuff. Is there any way > > to get at the actual bytes it's sending?
> > On Fri, Jul 27, 2012 at 3:21 AM, hbrockma <moorg...@googlemail.com> > wrote: > >> Hey,
> >> I got some trouble using node and the install from npm.
> >> I want to make some documentation with YUI. > >> In order so to do I tried to install it with npm, but it gives me > >> Errormessages like the following, for everything I do with npm, like > npm > >> search
> >>> H:\>npm search yuidoc > >>> npm WARN Building the local index for the first time, please be > patient > >>> npm http GET https://registry.npmjs.org/-/all > >>> npm http GET https://registry.npmjs.org/-/all > >>> npm http GET https://registry.npmjs.org/-/all > >>> npm ERR! Error: tunneling socket could not be established, cause=Parse > >>> Error > >>> npm ERR! at ClientRequest.onError
A 304 just means it's already in the cache. If the cache is causing
problems, you can do `npm cache clean` to remove it, but that's
usually not necessary. 304s are not errors.
>> But I try to find a solution. I think this topic can be closed.
>> Am Freitag, 27. Juli 2012 19:50:56 UTC+2 schrieb Isaac Schlueter:
>>> Callback issue fixed on 85f70a25514ff521bc5473ae4e4375fd93198c1c.
>>> On Fri, Jul 27, 2012 at 10:49 AM, Isaac Schlueter <i...@izs.me> wrote:
>>> > Yeah, the "callback called more than once" is indeed a bug. But it
>>> > should still print out some stuff before that.
>>> > It looks like your proxy is returning weird stuff. Is there any way
>>> > to get at the actual bytes it's sending?
>>> > On Fri, Jul 27, 2012 at 3:21 AM, hbrockma <moorg...@googlemail.com>
>>> > wrote:
>>> >> Hey,
>>> >> I got some trouble using node and the install from npm.
>>> >> I want to make some documentation with YUI.
>>> >> In order so to do I tried to install it with npm, but it gives me
>>> >> Errormessages like the following, for everything I do with npm, like
>>> >> npm
>>> >> search
>>> >>> H:\>npm search yuidoc
>>> >>> npm WARN Building the local index for the first time, please be
>>> >>> patient
>>> >>> npm http GET https://registry.npmjs.org/-/all >>> >>> npm http GET https://registry.npmjs.org/-/all >>> >>> npm http GET https://registry.npmjs.org/-/all >>> >>> npm ERR! Error: tunneling socket could not be established,
>>> >>> cause=Parse
>>> >>> Error
>>> >>> npm ERR! at ClientRequest.onError
>>> >>> (C:\Programme\nodejs\node_modules\npm\node_modules\request\tunnel.js:161:17 )
>>> >>> npm ERR! at ClientRequest.g (events.js:185:14)
>>> >>> npm ERR! at ClientRequest.EventEmitter.emit (events.js:88:17)
>>> >>> npm ERR! at Socket.socketErrorListener (http.js:1320:9)
>>> >>> npm ERR! at Socket.EventEmitter.emit (events.js:88:17)
>>> >>> npm ERR! at Socket._destroy.self.errorEmitted (net.js:329:14)
>>> >>> npm ERR! at process.startup.processNextTick.process._tickCallback
>>> >>> (node.js:244:9)
>>> >>> npm ERR! If you need help, you may report this log at:
>>> >>> npm ERR! <http://github.com/isaacs/npm/issues>
>>> >>> npm ERR! or email it to:
>>> >>> npm ERR! <npm-@googlegroups.com>
> But I try to find a solution. I think this topic can be closed.
> Am Freitag, 27. Juli 2012 19:50:56 UTC+2 schrieb Isaac Schlueter:
>> Callback issue fixed on 85f70a25514ff521bc5473ae4e4375fd93198c1c.
>> On Fri, Jul 27, 2012 at 10:49 AM, Isaac Schlueter <i...@izs.me<javascript:>> >> wrote: >> > Yeah, the "callback called more than once" is indeed a bug. But it >> > should still print out some stuff before that.
>> > It looks like your proxy is returning weird stuff. Is there any way >> > to get at the actual bytes it's sending?
>> > On Fri, Jul 27, 2012 at 3:21 AM, hbrockma <moor...@googlemail.com<javascript:>> >> wrote: >> >> Hey,
>> >> I got some trouble using node and the install from npm.
>> >> I want to make some documentation with YUI. >> >> In order so to do I tried to install it with npm, but it gives me >> >> Errormessages like the following, for everything I do with npm, like >> npm >> >> search
>> >>> H:\>npm search yuidoc >> >>> npm WARN Building the local index for the first time, please be >> patient >> >>> npm http GET https://registry.npmjs.org/-/all >> >>> npm http GET https://registry.npmjs.org/-/all >> >>> npm http GET https://registry.npmjs.org/-/all >> >>> npm ERR! Error: tunneling socket could not be established, >> cause=Parse >> >>> Error >> >>> npm ERR! at ClientRequest.onError