You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Windows: [Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version)
*[Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version)
649
657
* to use Python, you also need [IronPython 3.4 or later](https://ironpython.net/download/)
650
658
* to use F#, read [Dave Thomas blog post](https://web.archive.org/web/20160323224525/http://7sharpnine.com/posts/i-node-something/)
651
659
652
660
If you have both desktop CLR and .NET Core installed, read [using .NET Core](#using-net-core) for how to configure Edge to use one or the other.
653
661
654
-
#### Linux
662
+
#### Linux setup
655
663
656
664
* Supported Node.js version
657
-
* .NET Core
665
+
*Mono and/or [.NET Core](https://www.microsoft.com/net/core) or Mono
@@ -1103,7 +1111,7 @@ console.log(counter(null, true)); // prints 14
1103
1111
1104
1112
Edge.js enables you to run Python and Node.js in-process.
1105
1113
1106
-
In addition to [platform specific prerequisites](#what-you-need) you need [IronPython 2.7.3](http://ironpython.codeplex.com/releases/view/81726) to proceed.
1114
+
In addition to [platform specific prerequisites](#what-you-need) you need [IronPython 3.4](http://ironpython.codeplex.com/releases/) to proceed.
0 commit comments