Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running on Windows #14

Open
shauntrennery opened this issue Jan 15, 2012 · 5 comments
Open

Running on Windows #14

shauntrennery opened this issue Jan 15, 2012 · 5 comments

Comments

@shauntrennery
Copy link

I've followed the following steps and am getting the error below:

  1. Made a directory for my new app
  2. Opened a command prompt in the directory
  3. npm install matador (worked as expected)
  4. matador init myApp (error as below)

Error:
installing Matador into myApp
error { [Error: Command failed: 'cp' is not recognized as an internal or externa
l command,
operable program or batch file.
] killed: false, code: 1, signal: null }

Any help would be greatly appreciated.

Kind Regards

Shaun

@dustinsenos
Copy link
Contributor

Thanks for using Matador and taking the time to submit feedback.

This is a known issue with how the matador CLI generates an application. Once we switch over to using node's fs rather than just calling unix commands it'll go away.

I might take a stab at this tonight.

Dustin

@ShaneCourtrille
Copy link

Has there been a fix for this yet ? Using node on Windows and really like what you've built.

KevinGrandon added a commit to KevinGrandon/matador that referenced this issue Feb 11, 2012
Implement a few simple methods to copy files using node fs calls instead of exec commands.
@poke
Copy link

poke commented Jul 12, 2012

Any update on this?

@berli888
Copy link

Any update ?

@dpup
Copy link
Contributor

dpup commented Feb 13, 2013

I would say that the CLI is unsupported, beyond the current linux support. The primary author has left Obvious and the CLI is not something we use.

If you filled out an OCLA I would be happy to review a pull request to convert from exec to node commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants