-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Latest version of dendron-cli 0.124.2
breaks when running npx dendron publish init
#3981
Comments
I have the same error, with the same resolution, 0.119.0 works, 0.124.2 fails with "common_server_1.DConfig.getRaw is not a function" |
I saw the same error on my GitLab pipeline too. I opened an issue on gitlab template here too. |
Confirm |
I have the same issue on Ubuntu LTS 22.04 and I confirm that 0.119.0 works fine instead. |
I have the same problem on MacOS as well as Ubuntu. Downgrading to 0.119.0 worked for me as well! |
Same problem on WSL2/ubuntu. Seems to work with 0.122.0 for me. |
same problem for both WSL2/Ubuntu and Fedora 40. installing 0.119.0 worked for me as well, but haven't tried on any later versions. kinda weird that the latest version breaks this |
Same here on Ubuntu 23.10 |
Still present on Obarun(Arch)
rolling back to 0.119.0 restores function, as reported above. no bisection performed. |
For those (like me) not well versed in NPM/NodeJS, "rolling back" to an earlier version can be done by a slight change to the Dendron CLI installation steps, to specify a specific version, rather than npm uninstall @dendronhq/dendron-cli@latest
npm install @dendronhq/[email protected] I'm unsure if the exact syntax for |
Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)
Describe the bug
Context:
Using dendron-cli's latest version:
0.124.2
and following this guide for publishing Dedron site on GH pages using GH actions.Problem:
While running command:
npx dendron publish init
Got error:
TypeError: common_server_1.DConfig.getRaw is not a function
Full error screenshot:
To Reproduce
Steps to reproduce the behavior:
npx dendron publish init
Expected behavior
I downgraded the dendron CLI version to
0.119.0
- it works as expected.The screenshot of the out of the same command after downgrading:
Desktop (please complete the following information)
The text was updated successfully, but these errors were encountered: