Skip to content

Commit

Permalink
Comment by Ben van der Stouwe on test-driving-windows-11-dev-drive-fo…
Browse files Browse the repository at this point in the history
…r-dotnet (#555)

Co-authored-by: Ben van der Stouwe <[email protected]>
  • Loading branch information
maartenba and BenvdStouwe authored Jan 25, 2024
1 parent 60efc8c commit 5c45350
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
id: 1a4836d5
date: 2024-01-25T11:01:30.9828873Z
name: Ben van der Stouwe
email:
avatar: https://secure.gravatar.com/avatar/d36af180ebe6d314a00d0c1dd0ad8ca6?s=80&r=pg
url: https://twitter.com/benvdstouwe
message: >+
Hi Maarten,
Thanks for the post! I was able to setup my Dev Drive using this.
I think you have a bug in your PowerShell script to move package folders. You're moving the `npm-cache*` folders with the Move-Item command but you're setting the environment variable to `npm_cache`. I believe NPM won't use the moved cached packages because of this and will resolve them in the configured directory.
Also, the "remove all bin and obj folders" command also removed ObjectExtensions classes in my case. Changing the `bin,obj*` to `bin,obj` still removed all bin and obj folders but did not remove the ObjectExtensions classes.
And slightly off-topic, I was not able to type a comment on this page while in Firefox. It's working on Edge.
Keep up the good work!

0 comments on commit 5c45350

Please sign in to comment.