[Pkg-javascript-devel] Bug#801897: TypeError: Request path contains unescaped characters

Sébastien NOBILI sebnewsletter at free.fr
Fri Dec 11 16:33:35 UTC 2015


Hi,

Same issue here on a Jessie machine with nodejs backported (by myself) from
testing (which shouldn't to be related).

>From this [1] post, it seems to be a proxy issue.

    1: http://stackoverflow.com/questions/31199457/nodejs-module-install-error-request-path-contains-unescaped-characters

I've got some proxy-related environment variables. Unsetting them fixes the
issue :

    $ HTTP_PROXY= HTTPS_PROXY= http_proxy= https_proxy= npm view keybase
    [No more error]

Sébastien



More information about the Pkg-javascript-devel mailing list