[Bug 224360] www/npm version mismatch 5.5.1 and core

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 15 09:03:47 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224360

            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 at FreeBSD.org
          Reporter: stievenard.david at gmail.com
          Assignee: sunpoet at FreeBSD.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)

trying to install the visual editor for mediawiki on freebsd I have to install
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 case
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 at 0.26.3: Jade has been renamed to pug, please install
the latest version of pug instead of jade
npm WARN deprecated minimatch at 0.3.0: Please update to minimatch 3.0.2 or higher
to avoid a RegExp DoS issue
WARNING: You are likely using a version of node-tar or npm that is incompatible
with this version of Node.js.r h
Please use either the version of npm that is bundled with Node.js, or a version
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::(anonymous
namespace)::ZCtx::Init(const FunctionCallbackInfo<v8::Value> &): Assertion
`args.Length() == 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::FunctionCallbackInfo<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)

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


More information about the freebsd-ports-bugs mailing list