question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

🐛 BUG: Wrangler Init fails with: ERROR Raw mode is not supported using the Git for windows terminal

See original GitHub issue

What version of Wrangler are you using?

2.1.10

What operating system are you using?

Windows

Describe the Bug

This error occured today when I tried to install wrangler.

Currently using node v16.17.1 Using Git for windows terminal v.2.28.0

Note: Everything works fine in Windows Command prompt

$ npx wrangler init failedge-worker
 Ôøà´©Å wrangler 2.1.10
--------------------
Using npm as package manager.
Ô£¿ Created failedge-worker\wrangler.toml
Error: Raw mode is not supported on the current process.stdin, which Ink uses as input stream by default.
Read about how to prevent this error on https://github.com/vadimdemedes/ink/#israwmodesupported
    at App.handleSetRawMode (~\npm\node_modules\wrangler\wrangler-dist\cli.js:71229:21)
    at ~\npm\node_modules\wrangler\wrangler-dist\cli.js:71890:9
    at jh (~\npm\node_modules\wrangler\wrangler-dist\cli.js:20431:26)
    at exports2.unstable_runWithPriority (~\npm\node_modules\wrangler\wrangler-dist\cli.js:16583:16)
    at Pc (~\npm\node_modules\wrangler\wrangler-dist\cli.js:17198:16)
    at Qg (~\npm\node_modules\wrangler\wrangler-dist\cli.js:20383:18)
    at ~\npm\node_modules\wrangler\wrangler-dist\cli.js:20373:13
    at V (~\npm\node_modules\wrangler\wrangler-dist\cli.js:16509:22)
    at Timeout.w [as _onTimeout] (~\npm\node_modules\wrangler\wrangler-dist\cli.js:16350:13)
    at listOnTimeout (node:internal/timers:559:17)

  ERROR Raw mode is not supported on the current process.stdin, which Ink uses
       as input stream by default.
       Read about how to prevent this error on
       https://github.com/vadimdemedes/ink/#israwmodesupported

 - Read about how to prevent this error on
   https://github.com/vadimdemedes/ink/#israwmodesupported
 -App.handleSetRaw ~/AppData/Roaming/npm/node_modules/wrangler/wr
  ode             angler-dist/cli.js:71229:21)
 - ~/AppData/Roaming/npm/node_modules/wrangler/wrangler-dist/cli.
  js:71890:9)
 -jh ~/AppData/Roaming/npm/node_modules/wrangler/wrangler-dist/cl
    i.js:20431:26)
 -exports2.unstable_runWi ~/AppData/Roaming/npm/node_modules/wran
  hPriority              gler/wrangler-dist/cli.js:16583:16)
 -Pc ~/AppData/Roaming/npm/node_modules/wrangler/wrangler-dist/cl
    i.js:17198:16)
 -Qg ~/AppData/Roaming/npm/node_modules/wrangler/wrangler-dist/cl
    i.js:20383:18)
 - ~/AppData/Roaming/npm/node_modules/wrangler/wrangler-dist/cli.
  js:20373:13)
 -V ~/AppData/Roaming/npm/node_modules/wrangler/wrangler-dist/cli
   .js:16509:22)
 -Timeout. ~/AppData/Roaming/npm/node_modules/wrangler/wrangler-d
          ist/cli.js:16350:13)
 - listOnTimeout (node:internal/timers:559:17)

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
rozenmdcommented, Nov 29, 2022

Actually @caass - @penalosa’s PR to move to prompts may inadvertently fix this!

0reactions
AonghasMackaycommented, Dec 11, 2022

Also had this issue occur in a ‘git for windows’ bash terminal. Is the workaround as simple as finding a supported cli?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Untitled
Resolves: rhbz#660324 - Add requires initscripts to spec file. ... Bug 752155 - Use restorecon after creating init script lock file - git...
Read more >
da619a026b6b5e9a6a53c49754... - Oracle Open Source
Build with introspection disabled since glib-introspection is not avalable in ... mode (#1057026) - clean up empty file if cp is failed [Orabug...
Read more >
Untitled
Fixes segfault - Removes notification-daemon requirement - Disables HAL and enabled PolKit1 for Fedora 12 - Disabled PolKit - Removed explicit dependency ...
Read more >
Shadow troubleshooting - Unity - Manual
Soft shadows have a greater rendering overhead than hard shadows, but this only affects the GPU and does not cause much extra CPU...
Read more >
Package List — Spack 0.20.0.dev0 documentation
This is a list of things you can install using Spack. It is automatically generated based on the packages in this Spack version....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found