OutOfSyncStudios / request-utils

A simple utility framework library for processing common HTTP requests and parameter handling
MIT License
1 stars 0 forks source link

Error during npm install #140

Open naveenkapoorRH opened 2 years ago

naveenkapoorRH commented 2 years ago

Library/Caches/node-gyp/16.16.0/include/node/v8-internal.h:492:38: error: no template named 'remove_cv_t' in namespace 'std'; did you mean 'remove_cv'? 452 error !std::is_same<Data, std::remove_cv_t>::value>::Perform(data); 452 error ~^~~ 452 error remove_cv 452 error /Library/Developer/CommandLineTools/usr/include/c++/v1/type_traits:660:50: note: 'remove_cv' declared here 452 error template struct _LIBCPP_TEMPLATE_VIS remove_cv 452 error ^ 452 error 1 error generated. 452 error make: *** [Release/obj.target/integer/src/addon.o] Error 1 452 error gyp ERR! build error 452 error gyp ERR! stack Error: make failed with exit code: 2 452 error gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) 452 error gyp ERR! stack at ChildProcess.emit (node:events:527:28) 452 error gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) 452 error gyp ERR! System Darwin 17.7.0 452 error gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--release"

naveenkapoorRH commented 2 years ago

Please close this. I had to remove the_t from the.h file. And it installed properly. Thanks. This is a great package.