On 30/12/2013 05:39, openda...@hushmail.com wrote:
> Package: annostring
> Version: 0.2.2
> 
> Unable to `npm install annostring` on Ubuntu (Linux 3.11.0-12-generic):
> ...
> 333 error node -v v0.10.15
> 334 error npm -v 1.2.18
> 335 verbose exit [ 1, true ]

It works here with the debian package npm 1.3.10.
FYI the problem comes from the version requirement in annotate/package.json:
"is-js": "== 0.1.1"
It seems npm 1.2.18 depends on an old node-semver which cannot understand
that syntax. So basically you just have to find a way to upgrade node-semver.
Debian has version 2.1.0.

Jérémy.


_______________________________________________
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to