Would be nice to have Windows support. Finding linked packages on Windows is particularly hard because all of the Stack Overflow answers are in Linux (using linux tools that don't exist on Windows). It appears this package does too. 😢
> link-status --source --prettify
{ Error: Command failed: find ./node_modules/ -maxdepth 2 -type l -ls
FIND: Parameter format not correct
at ChildProcess.exithandler (child_process.js:206:12)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:877:16)
at Socket.<anonymous> (internal/child_process.js:334:11)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at Pipe._handle.close [as _onclose] (net.js:498:12)
killed: false,
code: 2,
signal: null,
cmd: 'find ./node_modules/ -maxdepth 2 -type l -ls' }
NO LINKS FOUND
In particular, find isn't available. Would be nice if this package just used JavaScript/node so it was cross-platform rather than using CLI tools on the host.
Would be nice to have Windows support. Finding linked packages on Windows is particularly hard because all of the Stack Overflow answers are in Linux (using linux tools that don't exist on Windows). It appears this package does too. 😢
In particular,
findisn't available. Would be nice if this package just used JavaScript/node so it was cross-platform rather than using CLI tools on the host.