We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"
make
The text was updated successfully, but these errors were encountered:
Please close this. I had to remove the_t from the.h file. And it installed properly. Thanks. This is a great package.
Sorry, something went wrong.
No branches or pull requests
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: 2452 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"
The text was updated successfully, but these errors were encountered: