From 96bf08431f2c8b3f3ecdf662f22057a644665ccb Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Mon, 23 Nov 2020 11:25:12 +0100 Subject: [PATCH] update nodejs and npm --- README.md | 4 ++-- pdb-js/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f382ae2..6dee72b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## start Angular development server ``` cd pdb-js -build/npm/npm-v6.14.7/bin/npm run ng serve +build/npm/npm-v6.14.8/bin/npm run ng serve ``` or @@ -15,7 +15,7 @@ gradlew npm_run_ng_serve ``` cd pdb-js -build/npm/npm-v6.14.7/bin/npm run ng generate component component-name +build/npm/npm-v6.14.8/bin/npm run ng generate component component-name ``` ## update JavaScript libraries diff --git a/pdb-js/build.gradle b/pdb-js/build.gradle index 13233c8..e832007 100644 --- a/pdb-js/build.gradle +++ b/pdb-js/build.gradle @@ -6,10 +6,10 @@ plugins { node { // Version of node to use. - version = '14.8.0' + version = '14.15.1' // Version of npm to use. - npmVersion = '6.14.7' + npmVersion = '6.14.8' // Version of Yarn to use. //yarnVersion = '0.16.1'