q-shift / backstage-playground

2 stars 8 forks source link

Add the NODE_OPTIONS=--no-node-snapshot env var to yarn dev command #141

Closed cmoulliard closed 3 months ago

cmoulliard commented 4 months ago

TODO

Add the NODE_OPTIONS=--no-node-snapshot env var to yarn dev command to avoid to get the following error message when we miss it from the UI

When using Node.js version 20 or newer, the scaffolder backend plugin requires that it be started with the --no-node-snapshot option. 
        Please make sure that you have NODE_OPTIONS=--no-node-snapshot in your environment.