Changes between Version 3 and Version 4 of Nodejs


Ignore:
Timestamp:
11/10/22 07:13:35 (2 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nodejs

    v3 v4  
    1919}
    2020}}}
    21 
    2221With your new package.json file, run npm install. If you are using npm version 5 or later, this will generate a package-lock.json file which will be copied to your Docker image. [[br]]
    2322
    24232. Then, create a server.js file that defines a web app using the Express.js framework:
    25 
    2624{{{
    2725'use strict';