Windows npm start: Plugin not Found (Blocking) #1674
-
EditedAs of now (1/16/2022), I still haven't found a way to make the project work with windows (despite the node and npm versions match). The only solution that allowed me to work on the project on a windows PS was, as kindly suggested by @ferferga, to use WSL as a development environment. Hope this helps someone save time wasted with Windows (11 in my case) OriginalHi everyone. Hope it's the right place to ask for help! I am trying to launch the project locally but I am having a (blocking) problem with plugins. I usually work with other frontend frameworks. I don't know if I'm missing some passages that are not in the README.md. Technical Data: System: Windows 11 Thanks in advance for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
afaik need to build first before start, |
Beta Was this translation helpful? Give feedback.
-
I tried from clean git clone, can confirm that no issue.
|
Beta Was this translation helpful? Give feedback.
-
So im trying the windows. Using nodesource installer instead nvm-manager
A whole difference error than yours 🤦🏼 not familiar with nodejs windows so cant really tell what happen. |
Beta Was this translation helpful? Give feedback.
-
There's nothing missing in readme: it's a simple The It has something to do with your particular environment. Clone the project again (or run Additionally, there seems to be some oddities in your setup:
Additionally, you can use Docker to build the project or use our images. |
Beta Was this translation helpful? Give feedback.
-
This has been fixed already but not closed. We now have CI checks in place to test builds in all platforms to prevent regressions like these. |
Beta Was this translation helpful? Give feedback.
This has been fixed already but not closed.
We now have CI checks in place to test builds in all platforms to prevent regressions like these.