From 12acba7cb0d997375d5ae4dca99555ec16e983ce Mon Sep 17 00:00:00 2001 From: mhatvan Date: Wed, 28 Jul 2021 21:57:27 +0530 Subject: Backporting configs in prep for node upgrade to v16 --- .npmrc | 1 + Dockerfile | 2 +- lerna.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index aafab1669..cd7566c82 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ save-exact = true engine-strict = true +legacy-peer-deps = true diff --git a/Dockerfile b/Dockerfile index ef4d1dbe0..c6847a8c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture -FROM node:fermium-buster as builder +FROM node:14.17.3-buster as builder # TODO: Need to setup a non-root user for security purposes diff --git a/lerna.json b/lerna.json index 6bd5b5fca..b4ab7a1e0 100644 --- a/lerna.json +++ b/lerna.json @@ -5,6 +5,7 @@ "packages/ui", "packages/typings" ], + "npmClient": "npm", "version": "independent", "ignoreChanges": [ "**/*.md", -- cgit v1.2.3-54-g00ecf