Prerequisites
Exception report
Last 88 Keys:
c d Space $ H O M E Enter
Ctrl+v Ctrl+z m k d i r Space K n o w l e d g e B i n d Enter
c d Space K n o w l e d g e B i n d Enter
n p x Space c r e a t e - n e x t - a p p @ l a t e s t Space k n o w l e d g e b i n d
Exception:
System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension.
Parameter name: top
Actual value was -1.
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
at Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
at Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c)
at Microsoft.PowerShell.PSConsoleReadLine.SelfInsert(Nullable`1 key, Object arg)
at Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
at Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)
Screenshot
I am trying to Create a Next.js project on my machine.
Environment data
PS Version: 5.1.19041.6456
PS HostName: ConsoleHost
PSReadLine Version: 2.0.0-beta2
PSReadLine EditMode: Windows
OS: 10.0.19041.1 (WinBuild.160101.0800)
BufferWidth: 79
BufferHeight: 32
Steps to reproduce
PS C:\Users\SENKPENI AGENCY\KnowledgeBind> npx create-next-app@latest nameofapp
Expected behavior
No exception
Actual behavior
The above exception
Prerequisites
Exception report
Screenshot
I am trying to Create a Next.js project on my machine.
Environment data
Steps to reproduce
PS C:\Users\SENKPENI AGENCY\KnowledgeBind> npx create-next-app@latest nameofapp
Expected behavior
No exception
Actual behavior
The above exception