Closed aero-man closed 4 years ago
This is very simple to solve: don't install the project in a path with spaces (your directory "ANS Lab"). That's always good advice by the way ;-)
You could have seen that this is a problem yourself by looking at the logging:
clang: error: no such file or directory: 'Lab/xsens_dot_server/node_modules/node-addon-api'
Do you see it?
Thanks. You're right. That is a simple fix. npm install
ran without errors. node xsensDotServer
now throws an error though. Will open a new issue.
I'm trying to install the Xsens DOT server on a Mac running Catalina (10.15.5). Looks like some node modules are not being found, causing the install to fail. Where can I find the
node-addon-api
andnapi-thread-safe-callback
modules?Output from
npm install
:After that, there is more error output where
make
andnode-gyp
fail. See below for full output.Here is the version info for node:
Full output for error: