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 Jun 4, 2022
1 parent e6cec21 commit dd9a132
Show file tree
Hide file tree
Showing 62 changed files with 17,554 additions and 1,431 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ Optionally one may also install the following software:

> **:mag_right:** Git for Windows 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 (May 2022) <sup id="anchor_02"><a href="#footnote_02">2</a></sup>:
For instance our development environment looks as follows (June 2022) <sup id="anchor_02"><a href="#footnote_02">2</a></sup>:

<pre style="font-size:80%;">
C:\opt\Git-2.36.1\ <i>(280 MB)</i>
C:\opt\mongodb-win32-x86_64-windows-5.0.8\ <i>( 1 GB)</i>
C:\opt\node-v12.22.12-win-x64\ <i>( 50 MB)</i>
C:\opt\node-v14.19.3-win-x64\ <i>( 76 MB)</i>
C:\opt\node-v16.15.0-win-x64\ <i>( 67 MB)</i>
C:\opt\node-v16.15.1-win-x64\ <i>( 67 MB)</i>
</pre>

> **&#9755;** ***Installation policy***<br/>
Expand Down Expand Up @@ -128,7 +128,7 @@ Command [**`setenv`**](setenv.bat) is executed once to setup your development en
<pre style="font-size:80%;">
<b>&gt; <a href="setenv.bat">setenv</a></b>
Tool versions:
node v14.19.3, npm 6.14.17, node v16.15.0, npm 8.1.2
node v14.19.3, npm 6.14.17, node v16.15.1, npm 8.1.2
mongod v5.0.8, git 2.36.1.windows.1, diff 3.8
&nbsp;
<b>&gt; <a href="https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/where_1">where</a> npm</b>
Expand All @@ -141,13 +141,13 @@ Command [**`setenv -verbose`**](setenv.bat) also displays the tool paths:
<pre style="font-size:80%;">
<b>&gt; <a href="setenv.bat">setenv</a> -verbose</b>
Tool versions:
node v14.19.3, npm 6.14.17, node v16.15.0, npm 8.1.2
node v14.19.3, npm 6.14.17, node v16.15.1, npm 8.1.2
mongod v5.0.8, git 2.36.1.windows.1, diff 3.8
Tool paths:
C:\opt\node-v14.19.3-win-x64\node.exe
C:\opt\node-v14.19.3-win-x64\npm.cmd
C:\opt\node-v16.15.0-win-x64\node.exe
C:\opt\node-v16.15.0-win-x64\npm.cmd
C:\opt\node-v16.15.1-win-x64\node.exe
C:\opt\node-v16.15.1-win-x64\npm.cmd
C:\opt\mongodb-win32-x86_64-windows-5.0.8\bin\mongod.exe
C:\opt\Git-2.36.1\bin\git.exe
C:\opt\Git-2.36.1\mingw64\bin\git.exe
Expand All @@ -157,7 +157,7 @@ Environment variables:
"MONGODB_HOME=C:\opt\mongodb-win32-x86_64-windows-5.0.8"
"NODE_HOME=C:\opt\node-v14.19.3-win-x64"
"NODE14_HOME=C:\opt\node-v14.19.3-win-x64"
"NODE16_HOME=C:\opt\node-v16.15.0-win-x64"
"NODE16_HOME=C:\opt\node-v16.15.1-win-x64"
</pre>

### **`bin\check-outdated.bat`**
Expand Down Expand Up @@ -194,7 +194,7 @@ N:\samples
&nbsp;
<b>&gt; <a href="samples/setenv.bat">setenv</a> -verbose</b>
Tool versions:
node v14.19.3, npm 6.14.17, node v16.15.0, npm 8.1.2
node v14.19.3, npm 6.14.17, node v16.15.1, npm 8.1.2
mongod v5.0.8, git 2.36.1.windows.1, diff 3.8
Tool paths:
C:\opt\node-v14.19.3-win-x64\node.exe
Expand Down Expand Up @@ -274,14 +274,14 @@ In our case we downloaded the following installation files (see <a href="#proj_d
<a href="https://www.mongodb.com/try/download/community">mongodb-windows-x86_64-5.0.8.zip</a> <i>(336 MB)</i>
<a href="https://nodejs.org/dist/latest-v12.x/">node-v12.22.12-win-x64.zip </a> <i>( 18 MB)</i>
<a href="https://nodejs.org/dist/latest-v14.x/">node-v14.19.3-win-x64.zip </a> <i>( 27 MB)</i>
<a href="https://nodejs.org/dist/latest-v16.x/">node-v16.15.0-win-x64.zip</a> <i>( 25 MB)</i>
<a href="https://nodejs.org/dist/latest-v16.x/">node-v16.15.1-win-x64.zip</a> <i>( 25 MB)</i>
<a href="https://git-scm.com/download/win">PortableGit-2.36.1-64-bit.7z.exe</a> <i>( 42 MB)</i>
</pre>
</dd></dl>

***

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

<!-- link refs -->
Expand Down Expand Up @@ -329,7 +329,7 @@ In our case we downloaded the following installation files (see <a href="#proj_d
[nodejs12_downloads]: https://nodejs.org/dist/latest-v12.x/
[nodejs14_changelog]: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.19.3
[nodejs14_downloads]: https://nodejs.org/dist/latest-v14.x/
[nodejs16_changelog]: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.15.0
[nodejs16_changelog]: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.15.1
[nodejs16_downloads]: https://nodejs.org/dist/latest-v16.x/
[rust_examples]: https://github.com/michelou/rust-examples
[scala3_examples]: https://github.com/michelou/dotty-examples
Expand Down
2 changes: 1 addition & 1 deletion RESOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

***

*[mics](https://lampwww.epfl.ch/~michelou/)/May 2022* [**&#9650;**](#top)
*[mics](https://lampwww.epfl.ch/~michelou/)/June 2022* [**&#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: 14.19.2 (x64)
Node runtime: 14.19.3 (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: 14.19.2 (x64)
Node runtime: 14.19.3 (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/)/May 2022* [**&#9650;**](#top)
*[mics](https://lampwww.epfl.ch/~michelou/)/June 2022* [**&#9650;**](#top)
<span id="bottom">&nbsp;</span>

<!-- link refs -->
Expand Down
38 changes: 19 additions & 19 deletions samples/auth-passport/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/auth-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"connect-flash": "^0.1.1",
"express": "^4.18.1",
"express-session": "^1.17.3",
"mongoose": "^6.3.4",
"mongoose": "^6.3.5",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pug": "^3.0.2",
"start": "^5.1.0"
},
"devDependencies": {
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "^11.1.0",
Expand Down
Loading

0 comments on commit dd9a132

Please sign in to comment.