We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I generated my build with the context name = books and base
<base href="/books/"/>
below is my configuration
Then i run this command
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"/
The text was updated successfully, but these errors were encountered: