From fd75b28d550e65e04cd72ccdfd70c63fca53e2eb Mon Sep 17 00:00:00 2001 From: miller88 Date: Mon, 26 Oct 2020 01:28:13 +0300 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4735a46ec..9b61a04ba 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "gulp-filter": "~4.0.0", "gulp-flatten": "~0.3.1", "gulp-gh-pages": "^0.5.4", - "gulp-inject": "~4.1.0", + "gulp-inject": "~5.0.5", "gulp-load-plugins": "~1.4.0", "gulp-minify-css": "~1.2.1", "gulp-minify-html": "~1.0.4", From ac0bc0022dbde2b1708eb2d46936d2dae2ce967d Mon Sep 17 00:00:00 2001 From: miller88 Date: Mon, 26 Oct 2020 01:34:51 +0300 Subject: [PATCH 2/2] Reference Error primordials is not defined error and component and view problem solution step #2 after 1) npm install 2) gulp serve --- npm-shrinkwrap.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 npm-shrinkwrap.json diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json new file mode 100644 index 000000000..2235a2eaf --- /dev/null +++ b/npm-shrinkwrap.json @@ -0,0 +1,7 @@ +{ + "dependencies": { + "graceful-fs": { + "version": "4.2.4" + } + } +}