I can’t install npm enmap and better-sqlite3, but I can install other npm without errors. Anyone know why this?
Try opening the console and execute the following commands:
rm -rf /app/node_modules
pnpm-enable
refresh
1 Like