fix: make postinstall spawn-helper chmod work under pnpm GVS (#8)
Fix node-pty spawn-helper chmod for pnpm GVS layouts
The previous postinstall used a relative path that silently no-op'd
under pnpm's global virtual store. Replace with a proper Node.js
script that uses createRequire + require.resolve to find node-pty
regardless of install layout.
Credit: @schickling
authored by