bshiluk / vue-wordpress

Use Vue.js and the WP REST API to build WordPress themes as SPAs with dynamic routing, HMR for development, SEO enabled, and SSR capable. Demo:
http://vue-wordpress-demo.bshiluk.com
491 stars 112 forks source link

Which version of nodejs do you use? #26

Closed pospisk closed 4 years ago

pospisk commented 4 years ago

Library/Caches/node-gyp/14.4.0/include/node/v8.h:3642:37: note: candidate function not viable: requires 3 arguments, but 2 were provided V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,

I am getting the following error on macOS Catalina but after searching I found out it might be because I'm not using NodeJS v12.18.1. Can you confirm or add the nodejs version to the readme?