Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)
Describe the bug
Description:
I am unable to run dendron publish dev in my workspace after upgrading to the latest Dendron CLI. I have tried both 0.124.2 and 0.124.1, but encounter different errors:
To Reproduce
Set up a workspace with this in package.json:
"@dendronhq/dendron-cli": "^0.124.2"
Run:
rm -rf node_modules package-lock.json
npm install
npm run dev
Error:
TypeError: common_server_1.DConfig.getRaw is not a function
If I downgrade to 0.124.1, I get:
No matching version found for @dendronhq/api-server@^0.124.0.
Expected behavior
Dendron CLI should run without errors and publish the site.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information)
macOS
Node.js version: (your version here, e.g. node -v)
Dendron CLI version: 0.124.2 (and tried 0.124.1)
Clean install, no other Dendron dependencies in package.json
Additional context
My workspace only uses a single vault.
I have tried deleting node_modules and package-lock.json and reinstalling.
Dendron Log file
Please attach the output of > Dendron:Dev: Open Logs here
Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)
Describe the bug
Description:
I am unable to run dendron publish dev in my workspace after upgrading to the latest Dendron CLI. I have tried both 0.124.2 and 0.124.1, but encounter different errors:
To Reproduce
Set up a workspace with this in package.json:
"@dendronhq/dendron-cli": "^0.124.2"
Run:
rm -rf node_modules package-lock.json
npm install
npm run dev
Error:
TypeError: common_server_1.DConfig.getRaw is not a function
If I downgrade to 0.124.1, I get:
No matching version found for @dendronhq/api-server@^0.124.0.
Expected behavior
Dendron CLI should run without errors and publish the site.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information)
macOS
Node.js version: (your version here, e.g. node -v)
Dendron CLI version: 0.124.2 (and tried 0.124.1)
Clean install, no other Dendron dependencies in package.json
Additional context
My workspace only uses a single vault.
I have tried deleting node_modules and package-lock.json and reinstalling.
Dendron Log file
Please attach the output of
> Dendron:Dev: Open Logshere