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

backend install failure at windows op. system #49

Closed
drascom opened this issue Mar 16, 2019 · 2 comments
Closed

backend install failure at windows op. system #49

drascom opened this issue Mar 16, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@drascom
Copy link

drascom commented Mar 16, 2019

npm run init-db have error at windows op system because of line below at vue-crud-x >backend >package.json line 7
"init-db": "rm -f dev.sqlite3&&npx knex migrate:latest --env development&&npx knex seed:run --env development",

windows dont have "rm" windows users have to change it to "del".
better to mention this to the installation notes

@drascom drascom changed the title backand install failure at windows op. system backend install failure at windows op. system Mar 16, 2019
@ais-one
Copy link
Owner

ais-one commented Mar 20, 2019

Hi you are correct. Unless you install Git and incorporate bash.

Let me see if I can make it work across environments... if not I will see if I can make a note.

@ais-one ais-one self-assigned this Mar 20, 2019
@ais-one ais-one added the bug Something isn't working label Mar 20, 2019
@ais-one
Copy link
Owner

ais-one commented Jul 28, 2019

removed OS dependent code in v0.2.1

@ais-one ais-one closed this as completed Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants