Skip to content

Add Windows support #6

Open
Open
@MicahZoltu

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions