website icon indicating copy to clipboard operation
website copied to clipboard

Powershell command is not working properly

Open tamilcselvan opened this issue 1 year ago • 1 comments

Page URL

https://docs.flutter.dev/get-started/uninstall/

Page source

https://github.com/flutter/website/tree/main/src/content/get-started/uninstall/index.md

Describe the problem

In this section https://docs.flutter.dev/get-started/uninstall#remove-flutter-configuration-files, the below command is not working fine in the powershell

Remove-Item -Recurse -Force -Path $env:APPDATA'.flutter-devtools

Expected fix

When I tried this, it is working fine.

Remove-Item -Recurse -Force -Path "$env:APPDATA\flutter-devtools"

Additional context

$PSVersionTable

Name Value


PSVersion 7.4.5 PSEdition Core GitCommitId 7.4.5 OS Microsoft Windows 10.0.22631 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0

I would like to fix this problem.

  • [ ] I will try and fix this problem on docs.flutter.dev.

tamilcselvan avatar Sep 25 '24 12:09 tamilcselvan