I developed a glitch app for making “Dat” websites, which you can try out here:
https://codemirror-multicore.glitch.me/
I published the source code on GitHub:
When I click on it to create a fork of the site on Glitch, I see:
node v9.6.1, with pnpm
Installing…
A store server is running. All store manipulations are delegated to it.
Eventually, the site starts up… but when I click on it, I get:
Cannot find module ‘…/…/…/rbd/pnpm-volume/b2ab7ee0-7116-4492-a1a5-338ce982b35f/node_modules/.registry.npmjs.org/is-buffer/1.1.6/node_modules/is-buffer/index.js’
/rbd/pnpm-volume/b2ab7ee0-7116-4492-a1a5-338ce982b35f/node_modules/.registry.npmjs.org/pretty-hash/1.0.1/node_modules/pretty-hash
You can see it here:
https://caring-railway.glitch.me/
When I open the console, I can see that node_modules is a symlink in the remixed version:
node_modules -> /rbd/pnpm-volume/welcome/node_modules
I can fix the problem by removing the symlink, then doing ‘npm install’ manually, but I don’t think other people will know to do that.
It appears to me that the pnpm cache is missing files.