From fc0a48242fd2ae3dadb3ccdfe33c69308dfcd123 Mon Sep 17 00:00:00 2001 From: filipenevola Date: Thu, 14 Jan 2021 10:26:11 -0400 Subject: [PATCH] Install types to avoid: error TS2688: Cannot find type definition file for 'node'. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c2de637bcf..ed518d709a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -149,6 +149,7 @@ jobs: command: | eval $PRE_TEST_COMMANDS; pushd tools + npm install @types/node --save-dev # Ensure that meteor/tools has no TypeScript errors. ../meteor npx tsc --noEmit popd