-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Failed to setup Gutenberg in both local wordpress or Docker - Windows 10 #23121
Comments
See if this documentation which is still being created helps. Documentation. View on the branch here: https://github.com/WordPress/gutenberg/tree/add/docs-create-block/docs/designers-developers/developers/tutorials/create-block See if this also helps: |
Thanks @paaljoachim , i've followed those documentations you mention, and this was the results that i posted above. |
Hopefully you'll be able to get some help soon. |
I can try to debug the wp-env issue on my windows computer sometime this week. No promises; I'm kinda busy with other stuff at the moment! I've often had issues running node projects in Windows. As a workaround, WSL (windows subsystem for linux) might be able to get it working for you in the short term. Obviously we want to make sure that windows development is supported, so we'll need to try to fix these things. |
I've tried using wp-env on Windows, and I used these instructions to install docker: https://docs.docker.com/docker-for-windows/install-windows-home/ It seems to be working ok for me, not seeing these issues. 🤔 |
I have checked this issue and now believe that such errors don't occur anymore. I don't know what was going on at the time this issue was reported, but now it should be fine with the latest version of Node 14.
For this, would the following command work?
|
I'll close this issue now, then :) And of course, please open another issue if anything starts failing on Windows! |
I have tried to setup gutenberg for development, it works fine in macOS, but in windows 10 the two ways have failed (local wordpress enivrement and Docker ):
Here is my host configuration:
Npm install passed fine 💯
1- local WordPress environment
command: npm run build: failed and return:
2- Using Docker :
command: npx wp-env start return
The text was updated successfully, but these errors were encountered: