Skip to content

fix: declare @nodable/entities as a dependency#411

Open
JammingBen wants to merge 1 commit into
perry-mitchell:masterfrom
JammingBen:fix/declare-nodable-entities-dependency
Open

fix: declare @nodable/entities as a dependency#411
JammingBen wants to merge 1 commit into
perry-mitchell:masterfrom
JammingBen:fix/declare-nodable-entities-dependency

Conversation

@JammingBen

Copy link
Copy Markdown
Contributor

tools/dav.ts imports EntityDecoder from @nodable/entities, but the package was never declared in dependencies. Under strict node_modules layouts (e.g. pnpm) the import fails to resolve with:

Cannot find package '@nodable/entities' imported from webdav/dist/node/tools/dav.js

Hence declare it explicitly (^2.2.0, matching fast-xml-parser).

tools/dav.ts imports EntityDecoder from @nodable/entities, but the
package was never declared in dependencies. Under strict node_modules
layouts (e.g. pnpm) the import fails to resolve with:

  Cannot find package '@nodable/entities' imported from
  webdav/dist/node/tools/dav.js

Hence declare it explicitly (^2.2.0, matching fast-xml-parser).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant