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

Get-VsSetup thing moduule not loaded correctly #80

Open
Sakslilo opened this issue Nov 28, 2024 · 6 comments
Open

Get-VsSetup thing moduule not loaded correctly #80

Sakslilo opened this issue Nov 28, 2024 · 6 comments

Comments

@Sakslilo
Copy link

No description provided.

@gucci-on-fleek
Copy link
Owner

Uhh, I'm gonna need a little more information than that. Where/when are you seeing this error message, and what is the exact message that you're seeing?

@Sakslilo
Copy link
Author

nmake : The term 'nmake' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:36 char:5

  • nmake
    
  • ~~~~~
    
    • CategoryInfo : ObjectNotFound: (nmake:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

nmake : The term 'nmake' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:39 char:5

  • nmake
    
  • ~~~~~
    
    • CategoryInfo : ObjectNotFound: (nmake:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

nmake : The term 'nmake' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:42 char:5

  • nmake
    
  • ~~~~~
    
    • CategoryInfo : ObjectNotFound: (nmake:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundExceptionGet-VSSetupInstance : The 'Get-VSSetupInstance' command was found in the module 'VSSetup', but the module could not be
      loaded. For more information, run 'Import-Module VSSetup'.
      At line:10 char:12
  • pushd (Get-VSSetupInstance)[0].InstallationPath
    
  •        ~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (Get-VSSetupInstance:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CouldNotAutoloadMatchingModule

@Sakslilo
Copy link
Author

WAIT NVM I FIXED IT

@Sakslilo
Copy link
Author

but the method is long patched...

@Sakslilo
Copy link
Author

the browser doesnt open at all it says vm ware and stuff

@gucci-on-fleek
Copy link
Owner

nmake : The term 'nmake' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:36 char:5

That likely means that you didn't install the Visual Studio C++ Tools properly. See readme.md § System Requirements and issue #9.

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

2 participants