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
Looks like uyour missing the netcdf library. Have you installed it? On the mac, I use homebrew. It has built and run fine (there are some warnings about possible incompatibilities, but these appear to be harmless).
netcdf4@0.4.1 install /BOLIDES/src/server/node_modules/netcdf4
CXX(target) Release/obj.target/netcdf4/src/Group.o
../src/Group.cpp:2:10: fatal error: 'netcdf.h' file not found
#include <netcdf.h>
^~~~~~~~~~
1 error generated.
make: *** [Release/obj.target/netcdf4/src/Group.o] Error 1
gyp ERR! build error
gyp ERR! stack Error:
make
failed with exit code: 2The text was updated successfully, but these errors were encountered: