dendronhq / dendron

The personal knowledge management (PKM) tool that grows as you do!
https://wiki.dendron.so
Apache License 2.0
6.52k stars 247 forks source link

@dendronhq/dendron-cli@latest (@dendronhq/dendron-cli@0.124.1) fails on @dendronhq/api-server@^0.124.0 dependency (which is not published yet) #3976

Closed a-kplatek closed 3 months ago

a-kplatek commented 5 months ago

Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)

Describe the bug

@dendronhq/dendron-cli@latest (@dendronhq/dendron-cli@0.124.1) fails on @dendronhq/api-server@^0.124.0 dependency (which is not published yet)

To Reproduce

run: npm install @dendronhq/dendron-cli@latest

Expected behavior

Package is installed successfully

Screenshots

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information)

npm -v
10.4.0

marvel-docs node -v
v18.17.1

Additional context

Add any other context about the problem here.

Dendron Log file

Please attach the output of > Dendron:Dev: Open Logs here

github-user-23 commented 5 months ago

Other dependencies in NPM of dendron-cli also need to be published:

It appears to be some issue with publishing process, since the dependencies already have the 0.124.0 version in their package.json files. But that version is not reflected in the npm registry.

Example:

kevinslin commented 3 months ago

this has been fixed in the latest version of dendron-cli (0.124.2)