From a2c70cdda202e7e06f243d415a30e1f86f4dcd59 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 15 Jun 2023 15:13:15 +0200 Subject: [PATCH] chore: added changeset Signed-off-by: blam --- .changeset/popular-donuts-shout.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/popular-donuts-shout.md diff --git a/.changeset/popular-donuts-shout.md b/.changeset/popular-donuts-shout.md new file mode 100644 index 0000000000..ff30242452 --- /dev/null +++ b/.changeset/popular-donuts-shout.md @@ -0,0 +1,9 @@ +--- +'@backstage/plugin-scaffolder-backend': patch +--- + +Switch out the sandbox to `isolated-vm` in favour of `vm2`. + +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.