-
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
MSB4148: The name of a property stored under the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0" has zero length #1598
Comments
After a quick search I've found this: https://blogs.msdn.microsoft.com/visualstudio/2010/02/26/my-visual-studio-2008-is-broken-after-uninstalling-net-framework-4-0/, maybe give it a try? |
@bzoz I will try to make a uninstall here my VS 2017 and then I will return here if works! ;) |
AFAICT this looks like a bug in the MSVS install... So maybe also report this issue at https://github.com/Microsoft/msbuild As a workaround you could try importing this regfile https://gist.github.com/refack/363ee65cb3a9a9c5f59f1977cdbf5fc8 |
Nice.. I will try first remove the VS 2017 on my machine and then try to install node-gyp without VS 2017. If persists the issue, I will return here to send new updates about it. p.s.: I will report them about it. Thanks a lot @refack it's a honor talk to you! :) |
@refack I uninstalled it everything on my machine here. I have done all the documentation procedures of the node-gyp and the error persists. I've removed: VS 2017 and all subfolders. Everything. Now I don't know what can be... :( |
Well my first guess would be that it has something to do with your locale. You could try to search you registry for this value |
Another thing you can try is to run |
I will try here again and then I will report you! Thanks a lot again! :) |
@refack I formatted my computer. I installed the node-gyp, but at the time of knowing the version of it appears this error: |
Going to close this issue once I formatted my computer and this error disappear. |
I still have this issue, and I'm not willing to format my computer... |
Please provide the command that you typed and the full error log. |
Verbose output (from npm or node-gyp):
Hi guys! So... I've been while trying to execute node-gyp on my Windows 10. but without success. I've tried everything. Even the suggestion of the @refack here #1144. But no success.
I even install the VS 2015 and VS 2017 as you already said here on the documentation, but failed.
This is the message that appears in my screen:
I would like ask your help about it. Once I have been trying to install some packages use node-gyp and I can't continue to develop my projects.
Anyone here already resolve this issue?
The text was updated successfully, but these errors were encountered: