Skip to content
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

Issue with dependencies; #28

Open
GianniGiglio opened this issue Nov 10, 2023 · 0 comments
Open

Issue with dependencies; #28

GianniGiglio opened this issue Nov 10, 2023 · 0 comments

Comments

@GianniGiglio
Copy link

GianniGiglio commented Nov 10, 2023

Bug Report: Rollup Build Errors

Issue 1: CompletionItemKind Import

Error: "CompletionItemKind" is not exported by "node_modules/vscode-languageserver-protocol/lib/node/main.js".
Suggested Fix: Update the import statement to reflect the correct source:
javascript
Copy code
// Before
import { CompletionItemKind } from 'vscode-languageserver-protocol';

// After
import { CompletionItemKind } from 'vscode-languageserver-types';
Issue 2: RequestManager Export

Error: "RequestManager" is not exported by "node_modules/@open-rpc/client-js/build/index.js".
Action Needed: Verify the availability of "RequestManager" in @open-rpc/client-js. Refer to the documentation or GitHub repository for the correct import statement.

Added my project as a zip

codemirror-rollup 2.zip

Is there perhaps somewhere a working example using npm that I could start with

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

No branches or pull requests

1 participant