Skip to content

Conversation

@EddyAlleman
Copy link

In VS Code:
And type in the terminal:
PS C:\Users\Eddy> dotnet install -g docify
gives error:
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET program, but dotnet-install does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.

Solution: add tool keyword
dotnet tool install -g docify
You can invoke the tool using the following command: docify
Tool 'docify' (version '0.6.3') was successfully installed.

In VS Code:
And type in the terminal:
PS C:\Users\Eddy> dotnet install -g docify
gives error:
	Could not execute because the specified command or file was not found.
	Possible reasons for this include:
	  * You misspelled a built-in dotnet command.
	  * You intended to execute a .NET program, but dotnet-install does not exist.
	  * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.

Solution: add tool keyword
dotnet tool install -g docify
You can invoke the tool using the following command: docify
Tool 'docify' (version '0.6.3') was successfully installed.
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

Successfully merging this pull request may close these issues.

1 participant