Skip to content

Commit

Permalink
updated npm deps, updated node 14 version
Browse files Browse the repository at this point in the history
  • Loading branch information
michelou committed May 27, 2022
1 parent 9289c88 commit e6cec21
Show file tree
Hide file tree
Showing 44 changed files with 1,766 additions and 17,684 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For instance our development environment looks as follows (May 2022) <sup id="an
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.2-win-x64\ <i>( 76 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>
</pre>

Expand Down Expand Up @@ -98,9 +98,9 @@ We distinguish different sets of batch commands:
help display this help message
&nbsp;
<b>&gt; <a href="https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/where_1">where</a> node npm</b>
C:\opt\node-v14.19.2-win-x64\node.exe
C:\opt\node-v14.19.2-win-x64\npm
C:\opt\node-v14.19.2-win-x64\npm.cmd</pre>
C:\opt\node-v14.19.3-win-x64\node.exe
C:\opt\node-v14.19.3-win-x64\npm
C:\opt\node-v14.19.3-win-x64\npm.cmd</pre>

2. [**`bin\check-outdated.bat`**](bin/check-outdated.bat) prints out outdated package dependencies for all project directories (i.e. directories containing file **`package.json`**).

Expand All @@ -111,7 +111,7 @@ We distinguish different sets of batch commands:
Options:
-debug show commands executed by this script
-install install latest package (if outdated)
-timer display total elapsed time
-timer display total execution time
-verbose display progress messages
&nbsp;
Subcommands:
Expand All @@ -128,24 +128,24 @@ 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.2, npm 6.14.17, node v16.15.0, npm 8.1.2
node v14.19.3, npm 6.14.17, node v16.15.0, 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>
C:\opt\node-v14.19.2-win-x64\npm
C:\opt\node-v14.19.2-win-x64\npm.cmd
C:\opt\node-v14.19.3-win-x64\npm
C:\opt\node-v14.19.3-win-x64\npm.cmd
</pre>

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.2, npm 6.14.17, node v16.15.0, npm 8.1.2
node v14.19.3, npm 6.14.17, node v16.15.0, npm 8.1.2
mongod v5.0.8, git 2.36.1.windows.1, diff 3.8
Tool paths:
C:\opt\node-v14.19.2-win-x64\node.exe
C:\opt\node-v14.19.2-win-x64\npm.cmd
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\mongodb-win32-x86_64-windows-5.0.8\bin\mongod.exe
Expand All @@ -155,8 +155,8 @@ Tool paths:
Environment variables:
"GIT_HOME="C:\opt\Git-2.36.1"
"MONGODB_HOME=C:\opt\mongodb-win32-x86_64-windows-5.0.8"
"NODE_HOME=C:\opt\node-v14.19.2-win-x64"
"NODE14_HOME=C:\opt\node-v14.19.2-win-x64"
"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"
</pre>

Expand Down Expand Up @@ -194,11 +194,11 @@ N:\samples
&nbsp;
<b>&gt; <a href="samples/setenv.bat">setenv</a> -verbose</b>
Tool versions:
node v14.19.2, npm 6.14.17, node v16.15.0, npm 8.1.2
node v14.19.3, npm 6.14.17, node v16.15.0, npm 8.1.2
mongod v5.0.8, git 2.36.1.windows.1, diff 3.8
Tool paths:
C:\opt\node-v14.19.2-win-x64\node.exe
C:\opt\node-v14.19.2-win-x64\npm.cmd
C:\opt\node-v14.19.3-win-x64\node.exe
C:\opt\node-v14.19.3-win-x64\npm.cmd
C:\opt\Git-2.36.1\bin\git.exe
C:\opt\Git-2.36.1\mingw64\bin\git.exe
C:\opt\Git-2.36.1\usr\bin\diff.exe
Expand Down Expand Up @@ -273,7 +273,7 @@ In our case we downloaded the following installation files (see <a href="#proj_d
<pre style="font-size:80%;">
<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.2-win-x64.zip </a> <i>( 27 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://git-scm.com/download/win">PortableGit-2.36.1-64-bit.7z.exe</a> <i>( 42 MB)</i>
</pre>
Expand Down Expand Up @@ -327,7 +327,7 @@ In our case we downloaded the following installation files (see <a href="#proj_d
[nodejs_npm]: https://docs.npmjs.com/cli/npm
[nodejs12_changelog]: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.22.12
[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.2
[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_downloads]: https://nodejs.org/dist/latest-v16.x/
Expand Down
2 changes: 2 additions & 0 deletions RESOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- [How to measure and improve Node.js performance][blog_johnstone] by Nick Johnstone, January 2021.
- [Why Choose NestJS As Your Backend Framework?][blog_laszczak] by Grzegorz Laszczak, October 2020.
- [Deno vs Node - comparison][blog_torrao] by Ricardo Torrao, October 2020.
- [Excelling with Sinon.js][blog_stone] by Titus Stone, July 2018.
- [Understanding V8's Bytecode][blog_hinkelmann] by Franziska Hinkelmann, August 2017.

## <span id="books">Books</span>
Expand Down Expand Up @@ -73,6 +74,7 @@
[blog_rauschmayer]: https://2ality.com/2022/01/esm-specifiers.html
[blog_rauschmayer_pipe]: https://2ality.com/2022/01/pipe-operator.html
[blog_simons]: https://blog.stackblitz.com/posts/introducing-webcontainers/
[blog_stone]: https://medium.com/building-ibotta/excelling-with-sinon-js-be35b974b75e
[blog_torrao]: https://www.imaginarycloud.com/blog/deno-vs-node/
[book_bojinov]: https://www.packtpub.com/product/restful-web-api-design-with-node-js-10-third-edition/9781788623322
[book_cook]: https://www.packtpub.com/product/react-js-essentials/9781783551620
Expand Down
Loading

0 comments on commit e6cec21

Please sign in to comment.