elm-firebase icon indicating copy to clipboard operation
elm-firebase copied to clipboard

npm install fails

Open deggers opened this issue 1 year ago • 1 comments

Is it a me problem on a mac m1 ? I receive following error:

/Library/Caches/node-gyp/19.8.1/include/node/v8-template.h:807:8: note: candidate function not viable: no known conversion from 'imp::NativeGetter' (aka 'void (*)(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value> &)') to 'v8::AccessorGetterCallback' (aka 'void (*)(Local<v8::String>, const PropertyCallbackInfo<v8::Value> &)') for 2nd argument
npm ERR!   void SetAccessor(
npm ERR!        ^

deggers avatar Mar 25 '23 17:03 deggers

Hey, I just tried from a fresh install with node v17.5.0 and I could install / start without issues (on a Mac M1 as well).

Which version of node are you running?

jlengrand avatar Apr 07 '23 09:04 jlengrand