-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
windows error #24
Comments
As I was thinking, the second error is not related, it's only because I don't have |
Another windows issue is the navigation is not generated. It seems to be because path.sep is used (on windows path.sep is See here:
|
thank you sooo much for looking into that 🙇♂️ I addressed your remarks here #27 can you try the newest versions 🙏 maybe it works - maybe there are new errors 😅 will need to invest some time to enable windows in the ci |
It seems to work, that's perfect, I will reopen an issue if see something |
When doing
rocket start
on a windows machine, this error is thrown:Issue seems to come from
rocket/packages/cli/src/normalizeConfig.js
Line 39 in 2a400e0
Eleventy may not want a windows path.resolve path to work.
If I add in the rocket.config.mjs
outputDevDir: '_site-dev'
, another error is thrown (maybe not related?):Steps to reproduce on a windows machine (without WSL)
It's the same steps described in the current getting started page.
Add
.gitignore
file with:Add
docs/index.md
file with:The text was updated successfully, but these errors were encountered: