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

Breaking change from 1.6.0 to 1.6.1 #19

Open
antonybudianto opened this issue Aug 13, 2017 · 6 comments
Open

Breaking change from 1.6.0 to 1.6.1 #19

antonybudianto opened this issue Aug 13, 2017 · 6 comments

Comments

@antonybudianto
Copy link

antonybudianto commented Aug 13, 2017

Hi, I just recently installing prep version 1.6.1 and it didn't work because of the following errors:

Retry 1 for route: /
Retry 1 for route: /portfolio
Retry 2 for route: /
Retry 2 for route: /portfolio
Retry 3 for route: /
Retry 3 for route: /portfolio
Retry 4 for route: /
Retry 4 for route: /portfolio
Retry 5 for route: /
Retry 5 for route: /portfolio
Retry 6 for route: /
Retry 6 for route: /portfolio
Retry 7 for route: /
Retry 7 for route: /portfolio
Retry 8 for route: /
Retry 8 for route: /portfolio
Retry 9 for route: /
Retry 9 for route: /portfolio
Retry 10 for route: /
Retry 10 for route: /portfolio
{ Error: Command failed: cp -rf "/Users/antony/Documents/Code/Web/antonybudianto-web/.prep-tmp"/* "/Users/antony/Documents/Code/Web/antonybudianto-web/build"/
cp: /Users/antony/Documents/Code/Web/antonybudianto-web/.prep-tmp/*: No such file or directory
 `cp -rf "/Users/antony/Documents/Code/Web/antonybudianto-web/.prep-tmp"/* "/Users/antony/Documents/Code/Web/antonybudianto-web/build"/` (exited with error code 1)
    at callback (/Users/antony/Documents/Code/Web/antonybudianto-web/node_modules/child-process-promise/lib/index.js:33:27)

my prep.js:

exports.default = {
  routes: [
    "/",
    "/portfolio"
  ],
  timeout: 5000
}

When I downgraded to version 1.6.0, it worked well.
Thanks for the work!

@schickling
Copy link
Contributor

schickling commented Aug 13, 2017

Must have been to #17. @msalahat can you take a look pls?

@msalahat
Copy link

@schickling sure will check it out

msalahat pushed a commit to msalahat/prep that referenced this issue Aug 16, 2017
schickling added a commit that referenced this issue Aug 16, 2017
Issue #19: fix configuration hostname path
@schickling
Copy link
Contributor

Thanks @msalahat!

@antonybudianto can you check 1.6.2 and close if it's fixed for you?

@antonybudianto
Copy link
Author

antonybudianto commented Aug 16, 2017

Hi @schickling , I've tried 1.6.2 but still same error

{ Error: Command failed: cp -rf "/Users/antony/Documents/Code/Web/antonybudianto-web/.prep-tmp"/* "/Users/antony/Documents/Code/Web/antonybudianto-web/build"/
cp: /Users/antony/Documents/Code/Web/antonybudianto-web/.prep-tmp/*: No such file or directory
 `cp -rf "/Users/antony/Documents/Code/Web/antonybudianto-web/.prep-tmp"/* "/Users/antony/Documents/Code/Web/antonybudianto-web/build"/` (exited with error code 1)

@schickling
Copy link
Contributor

We'll soon re-write prep to use Chromeless under the hood. Could you use the 1.6.0 release for now?

@antonybudianto
Copy link
Author

@schickling Of course.

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

No branches or pull requests

3 participants