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

Local build fails on Windows #2

Open
maeligg opened this issue Jul 10, 2018 · 5 comments
Open

Local build fails on Windows #2

maeligg opened this issue Jul 10, 2018 · 5 comments

Comments

@maeligg
Copy link

maeligg commented Jul 10, 2018

$ yarn run build
yarn run v1.7.0
$ gulp build && yarn run build:functions
[16:39:42] Using gulpfile ~\Documents\Personal_projects\eleventyone\gulpfile.js
[16:39:42] Starting 'build'...
[16:39:42] Starting 'generate'...
Writing dist/index.html from ./src/site/index.md.
Writing dist/about/index.html from ./src/site/about.md.
Writing dist/search.json from ./src/site/search.njk.
Writing dist/posts/a-post/index.html from ./src/site/posts/a-post.md.
Writing dist/posts/another-post/index.html from ./src/site/posts/another-post.md.
Processed 5 files in 0.31 seconds
[16:39:45] Finished 'generate' after 2.29 s
[16:39:45] Starting 'assets'...
[16:39:45] Starting 'images'...
[16:39:45] Starting 'styles'...
[16:39:45] Starting 'scripts'...
[16:39:45] Starting 'resize_400'...
[16:39:45] Starting 'resize_1000'...
[16:39:45] Starting 'copyOriginalImages'...
[16:39:45] Finished 'scripts' after 19 ms
[16:39:45] Finished 'resize_400' after 29 ms
[16:39:45] Finished 'resize_1000' after 30 ms
[16:39:45] Finished 'copyOriginalImages' after 31 ms
[16:39:45] Finished 'images' after 33 ms
[16:39:45] The following tasks did not complete: build, assets, styles
[16:39:45] Did you forget to signal async completion?

events.js:183
      throw er; // Unhandled 'error' event
      ^
Error: Error: write EOF
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

This appears to be a separate issue from #1
Not sure what the root cause might be, will investigate if I have some time.

@jonnyburch
Copy link

I am also having this issue. Would love some help!

@stickhandle
Copy link

This should get the windows build working (assuming you are using choco as you package mgr:
choco install graphicsmagick

@mariealine
Copy link

I have also this issue on mac OS. After launch EleventyOne from netlify template, it's working online but not locally. It's weird.

@DirtyF
Copy link
Contributor

DirtyF commented Jan 27, 2019

@mariealine it's workin fine for me, what's your node version?

@stickhandle
Copy link

stickhandle commented Feb 4, 2019

@mariealine - you need graphicsmagick installed local

brew install graphicsmagick

see #1 (comment)

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

5 participants