You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After install the required dependencies, vst-js throws a number of errors on npm install vstjs. It begins with this:
CMake Warning at /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:1542 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:22 (find_package)
and hit a fatal error at this:
Scanning dependencies of target vstjs
[ 4%] Building CXX object CMakeFiles/vstjs.dir/src/module/Module.cpp.o
In file included from /Volumes/MacintoshHD/node_modules/vstjs/src/module/Module.cpp:1:
/Volumes/MacintoshHD/node_modules/vstjs/src/module/PluginHostWrapper.h:4:10: fatal error: 'nan.h' file not found
Not sure if these errors are related or not. I'm fairly new to Node so perhaps it's a user error? Any help would be appreciated. Let me know if you need a full log. Thanks!
The text was updated successfully, but these errors were encountered:
After install the required dependencies, vst-js throws a number of errors on
npm install vstjs
. It begins with this:and hit a fatal error at this:
Not sure if these errors are related or not. I'm fairly new to Node so perhaps it's a user error? Any help would be appreciated. Let me know if you need a full log. Thanks!
The text was updated successfully, but these errors were encountered: