From 3fbd5a48d99378383de4e3c064d3987f3cc9b2b1 Mon Sep 17 00:00:00 2001 From: Jack Kavanagh Date: Thu, 10 Aug 2023 23:03:54 +0200 Subject: [PATCH] add inso/node-libcurl cli docs (#6256) * add inso doc * fix doc --- packages/insomnia-smoke-test/CLI.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/insomnia-smoke-test/CLI.md b/packages/insomnia-smoke-test/CLI.md index 68c9b578ca..5ec4da1343 100644 --- a/packages/insomnia-smoke-test/CLI.md +++ b/packages/insomnia-smoke-test/CLI.md @@ -1,5 +1,15 @@ # CLI +## install node version of libcurl + +npm install will download the electron version of libcurl but for inso we need the node version + +```shell +node_modules/.bin/node-pre-gyp install --update-binary --directory node_modules/@getinsomnia/node-libcurl +``` + +to download the electron version of node-libcurl you should run npm run clean and npm install again + ## Run CLI Smoke Tests ```shell