Antonio Frignani
Antonio Frignani
Same error, Node v14.17.1, MacOS 12.0.1 ``` internal/modules/cjs/loader.js:905 throw err; ^ Error: Cannot find module 'node:process' Require stack: - /Users/antonio/.nvm/versions/node/v14.17.1/lib/node_modules/dockly/node_modules/marked-terminal/index.cjs - /Users/antonio/.nvm/versions/node/v14.17.1/lib/node_modules/dockly/node_modules/blessed-contrib/lib/widget/markdown.js - /Users/antonio/.nvm/versions/node/v14.17.1/lib/node_modules/dockly/node_modules/blessed-contrib/index.js - /Users/antonio/.nvm/versions/node/v14.17.1/lib/node_modules/dockly/src/screen.js - /Users/antonio/.nvm/versions/node/v14.17.1/lib/node_modules/dockly/index.js at Function.Module._resolveFilename...
@OmriBarZik i can confirm it working with v14.19.0
Until this will be merged, you have to fork it and use it yourself overriding the package in composer.json.
@MihaelaStoica i've just updated my comment with a diagnostic ID
@irobin591 yes the issue is not direcly related to the framework itself, thanks for reproducing it with bare minimum boilerplate. I'll watch the issue on the node/yarn side too since...
Same problem with version 4.20.1, reverting to v 4.18 is the only working workaround afaik
Problem still relevant with latest 4.21.1 version
Confirmed that the problem is somewhere in-between Docker Engine and MacOS Virtualization Framework, it now works disabling the latter on v 4.22. This seems to be the only working workaround...