From e9855cd4ed829fc5eed4dc8b207506a635ecc374 Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Thu, 15 Jun 2023 18:06:00 +0200 Subject: [PATCH] Update .changeset/popular-donuts-shout.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Ben Lambert Signed-off-by: blam --- .changeset/popular-donuts-shout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/popular-donuts-shout.md b/.changeset/popular-donuts-shout.md index ff30242452..6c40f4d643 100644 --- a/.changeset/popular-donuts-shout.md +++ b/.changeset/popular-donuts-shout.md @@ -2,7 +2,7 @@ '@backstage/plugin-scaffolder-backend': patch --- -Switch out the sandbox to `isolated-vm` in favour of `vm2`. +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.