You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file:///workspace/node_modules/node-machine-id/dist/index.js?iitm=true:23
let $electron-machine-id = _.electron-machine-id
^
SyntaxError: Unexpected token '-'
at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:168:18)
at callTranslator (node:internal/modules/esm/loader:279:14)
at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:285:30)
Steps to Reproduce the Problem
start.js
import {config} from 'dotenv';
import {startServer} from '@directus/api/server';
config();
startServer();
Expected Behavior
Not to crash
Actual Behavior
Steps to Reproduce the Problem
start.js
npm install newrelic
npx directus bootstrap && node --experimental-loader newrelic/esm-loader.mjs -r newrelic scripts/start.js
Specifications
The text was updated successfully, but these errors were encountered: