From 225f469e5d5404cea1696f8538690bc7219cdd96 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 15 Jun 2023 18:17:10 +0200 Subject: [PATCH] changeset: update the text and point to install requirements Signed-off-by: blam --- .changeset/popular-donuts-shout.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.changeset/popular-donuts-shout.md b/.changeset/popular-donuts-shout.md index 6c40f4d643..8c2f596dd4 100644 --- a/.changeset/popular-donuts-shout.md +++ b/.changeset/popular-donuts-shout.md @@ -7,3 +7,5 @@ Switch out the sandbox, from `vm2` to `isolated-vm`. This is a native dependency, which means that it will need to be compiled with the same version of node on the same OS. This could cause some issues when running in Docker for instance, as you will need to make sure that the dependency is installed and compiled inside the docker container that it will run on. This could mean adding in some dependencies to the container like `build-essential` to make sure that this compiles correctly. + +If you're having issues installing this dependency, there's some [install instructions](https://github.com/laverdet/isolated-vm#requirements) over on `isolated-vm`'s repo.