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

blog: can't develop/build locally on Win #1204

Closed
jorgeorpinel opened this issue May 1, 2020 · 4 comments · Fixed by #1205 or #1210
Closed

blog: can't develop/build locally on Win #1204

jorgeorpinel opened this issue May 1, 2020 · 4 comments · Fixed by #1205 or #1210
Assignees
Labels
C: blog TEMPORARY Content of /blog dependencies Pull requests that update a dependency file (automatic) 🐛 type: bug Something isn't working. website: eng-blog DEPRECATED JS engine for /blog

Comments

@jorgeorpinel
Copy link
Contributor

I'm on Windows (Git Bash on Cmder). I cleaned up mode modules, buid, cache, etc. to build from scratch. I ran yarn from scratch, which went well. I ran yarn develop and it built in a few minutes, no errors. But I get this when I go to http://localhost:8000/blog:

image

(The rest of the site seems to work.)

Then I tried yarn build but it throws an error:

image

@jorgeorpinel jorgeorpinel added 🐛 type: bug Something isn't working. dependencies Pull requests that update a dependency file (automatic) website: eng-blog DEPRECATED JS engine for /blog labels May 1, 2020
@rogermparent
Copy link
Contributor

rogermparent commented May 1, 2020

Oh no! This must be my fault. I'm pretty sure with the Model resolvers we're doing path resolution of foreign files in a way that works on Linux but not Windows. I'll get on this ASAP!

@rogermparent rogermparent self-assigned this May 1, 2020
@rogermparent
Copy link
Contributor

I have a possible fix in this branch, but I need you to test it because I don't have any Windows machines to do so.

@jorgeorpinel
Copy link
Contributor Author

It works for me Roger! Thanks a lot. I'm just going to merge your branch to the blog stuff I'm working on , if you don't mind. So the fix to this issue will be included in my coming PR, but your commit will be there.

@rogermparent
Copy link
Contributor

Sounds fine to me!

@iesahin iesahin added the C: blog TEMPORARY Content of /blog label Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: blog TEMPORARY Content of /blog dependencies Pull requests that update a dependency file (automatic) 🐛 type: bug Something isn't working. website: eng-blog DEPRECATED JS engine for /blog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants