alpha
Login
or
Join now
andri.dk
/
n8n-nodes-atproto
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/andrioid/n8n-nodes-atproto. atproto node for n8n
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
n8n-nodes-atproto
/
scripts
1 file
at
53bf9bcf9ffb8b45385ef13ae105159990843117
Andri Óskarsson
Fix dev server crash: patch uint8arrays .node.js exports
1mo ago
976ee7e9
patch-node-js-exports.mjs
Fix dev server crash: patch uint8arrays .node.js exports n8n-node dev symlinks the project root, and n8n's glob picks up *.node.js files from node_modules/uint8arrays (platform-specific conditional exports). These aren't n8n nodes and crash the loader. Add a postinstall script that rewrites the 'node' condition in uint8arrays' exports/imports maps to point at the standard ESM targets, then deletes the .node.js files. The ESM fallbacks are functionally identical (Uint8Array vs Buffer — negligible diff). Dev server now starts cleanly on http://localhost:5678.
1 month ago