Skip to content

Commit

Permalink
updated .md files, updated npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michelou committed Jul 30, 2023
1 parent bbe3adb commit 7438284
Show file tree
Hide file tree
Showing 66 changed files with 10,338 additions and 3,158 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</tr>
</table>

[Ada][ada_examples], [Akka][akka_examples], [C++][cpp_examples], [Dart][dart_examples], [Deno][deno_examples], [Flix][flix_examples], [Golang][golang_examples], [GraalVM][graalvm_examples], [Haskell][haskell_examples], [Kafka][kafka_examples], [Kotlin][kotlin_examples], [LLVM][llvm_examples], [Rust][rust_examples], [Scala 3][scala3_examples], [Spark][spark_examples], [Spring][spring_examples], [TruffleSqueak][trufflesqueak_examples] and [WiX Toolset][wix_examples] are other trending topics we are continuously monitoring.
[Ada][ada_examples], [Akka][akka_examples], [C++][cpp_examples], [Dart][dart_examples], [Deno][deno_examples], [Docker][docker_examples], [Flix][flix_examples], [Golang][golang_examples], [GraalVM][graalvm_examples], [Haskell][haskell_examples], [Kafka][kafka_examples], [Kotlin][kotlin_examples], [LLVM][llvm_examples], [Rust][rust_examples], [Scala 3][scala3_examples], [Spark][spark_examples], [Spring][spring_examples], [TruffleSqueak][trufflesqueak_examples] and [WiX Toolset][wix_examples] are other trending topics we are continuously monitoring.

## <span id="proj_deps">Project dependencies</span>

Expand All @@ -24,16 +24,16 @@ Optionally one may also install the following software:
- [MongoDB Shell 1.10][mongosh_downloads] ([*change log*][mongosh_changelog])
- [Node.js 14.x LTS][nodejs14_downloads] ([*change log*][nodejs14_changelog])
- [Node.js 16.x LTS][nodejs16_downloads] ([*change log*][nodejs16_changelog])
- [Node.js 20.x LTS **preview**][nodejs20_downloads] ([*change log*][nodejs20_changelog])
- [Node.js 20.x LTS][nodejs20_downloads] ([*change log*][nodejs20_changelog])

> **:mag_right:** [Git for Windows][git_win] provides a BASH emulation used to run [**`git`**][git_docs] from the command line (as well as over 250 Unix commands like [**`awk`**][man1_awk], [**`diff`**][man1_diff], [**`file`**][man1_file], [**`grep`**][man1_grep], [**`more`**][man1_more], [**`mv`**][man1_mv], [**`rmdir`**][man1_rmdir], [**`sed`**][man1_sed] and [**`wc`**][man1_wc]).
For instance our development environment looks as follows (*July 2023*) <sup id="anchor_02"><a href="#footnote_02">2</a></sup>:
For instance our development environment looks as follows (*August 2023*) <sup id="anchor_02"><a href="#footnote_02">2</a></sup>:

<pre style="font-size:80%;">
C:\opt\Git-2.41.0\ <i>(315 MB)</i>
C:\opt\mongodb-win32-x86_64-windows-6.0.8\ <i>(1.3 GB)</i>
C:\opt\mongosh-1.10.1-win32-x64\ <i>( 88 MB)</i>
C:\opt\mongosh-1.10.2-win32-x64\ <i>( 88 MB)</i>
C:\opt\node-v14.21.3-win-x64\ <i>( 50 MB)</i>
C:\opt\node-v16.20.1-win-x64\ <i>( 71 MB)</i>
C:\opt\node-v18.17.0-win-x64\ <i>( 78 MB)</i>
Expand Down Expand Up @@ -133,11 +133,11 @@ Command [**`setenv.bat`**](setenv.bat) is executed once to setup your developmen
<b>&gt; <a href="setenv.bat">setenv</a></b>
Tool versions:
node v16.20.1, npm 9.8.1, node v18.17.0, npm 9.8.1
mongod v6.0.8, mongosh 1.10.1,
mongod v6.0.8, mongosh 1.10.2,
git 2.41.0.windows.1, diff 3.9, bash 5.2.15(1)-release
&nbsp;
<b>&gt; <a href="https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/where_1">where</a> mongosh npm</b>
C:\opt\mongosh-1.10.1-win32-x64\bin\mongosh.exe
C:\opt\mongosh-1.10.2-win32-x64\bin\mongosh.exe
C:\opt\node-v18.17.0-win-x64\npm
C:\opt\node-v18.17.0-win-x64\npm.cmd
</pre>
Expand All @@ -148,21 +148,21 @@ Command [**`setenv.bat -verbose`**](setenv.bat) also displays the tool paths:
<b>&gt; <a href="setenv.bat">setenv</a> -verbose</b>
Tool versions:
node v16.20.1, npm 9.8.1, node v18.17.0, npm 9.8.1
mongod v6.0.8, mongosh 1.10.1, git 2.41.0.windows.1, diff 3.9
mongod v6.0.8, mongosh 1.10.2, git 2.41.0.windows.1, diff 3.9
Tool paths:
C:\opt\node-v16.20.1-win-x64\node.exe
C:\opt\node-v16.20.1-win-x64\npm.cmd
C:\opt\node-v18.17.0-win-x64\node.exe
C:\opt\node-v18.17.0-win-x64\npm.cmd
C:\opt\mongodb-win32-x86_64-windows-6.0.8\bin\mongod.exe
C:\opt\mongosh-1.10.1-win32-x64\bin\mongosh.exe
C:\opt\mongosh-1.10.2-win32-x64\bin\mongosh.exe
C:\opt\Git-2.41.0\bin\git.exe
C:\opt\Git-2.41.0\mingw64\bin\git.exe
C:\opt\Git-2.41.0\usr\bin\diff.exe
Environment variables:
"GIT_HOME="C:\opt\Git-2.41.0"
"MONGODB_HOME=C:\opt\mongodb-win32-x86_64-windows-6.0.8"
"MONGOSH_HOME=C:\opt\mongosh-1.10.1-win32-x64"
"MONGOSH_HOME=C:\opt\mongosh-1.10.2-win32-x64"
"NODE_HOME=C:\opt\node-v18.17.0-win-x64"
"NODE18_HOME=C:\opt\node-v18.17.0-win-x64"
"NODE16_HOME=C:\opt\node-v16.20.1-win-x64"
Expand Down Expand Up @@ -203,15 +203,15 @@ N:\samples
<b>&gt; <a href="samples/setenv.bat">setenv</a> -verbose</b>
Tool versions:
node v16.20.1, npm 9.8.1, node v18.17.0, npm 9.8.1
mongod v6.0.8, mongosh 1.10.1, git 2.41.0.windows.1, diff 3.9
mongod v6.0.8, mongosh 1.10.2, git 2.41.0.windows.1, diff 3.9
Tool paths:
C:\opt\node-v18.17.0-win-x64\node.exe
C:\opt\node-v18.17.0-win-x64\npm.cmd
C:\opt\Git-2.41.0\bin\git.exe
C:\opt\Git-2.41.0\mingw64\bin\git.exe
C:\opt\Git-2.41.0\usr\bin\diff.exe
C:\opt\mongodb-win32-x86_64-windows-6.0.8\bin\mongod.exe
C:\opt\mongosh-1.10.1-win32-x64\bin\mongosh.exe
C:\opt\mongosh-1.10.2-win32-x64\bin\mongosh.exe
</pre>

### **`npm.cmd`**
Expand Down Expand Up @@ -255,7 +255,7 @@ We make the choice to work with the latest <a href="https://github.com/nodejs/Re
<dd>
<table>
<tr><th>LTS version</th><th>Start date</th><th>End-of-life</th></tr>
<tr><td><a href="https://nodejs.dev/fr/about/releases/">20.x</a></td><td>April 2023</td><td>April 2026</td></tr>
<tr><td><a href="https://nodejs.dev/en/about/releases/">20.x</a></td><td>April 2023</td><td>April 2026</td></tr>
<tr><td><a href="https://nodejs.org/dist/latest-v18.x/">18.x</a></td><td>October 2022</td><td>April 2025</td></tr>
<tr><td><a href="https://nodejs.org/dist/latest-v16.x/">16.x</a></td><td>October 2021</td><td>April 2024</td></tr>
<tr><td><a href="https://nodejs.org/dist/latest-v14.x/">14.x</a></td><td>October 2020</td><td>April 2023</td></tr>
Expand All @@ -282,7 +282,7 @@ In our case we downloaded the following installation files (see <a href="#proj_d
<dd>
<pre style="font-size:80%;">
<a href="https://www.mongodb.com/try/download/community">mongodb-windows-x86_64-6.0.8.zip</a> <i>(336 MB)</i>
<a href="https://www.mongodb.com/try/download/shell">mongosh-1.10.1-win32-x64.zip</a> <i>( 33 MB)</i>
<a href="https://www.mongodb.com/try/download/shell">mongosh-1.10.2-win32-x64.zip</a> <i>( 33 MB)</i>
<a href="https://nodejs.org/dist/latest-v14.x/">node-v14.21.3-win-x64.zip </a> <i>( 18 MB)</i>
<a href="https://nodejs.org/dist/latest-v16.x/">node-v16.20.1-win-x64.zip</a> <i>( 25 MB)</i>
<a href="https://nodejs.org/dist/latest-v18.x/">node-v18.17.0-win-x64.zip </a> <i>( 27 MB)</i>
Expand Down Expand Up @@ -314,7 +314,7 @@ Concretely, <code><b>setenv.bat</b></code> in our GitHub projects which depend o

***

*[mics](https://lampwww.epfl.ch/~michelou/)/July 2023* [**&#9650;**](#top)
*[mics](https://lampwww.epfl.ch/~michelou/)/August 2023* [**&#9650;**](#top)
<span id="bottom">&nbsp;</span>

<!-- link refs -->
Expand Down
2 changes: 1 addition & 1 deletion RESOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

***

*[mics](https://lampwww.epfl.ch/~michelou/)/July 2023* [**&#9650;**](#top)
*[mics](https://lampwww.epfl.ch/~michelou/)/August 2023* [**&#9650;**](#top)
<span id="bottom">&nbsp;</span>

<!-- link refs -->
Expand Down
6 changes: 3 additions & 3 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Command [**`npm start`**](https://docs.npmjs.com/cli/v6/commands/npm-start) exec
> node ./npm_scripts/start_browser.js && node .


Node runtime: 18.16.1 (x64)
Node runtime: 18.17.0 (x64)
Module search path: (none)
Server listening on port 8180
</pre>
Expand All @@ -71,7 +71,7 @@ Command [**`npm start`**](https://docs.npmjs.com/cli/v6/commands/npm-start) exec
> node ./npm_scripts/start_browser.js && node .


Node runtime: 18.16.0 (x64)
Node runtime: 18.17.0 (x64)
Module search path: (none)
Server listening on port 8180
fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3
Expand Down Expand Up @@ -144,7 +144,7 @@ Returning Paradise.m4a for request /music

***

*[mics](https://lampwww.epfl.ch/~michelou/)/July 2023* [**&#9650;**](#top)
*[mics](https://lampwww.epfl.ch/~michelou/)/August 2023* [**&#9650;**](#top)
<span id="bottom">&nbsp;</span>

<!-- link refs -->
Expand Down
Loading

0 comments on commit 7438284

Please sign in to comment.