ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Windows Powershell issues

Open skellock opened this issue 8 years ago • 7 comments
trafficstars

I just dealt with someone who had some problems running under Windows Powershell.

It was worked around by running ignite through good ol' cmd.exe.

The error they were experiencing was:

image

Could have been a rogue globally installed package, Windows Powershell, or perhaps the Illuminati.

skellock avatar Mar 09 '17 13:03 skellock

I had the same problem with Powershell

user@machine MINGW64 ~/
$ ignite new NewApp
-----------------------------------------------
  (                  )   (
  )\ )   (        ( /(   )\ )    *   )
 (()/(   )\ )     )\()) (()/(  ` )  /(   (
  /(_)) (()/(    ((_)\   /(_))  ( )(_))  )\
 (_))    /(_))_   _((_) (_))   (_(_())  ((_)
 |_ _|  (_)) __| | \| | |_ _|  |_   _|  | __|
  | |     | (_ | | .` |  | |     | |    | _|
 |___|     \___| |_|\_| |___|    |_|    |___|
-----------------------------------------------

An unfair headstart for your React Native apps.
https://infinite.red/ignite

-----------------------------------------------

🔥 igniting app NewApp
√ using the Infinite Red boilerplate
√ added React Native 0.42.0
an error occured while installing ignite-ir-boilerplate-2016 boilerplate.
Error: ENOENT: no such file or directory, open 'C:\dev\tty'

Using cmd.exe solved for me as well.

guarilha avatar Mar 16 '17 00:03 guarilha

Fails in babun, works in cmd.exe for me as well.

Nantris avatar Mar 18 '17 23:03 Nantris

I faced a similar issue when using Git Bash. Works when using in cmd.exe

prayagverma avatar Mar 23 '17 10:03 prayagverma

Anyone have insights into why this is happening? Some light googling turn up no answers for me.

skellock avatar Mar 23 '17 10:03 skellock

No idea why it doesn't work, but is there a reason you can't use cmd.exe?

Nantris avatar Mar 23 '17 13:03 Nantris

Me personally? Ya, I can use cmd.exe. But it should run on powershell & git bash too. Because people use that as well.

skellock avatar Mar 23 '17 14:03 skellock

I don't intend to support Windows Powershell, but if someone wants to tackle this, feel free!

jamonholmgren avatar Mar 25 '19 03:03 jamonholmgren

PowerShell is now working in the latest version of Ignite, v8!

frankcalise avatar Oct 04 '22 17:10 frankcalise