leaflet.extras icon indicating copy to clipboard operation
leaflet.extras copied to clipboard

npm install error

Open fpirotti opened this issue 4 years ago • 0 comments

Hello, I am trying to contribute to some improvements (in particular allow options in searchOSM and searchGoogle), but when I try to run npm install I get the following (npm version=6.9.0, node.js version=10.16.0)

[email protected] postinstall /archivio/home/pirotti/devel/leaflet.extras/node_modules/leaflet-pulse-icon gobble build -f dist

gobble[1300]: ../src/node_contextify.cc:635:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfov8::Value&): Assertion `args[1]->IsString()' failed. 1: 0x8f9d10 node::Abort() [gobble] 2: 0x8f9de5 [gobble] 3: 0x92e46e node::contextify::ContextifyScript::New(v8::FunctionCallbackInfov8::Value const&) [gobble] 4: 0xb8cc1b [gobble] 5: 0xb8ebb2 v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*) [gobble] 6: 0x3db10735be1d Aborted (core dumped) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE npm ERR! errno 134 npm ERR! [email protected] postinstall: gobble build -f dist npm ERR! Exit status 134 npm ERR! npm ERR! Failed at the [email protected] postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

fpirotti avatar Aug 02 '19 09:08 fpirotti