create-remix@latest on windows produces escape characters in cli #2408
-
I'm trying to create a new app using the terminal on a Windows 10 machine. $ npx create-remix@latest
npx: installed 2 in 2.167s
💿 Welcome to Remix! Let's get you set up with a new project.
←[32m?←[39m ←[1mWhere would you like to create your app?←[22m←[0m ←[0m←[2m(./my-remix-app) ←[22m←[60D←[60C I believe these are related to chalk attempting to color-code the text. Is there a way to get this to work properly on windows? This happens using powershell, cmd.exe, bash for Windows, in Windows Terminal, and cmder. This wasn't happening before stacks were released. Here is a similar issue reported for the angular cli: angular/angular-cli#6478 |
Beta Was this translation helpful? Give feedback.
Answered by
kiliman
Mar 21, 2022
Replies: 1 comment
-
Interesting. This works fine for me on Windows 11. PowerShell 7.2.1 and Windows Terminal. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MichaelDeBoey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interesting. This works fine for me on Windows 11.
PowerShell 7.2.1 and Windows Terminal.