Skip to content
New issue

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

Error during npm install #140

Open
naveenkapoorRH opened this issue Jul 19, 2022 · 1 comment
Open

Error during npm install #140

naveenkapoorRH opened this issue Jul 19, 2022 · 1 comment

Comments

@naveenkapoorRH
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant