-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ERR! stack TypeError: tar.extract is not a functionnpm #2067
Comments
so, every time I've seen this |
Tested, could not reproduce. @chaossmiling could you follow up on @rvagg suggestion of uninstalling Node completely and reinstalling it from scratch? |
No follow up, closing. |
This is a persistent problem:
What is the best way to find versions of |
For me, this went away after I stopped using Verdaccio registry mirror on a different architecture machine then removed all of anything node related (Debian/Raspbian) using the following guide. I think |
I had the same error I manually installed
|
I had the same error on windows 10. Reinstalling nodejs and deleting |
I am still facing this issue when I am using tar package. Any resolution.
|
Are you using tar v6.1.13? https://www.npmjs.com/package/tar Which of the suggestions above have you tried? |
Verbose output (from npm or node-gyp):
At first, I used node-gyp to install/rebuild opencv4nodejs when my node version was 10. It worked well but when I'd like to use opencv4nodejs in electron, I was told that opencv4nodejs's NODE_MODULE_VERSION is NOT match. So I upgraded my node to 12.16.1, wanted to rebuild it again, and it alerted above.
I have reinstall node-gyp for several times.
It's strange that I have install node-gyp@6.1.0 and I check the version in node_modules. But when i try to install opencv4nodejs or rebuild it, I was told my node-gyp version is 5.0.5.
The text was updated successfully, but these errors were encountered: