Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2017 09:03:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224360] www/npm version mismatch 5.5.1 and core
Message-ID:  <bug-224360-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224360

            Bug ID: 224360
           Summary: www/npm version mismatch 5.5.1 and core
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: stievenard.david@gmail.com
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

trying to install the visual editor for mediawiki on freebsd I have to inst=
all
nodeJS npm and with npm I have to install "parsoid"
I don't know if those 2 problems are related but her's the information in c=
ase
it could be usefull

freeBSD 11.1


####### npm version mismatch

pkg install node
# node --version
v9.2.0

pkg install npm
[1/1] Installing npm-5.6.0...
[1/1] Extracting npm-5.6.0: 100%
# npm --version
5.5.1


####### can not install "parsoid"

npm install -g parsoid

npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please insta=
ll
the latest version of pug instead of jade
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or hi=
gher
to avoid a RegExp DoS issue
WARNING: You are likely using a version of node-tar or npm that is incompat=
ible
with this version of Node.js.r h
Please use either the version of npm that is bundled with Node.js, or a ver=
sion
of npm (> 5.5.1 or < 5.4.0) or node-tar (> 4.0.1) that is compatible with
Node.js 9 and above.
/usr/local/bin/node[813]: ../src/node_zlib.cc:437:static void node::(anonym=
ous
namespace)::ZCtx::Init(const FunctionCallbackInfo<v8::Value> &): Assertion
`args.Length() =3D=3D 7 && "init(windowBits, level, memLevel, strategy,
writeResult, writeCallback," " dictionary)"' failed.
 1: node::Abort(void) [/usr/local/bin/node]
 2: node::Assert(char const* const[4]*) [/usr/local/bin/node]
 3:
_ZNSt3__16vectorIPN4node14SigintWatchdogENS_9allocatorIS3_EEE21__push_back_=
slow_pathIRKS3_EEvOT_
[/usr/local/bin/node]
 4:
v8::internal::FunctionCallbackArguments::Call(void(*)(v8::FunctionCallbackI=
nfo<v8::Value>
const&)) [/usr/local/bin/node]
 5: v8::internal::Isolate*<v8::internal::Object>
v8::internal::Builtins::InvokeApiFunction(v8::internal::Isolate*, bool,
v8::internal::Handle<v8::internal::HeapObject>(int, v8::internal::Object*,
v8::internal::HeapObject) [/usr/local/bin/node]
 6: v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**,
v8::internal::Isolate*) [/usr/local/bin/node]
Abort (core dumped)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224360-13>