import {format} from './dist/index.js';
await format(['LICENSE'])
Run pnpm node check.ts
node:internal/child_process:287
const err = new ErrnoException(exitCode, syscall);
^
Error: spawn pnpm ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:287:19)
at onErrorNT (node:internal/child_process:508:16)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn pnpm',
path: 'pnpm',
spawnargs: [ 'exec', 'oxfmt', '--write', 'LICENSE' ]
}
I tried to run tests, fs-fixture doesn't work on windows either
Looks like fs-fixture can't handle copying the symlinks in the node_modules dir of each fixture
Run
pnpm node check.tsI tried to run tests,fs-fixturedoesn't work on windows eitherLooks like
fs-fixturecan't handle copying the symlinks in thenode_modulesdir of each fixture