I'm taking a look at the M3 H5 SDK and encountering an error when trying to install / build the initial project. The error I'm seeing is:
c:m3odin estproject3
ode_modules
ode-sasssrccreate_string.cpp(17): error C2664: 'v8::String::Utf8Value::Utf8
Value(const v8::String::Utf8Value &)': cannot convert argument 1 from 'v8::Local<v8::Value>' to 'const v8::String::Utf8
Value &' [C:M3OdinTestProject3
ode_modules
ode-sassuildinding.vcxproj]
This results in "Build failed with error code: 1"
The installation steps I followed were:
- download & install node.js
- from admin powershell install windows build tools (npm install -g --production windows-build-tools)
- install odin (npm install -g @infor-up/m3-odin-cli)
- create new project (odin new)
- change to project dir
- npm install
It's at this point that I get the build error above.
Any recommendations for resolution please?