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

Context Issue #28

Open
ayushkhanduri opened this issue Mar 20, 2021 · 0 comments
Open

Context Issue #28

ayushkhanduri opened this issue Mar 20, 2021 · 0 comments

Comments

@ayushkhanduri
Copy link

I generated my build with the context name = books and base

<base href="/books/"/>

below is my configuration

{
    routes: ['/location/bangalore'],
    timeout: 5000,
    dimensions: {
      width: 375,
      height: 812,
    },
    https: false,
    hostname: 'http://localhost/books',
    useragent: 'Prep',
    minify: true,
    concurrency: 4,
    additionalSitemapUrls: [],
  }

Then i run this command

// books contain the index.html 
prep ./books/ ./build  

It retries 10 times and i get the error

ChildProcessError: Command failed: cp -rf "/Users/b0219479/Documents/Acquisition/react-growth-safo-ui/.prep-tmp"/* "/Users/b0219479/Documents/Acquisition/react-growth-safo-ui/build"/

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

1 participant