parro-it / netcdf4

NodeJS addon to read and write NetCDF4 files
ISC License
39 stars 14 forks source link

Build Failure on Install #28

Closed mwalden2004 closed 1 year ago

mwalden2004 commented 4 years ago

Hello, I was trying to install the node package this morning, however, on install, the build fails due to being unable to include 'netcdf.h' I have NetCDF installed, so I don't know why it's having a hard time.

mwalden2004 commented 4 years ago

Worth also mentioning that the README is a few versions behind on the latest NetCDF release, so I just had to bump my environment variable. However, the issue is still occurring.

mwalden2004 commented 4 years ago

Update, build is finally getting past not being able to find 'netcdf.h' after a nice restart of VS Code, but a new issue is occurring. Some logs below.

`

netcdf4@0.4.1 install D:\Weather\madis-injestor\node_modules\netcdf4 node-gyp rebuild

D:\Weather\madis-injestor\node_modules\netcdf4>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch. Group.cpp File.cpp Variable.cpp Dimension.cpp Attribute.cpp netcdf4js.cpp win_delay_load_hook.cc D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.h(4,10): fatal error C1083: Cannot open include file: 'netcdf.h': No such file or directory (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(2,10): fatal error C1083: Cannot open include file: 'netcdf.h': No such file or directory [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(2,10): fatal error C1083: Cannot open include file: 'netcdf.h': No such file or directory [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Dimension.cpp(2,10): fatal error C1083: Cannot open include file: 'netcdf.h': No such file or directory [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.h(4,10): fatal error C1083: Cannot open include file: 'netcdf.h': No such file or directory (compiling source file ..\src\netcdf4js.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj ] D:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(3,10): fatal error C1083: Cannot open include file: 'netcdf.h': No such file or directory [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] gyp ERR! build error gyp ERR! stack Error: A:\VStudio\MSBuild\Current\Bin\MSBuild.exe failed with exit code: 1 gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:210:5) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12) gyp ERR! System Windows_NT 10.0.19042 gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild" gyp ERR! cwd D:\Weather\madis-injestor\node_modules\netcdf4 gyp ERR! node -v v12.13.1 gyp ERR! node-gyp -v v5.0.5 gyp ERR! not ok npm WARN enoent ENOENT: no such file or directory, open 'D:\Weather\madis-injestor\package.json' npm WARN madis-injestor No description npm WARN madis-injestor No repository field. npm WARN madis-injestor No README data npm WARN madis-injestor No license field.

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! netcdf4@0.4.1 install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the netcdf4@0.4.1 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! D:\npm\npm-cache_logs\2020-07-17T14_41_37_137Z-debug.log

D:\Weather\madis-injestor>set NETCDF_DIR=C:\Program Files\netCDF 4.7.4

D:\Weather\madis-injestor>npm i netcdf4

netcdf4@0.4.1 install D:\Weather\madis-injestor\node_modules\netcdf4 node-gyp rebuild

D:\Weather\madis-injestor\node_modules\netcdf4>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch. Group.cpp File.cpp Variable.cpp Dimension.cpp Attribute.cpp netcdf4js.cpp win_delay_load_hook.cc D:\Weather\madis-injestor\node_modules\netcdf4\src\netcdf4js.h(11,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated (compiling source file ..\src\Group.cpp)D:\Weather\madis-injestor\node_modules\netcdf4\src\netcdf4js.h(11,1): warning C4996: 'v8:: String::NewFromUtf8': was declared deprecated (compiling source file ..\src\Dimension.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' (compiling source file ..\src\Group.cpp)C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::NewFromUtf8' (compiling source file ..\src\Dimension.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(36,49): error C2660: 'v8::FunctionTemplate::GetFunction': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(5995,46): message : see declaration of 'v8::FunctionTemplate::GetFunction' (compiling source file ..\src\Group.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(36,50): error C2660: 'v8::PersistentBase::Reset': function does not take 1 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] with [ T=v8::Function ] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(463,18): message : see declaration of 'v8::PersistentBase::Reset' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] with [ T=v8::Function ] (compiling source file ..\src\Group.cpp) D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(21,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Dimension.cpp(24,49): error C2660: 'v8::FunctionTemplate::GetFunction': function d oes not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(5995,46): note: see declaration of 'v8::Functio nTemplate::GetFunction' (compiling source file ..\src\Dimension.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(28,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Dimension.cpp(24,50): error C2660: 'v8::PersistentBase::Reset': function does n ot take 1 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] with [ T=v8::Function ] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(463,18): note: see declaration of 'v8::Persiste ntBase::Reset' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] with [ T=v8::Function ] (compiling source file ..\src\Dimension.cpp) D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(29,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Dimension.cpp(18,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprec atedD:\Weather\madis-injestor\node_modules\netcdf4\src\netcdf4js.h(11,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated (compiling source file ..\src\File.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\netcdf4js.h(11,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated (compiling source file ..\src\Variable.cpp)C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): n ote: see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(29 34): note: see declaration of 'v8::String::NewFromUtf8' (compiling source file ..\src\File.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' (compiling source file ..\src\Variable.cpp)D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(30,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\netcdf4js.h(11,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated (compiling source file ..\src\Attribute.cpp)D:\Weather\madis-injestor\node_modules\netcdf4\src\Dimension.cpp(21,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedC:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::NewFromUtf8'D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(76,49): error C 2660: 'v8::FunctionTemplate::GetFunction': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' (compiling source file ..\src\Attribute.cpp)C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(29 34): note: see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(5995,46): note: see declaration of 'v8::FunctionTemplate::GetFunction' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis -injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(31,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(76,50): error C2660: 'v8::PersistentBase::Reset': function does not take 1 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] with [ T=v8::Function ] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(463,18): message : see declaration of 'v8::PersistentBase::Reset' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] with [ T=v8::Function ] (compiling source file ..\src\Variable.cpp) D:\Weather\madis-injestor\node_modules\netcdf4\src\Dimension.cpp(22,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(32,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprec atedD:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(31,49): error C2660: 'v8::FunctionTemplate::GetFunction': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] :\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::NewFromUtf8' C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(5995,46): message : see declaration of 'v8::FunctionTemplate::GetFunction' (compiling source file ..\src\File.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj]
D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(50,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(33,1): warning C4996: 'v8::String::NewFromUtf8': was declared depreca tedD:\Weather\madis-injestor\node_modules\netcdf4\src\Dimension.cpp(23,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(31,50): error C2660: 'v8::PersistentBase::Reset': function does not take 1 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] with [ T=v8::Function ] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(463,18): note: see declaration of 'v8::Persiste ntBase::Reset' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] with [ T=v8::Function ] (compiling source file ..\src\File.cpp) C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'D:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(32,77): error C2660: 'v8::FunctionTemplate::GetFunction': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(5995,46): message : see declaration of 'v8::FunctionTemplate::GetFunction' (compiling source file ..\src\File.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj]
D:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(32,78): error C2661: 'v8::Object::Set': no overloaded function takes 1 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(26,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Dimension.cpp(59,1): warning C4996: 'v8::String::NewFromUtf8': was declared depreca ted [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::Ne wFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(48,31): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(36,49): error C2660: 'v8::FunctionTemplate::GetFunction': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(5995,46): message : see declaration of 'v8::FunctionTemplate::GetFunction' (compiling source file ..\src\Attribute.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxpr oj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Dimension.cpp(70,23): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(44,54): error C2440: '': cannot convert from 'v8::Isolate ' to 'v8::String::Utf8Value' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(48,32): message : No constructor could take the source type, or constructor overload resolution was ambiguousD:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(34,1): warning C4996: 'v8::String::N ewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(60,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(36,50): error C2660: 'v8::Per sistentBase::Reset': function does not take 1 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] with [ T=v8::Function ] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(463,18): message : see declaration of 'v8::PersistentBase::Reset' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] with [ T=v8::Function ] (compiling source file ..\src\Attribute.cpp) D:\Weather\madis-injestor\node_modules\netcdf4\src\Dimension.cpp(66,36): error C2664: 'v8::String::Utf8Value::Utf8Value(const v8::String::Utf8Value &)': cannot convert argument 1 from 'v8::Isolate ' to 'const v8::String::Utf8Value &' [D:\Weather\madis-injestor\node _modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Dimension.cpp(70,25): message : Reason: cannot convert from 'v8::Isolate ' to 'const v8::String::Utf8Value'D:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(53,31): error C2661: 'v8::Value::ToString': no
overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(35,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(30,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprec atedD:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(61,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(49,54): error C2440: '': cannot convert from
'v8::Isolate
' to 'v8::String::Utf8Value' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::Ne wFromUtf8'CD:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(53,32): note: No constructor could take the source type, or constructor overload resolution was ambiguous:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Dimension.cpp(70,25): message : No constructor could take the source type, or constructor overload resolution was ambiguous [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(52,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(34,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprec atedD:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(61,35): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(62,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedC:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(3046,5): note: see declaration of 'v8::String::Utf8 Value::Utf8Value' (compiling source file ..\src\Dimension.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'D:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(57,60): error C2440: '': cannot convert from
'v8::Isolate ' to 'v8::String::Utf8Value' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(61,36): message : No constructor could take the source type, or constructor overload resolution was ambiguousD:\Weather\madis-injestor\node_modules\netcdf4\src\Dimension.cpp(80,1): warning C4996: 'v8::Strin g::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(63,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'CCC:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String:: NewFromUtf8':\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::NewFromUtf8'D:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(39,1): warning C4996: 'v8::String::NewFromUtf8': was declar ed deprecated:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(62,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(64,1): warning C4996: 'v8::String::NewFromUtf8': was declared depreca tedD:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(35,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedC:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::Ne wFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::Ne wFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(71,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(65,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(79,1): warning C4996: 'v8::String::NewFromUtf8': was declared depreca ted [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::Ne wFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::NewFromUtf8'D:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(42,1): warning C4996: 'v8::String::NewFromUtf8': was de clared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(85,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(66,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecat edC [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(118,36): error C2660: 'v8::Value::Uint32Value': function does not take 0 arguments:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String:: NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::Ne wFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2611,41): message : see declaration of 'v8::Value::Uint32Value' (compiling source file ..\src\Group.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] DD:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(94,1): warning C4996: 'v8::Object::Set': was declared deprecated:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(67,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\W eather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(52,23): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(3402): note: see declaration of 'v8::Object::Se t' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(48,36): error C2664: 'v8::String::Utf8Value::Utf8Value(const v8::String::Utf8Value &)': cannot convert argument 1 from 'v8::Isolate ' to 'const v8::String::Utf8Value &' [D:\Weather\madis-injestor\node _modules\netcdf4\build\netcdf4.vcxproj] DD:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(102,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(68,1): warning C4996: 'v8::String::NewFromUtf8': was declared depr ecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\File.cpp(123,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated D:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(52,25): message : Reason: cannot convert from 'v8::Isolate *' to 'const v8::String::Utf8Value'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::NewFromUtf8'CC:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::NewFromUtf8':\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see decla ration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(115,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(52,25): note: No constructor could take the source type, or constru ctor overload resolution was ambiguousD:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(69,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(3046,5): note: see declaration of 'v8::String:: Utf8Value::Utf8Value' (compiling source file ..\src\Attribute.cpp)C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.v cxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(161,53): error C2661: 'v8::Value::ToObject': no overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(162,88): error C2660: 'v8::Value::Uint32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2611,41): message : see declaration of 'v8::Value::Uint32Value' (compiling source file ..\src\Group.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(70,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(165,47): error C2660: 'v8::Value::Int32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2613,40): note: see declaration of 'v8::Value:: Int32Value' (compiling source file ..\src\Group.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(71,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(66,1): warning C4996: 'v8::String::NewFromUtf8': was declared dep recated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(140,1): warning C4996: 'v8::String::NewFromUtf8': was declared de precatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(73,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'D:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(183,1): warning C4996: 'v8::String::NewFromUtf8': was declare d deprecatedC:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(150,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedC:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::NewFromU tf8'D [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] :\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(75,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(154,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(206,39): error C2660: 'v8::Value::Uint32Value': function does not t ake 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2611,41): note: see declaration of 'v8::Value:: Uint32Value' (compiling source file ..\src\Attribute.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(98,60): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2609,40): message : see declaration of 'v8::Value::IntegerValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(158,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(209,37): error C2660: 'v8::Value::Int32Value': function does not ta ke 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] CC:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2613,40): note: see declaration of 'v8::Value::Int32Value' (compiling source file ..\src\Attribute.cpp):\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(293 4): note: see declaration of 'v8::String::NewFromUtf8' D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(105,53): error C2660: 'v8::Value::Int32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2613,40): message : see declaration of 'v8::Value::Int32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(212,37): error C2660: 'v8::Value::NumberValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2608,39): message : see declaration of 'v8::Value::NumberValue' (compiling source file ..\src\Attribute.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(109,54): error C2660: 'v8::Value::Int32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2613,40): message : see declaration of 'v8::Value::Int32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(212,1): warning C4996: 'v8::Object::Set': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(219,27): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(3402): message : see declaration of 'v8::Object::Set'D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(113,54): error C2660: 'v8::Value::Int32Value': function does not take
0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2613,40): message : see declaration of 'v8::Value::Int32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(215,45): error C2440: '': cannot convert from 'v8::Isolate *' to 'v8::String::Utf8Value' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(219,28): message : No constructor could take the source type, or constructor overload resolution was ambiguousD:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(117,72): error C2660: 'v8:: Value::NumberValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2608,39): message : see declaration of 'v8::Value::NumberValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(121,54): error C2660: 'v8::Value::NumberValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2608,39): message : see declaration of 'v8::Value::NumberValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(243,1): warning C4996: 'v8::Object::Set': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(200,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [ D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(125,55): error C2660: 'v8::Value::Uint32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(3402): message : see declaration of 'v8::Object::Set' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2611,41): note: see declaration of 'v8::Value:: Uint32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(129,56): error C2660: 'v8::Value::Uint32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2611,41): message : see declaration of 'v8::Value::Uint32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Attribute.cpp(237,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(274,1): warning C4996: 'v8::Object::Set': was declared deprecated [ D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(133,56): error C2660: 'v8::Value::Uint32Value': function does not take 0 argumentsC:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::Stri ng::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(3402): note: see declaration of 'v8::Object::Set' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2611,41): message : see declaration of 'v8::Value::Uint32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(92,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(302,1): warning C4996: 'v8::Object::Set': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(3402): message : see declaration of 'v8::Object::Set' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(328,1): warning C4996: 'v8::Object::Set': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(137,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedC:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(3402): note: see declaration of 'v8::Object::Set'
[D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(343,1): warning C4996: 'v8::String::NewFromUtf8': was declared de precated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(164,64): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2609,40): message : see declaration of 'v8::Value::IntegerValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(364,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(165,70): error C2660: 'v8::Value::IntegerValue': function does not t ake 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2609,40): message : see declaration of 'v8::Value::IntegerValue' (compiling source file ..\src\Variable.cpp)C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h( 2934): note: see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Group.cpp(370,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecatedD:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(153,1): warning C4996: 'v8::String::NewFromUtf8': was declared depre cated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8'C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): note: see declaration of 'v8::String::Ne wFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(157,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(171,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(205,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(211,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(240,64): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2609,40): message : see declaration of 'v8::Value::IntegerValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(241,70): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2609,40): message : see declaration of 'v8::Value::IntegerValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(244,74): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2609,40): message : see declaration of 'v8::Value::IntegerValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(228,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(232,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(248,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(283,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(290,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(319,60): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2609,40): message : see declaration of 'v8::Value::IntegerValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(309,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(313,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(334,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(397,64): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2609,40): message : see declaration of 'v8::Value::IntegerValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(398,70): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2609,40): message : see declaration of 'v8::Value::IntegerValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(385,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(389,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(439,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(466,64): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2609,40): message : see declaration of 'v8::Value::IntegerValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(467,70): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2609,40): message : see declaration of 'v8::Value::IntegerValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(470,74): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2609,40): message : see declaration of 'v8::Value::IntegerValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(453,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(457,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(520,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(530,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(562,1): warning C4996: 'v8::Object::Set': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(3411): message : see declaration of 'v8::Object::Set' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(586,1): warning C4996: 'v8::Object::Set': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(3402): message : see declaration of 'v8::Object::Set' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(600,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(608,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(619,23): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(615,36): error C2664: 'v8::String::Utf8Value::Utf8Value(const v8::String::Utf8Value &)': cannot convert argument 1 from 'v8::Isolate ' to 'const v8::String::Utf8Value &' [D:\Weather\madis-injestor\node _modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(619,25): message : Reason: cannot convert from 'v8::Isolate ' to 'const v8::String::Utf8Value' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(619,25): message : No constructor could take the source type, or constructor overload resolution was ambiguous [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(3046,5): message : see declaration of 'v8::String::Utf8Value::Utf8Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(651,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(661,23): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(657,45): error C2440: '': cannot convert from 'v8::Isolate ' to 'v8::String::Utf8Value' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(661,24): message : No constructor could take the source type, or constructor overload resolution was ambiguous [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(670,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(701,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(711,23): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(707,45): error C2440: '': cannot convert from 'v8::Isolate ' to 'v8::String::Utf8Value' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(711,24): message : No constructor could take the source type, or constructor overload resolution was ambiguous [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(718,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(749,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(759,23): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(755,45): error C2440: '': cannot convert from 'v8::Isolate *' to 'v8::String::Utf8Value' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(759,24): message : No constructor could take the source type, or constructor overload resolution was ambiguous [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(766,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(801,1): warning C4996: 'v8::Object::Set': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(3411): message : see declaration of 'v8::Object::Set' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(814,49): error C2661: 'v8::Value::ToObject': no overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(815,8): error C2660: 'v8::Value::Int32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2613,40): message : see declaration of 'v8::Value::Int32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(827,47): error C2660: 'v8::Value::Uint32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2611,41): message : see declaration of 'v8::Value::Uint32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(811,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(855,31): error C2661: 'v8::Value::BooleanValue': no overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(852,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(857,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(889,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(927,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(949,40): error C2660: 'v8::Value::Int32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2613,40): message : see declaration of 'v8::Value::Int32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(953,41): error C2660: 'v8::Value::Int32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2613,40): message : see declaration of 'v8::Value::Int32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(957,41): error C2660: 'v8::Value::Int32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2613,40): message : see declaration of 'v8::Value::Int32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(961,59): error C2660: 'v8::Value::NumberValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2608,39): message : see declaration of 'v8::Value::NumberValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(965,41): error C2660: 'v8::Value::NumberValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2608,39): message : see declaration of 'v8::Value::NumberValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(969,42): error C2660: 'v8::Value::Uint32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2611,41): message : see declaration of 'v8::Value::Uint32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(973,43): error C2660: 'v8::Value::Uint32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2611,41): message : see declaration of 'v8::Value::Uint32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(977,43): error C2660: 'v8::Value::Uint32Value': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2611,41): message : see declaration of 'v8::Value::Uint32Value' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(981,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(1008,31): error C2661: 'v8::Value::BooleanValue': no overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(1005,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(1040,31): error C2661: 'v8::Value::BooleanValue': no overloaded function takes 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(1037,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(1072,48): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2609,40): message : see declaration of 'v8::Value::IntegerValue' (compiling source file ..\src\Variable.cpp) [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(1069,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] D:\Weather\madis-injestor\node_modules\netcdf4\src\Variable.cpp(1087,1): warning C4996: 'v8::String::NewFromUtf8': was declared deprecated [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] C:\Users\Matthew Walden\AppData\Local\node-gyp\Cache\12.13.1\include\node\v8.h(2934): message : see declaration of 'v8::String::NewFromUtf8' [D:\Weather\madis-injestor\node_modules\netcdf4\build\netcdf4.vcxproj] gyp ERR! build error gyp ERR! stack Error: A:\VStudio\MSBuild\Current\Bin\MSBuild.exe failed with exit code: 1 gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:210:5) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12) gyp ERR! System Windows_NT 10.0.19042 gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild" gyp ERR! cwd D:\Weather\madis-injestor\node_modules\netcdf4 gyp ERR! node -v v12.13.1 gyp ERR! node-gyp -v v5.0.5 gyp ERR! not ok npm WARN enoent ENOENT: no such file or directory, open 'D:\Weather\madis-injestor\package.json' npm WARN madis-injestor No description npm WARN madis-injestor No repository field. npm WARN madis-injestor No README data npm WARN madis-injestor No license field.

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! netcdf4@0.4.1 install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the netcdf4@0.4.1 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! D:\npm\npm-cache_logs\2020-07-17T14_41_56_968Z-debug.log`

PhilipNelson5 commented 4 years ago

I think I'm having the same issues and I have a possible explanation and two workarounds. It seems like the current state of the repository is not published to NPM. I was able to get it to work if I used node v10 and npm install netcdf4 or if I cloned the repo locally and did npm install /path/to/netcdf4.

From #25 it looks like this repository is undergoing maintainer changes so maybe it's just taking some time to get the latest out to NPM. In the mean time hopefully this helps.

mwalden2004 commented 4 years ago

I saw that too but didn't think too much of it as it was at least two months ago. I'll try this in a little bit. Thank you! I am on Node.JS 12.13.1 so I can see I'm a little bit far off on the version this is supporting then.

I know they have a pull request open where they're converting to NAPI for builds, so hoping that'll fix it. Thanks again and appreciate it.

mwalden2004 commented 4 years ago

Hey, that worked @PhilipNelson5 [manually downloading the repo]. Thanks again 👍

PhilipNelson5 commented 4 years ago

Glad it worked. It seems the community using this package is pretty small and there are no alternatives I could find. Hopefully things get straightened out soon and we can go back to pulling from npm!

mwalden2004 commented 4 years ago

I await to see what the new maintainer will do, worst come to worst someone else can fork and start to maintain it. I'm starting to use this for a service parsing NWS products.

allisoft commented 4 years ago

@PhilipNelson5 @mwalden2004 I'm having issues installing this too. Using windows, which I'm not particularly accustomed to, and have a feeling that might be part of it. I'm getting the following error when trying to run some python code during the setup process:

if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )    
gyp ERR! configure error 
gyp ERR! stack Error: Command failed: C:\Users\MyUser\AppData\Local\Programs\Python\Python37\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack   File "<string>", line 1
gyp ERR! stack     import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack                                ^
gyp ERR! stack SyntaxError: invalid syntax
gyp ERR! stack
gyp ERR! stack     at ChildProcess.exithandler (child_process.js:294:12)
gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
gyp ERR! stack     at maybeClose (internal/child_process.js:982:16)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
gyp ERR! System Windows_NT 10.0.18362

I could dig into this error directly, but it seems like that might not be the right path since you both seem to have gotten it working recently.

Any help is appreciated!

mwalden2004 commented 4 years ago

@the-alli-cat I don't have a clue what's going on with that, however, it looks like this has something to do with your build tools, python version, or paths. I'm not to sure of which.

Edit: after looking at StackOverflow: https://stackoverflow.com/questions/54059433/after-npm-install-an-error-about-a-syntax-error-in-python-appears

allisoft commented 4 years ago

@mwalden2004 I probably should have done my own due diligence before posting here. 🤦‍♀️🤦‍♀️ Anyway, thanks for the link, I appreciate it! I'll give it a shot tomorrow at some point and post back for the sake of posterity.

mwalden2004 commented 4 years ago

@the-alli-cat You're fine 👍 You're welcome. Let me know how it goes.