Markus

Results 10 comments of Markus

fyi. This docker-machine-nfs settings respect changes for nodejs events. noacl,async,nolock,vers=3,udp,noatime,actimeo=2

On The frontend side you can add this one to get the content :) ```javascript if ((this as any).$route.query.preview) { window.addEventListener( 'message', (event) => { if (event.data) { ;(this as...

the problem is the argon2 version install version 0.30.x and compile it

solution is `npm i argon2@^0.30.1` `npx node-pre-gyp rebuild -C ./node_modules/argon2` `rm -rf ./node_modules/direcus/node_modules/argon2`

Oh sorry the error is in the isolated-vm :( i search for a solution

A Workaround is to use the version 0.2x not 0.3x Downgrade and rebuild from source. `npm install @mapbox/node-pre-gyp [email protected] && npx node-pre-gyp rebuild -C ./node_modules/argon2`

I have the same problem. since directus ships the new argon2. the workaroud is `cd node_modules/directus && npm install [email protected] && npx node-pre-gyp rebuild -C ./node_modules/argon2 && cd ../../`