question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't import vscode-languageserver/node with nodeNext

See original GitHub issue

Hey,

I’ve been exploring using nodeNext, but this import seems to fail.

import { createConnection } from "vscode-languageserver/node";

See https://github.com/elm-tooling/elm-language-server/pull/854/files#diff-a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80R12

Cannot find module 'vscode-languageserver/node' or its corresponding type declarations.

Or just https://github.com/elm-tooling/elm-language-server/pull/854 for the PR

Issue Analytics

  • State:open
  • Created 9 months ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
dbaeumercommented, Dec 13, 2022

Actually right now I have no idea what is causing this 😃

0reactions
razzeeecommented, Dec 13, 2022

I’m way out of my depth too 🤷

Read more comments on GitHub >

github_iconTop Results From Across the Web

VS Code/language server doesn't properly detect NodeNext ...
VS Code /language server doesn't properly detect NodeNext module kind based on package.json #47806 ... Can't be reproduced in the Playground.
Read more >
Language Server Extension Guide - Visual Studio Code
Explain how to build a Language Server extension in VS Code using the provided Node SDK. Explain how to run, debug, log, and...
Read more >
Error importing 'vscode-languageserver' in a React app
I am trying to create a playground using monaco-editor and vscode-languageserver to show the features of my language server. However when I try ......
Read more >
Announcing TypeScript 4.5 - Microsoft Developer Blogs
Today we're excited to announce the release of TypeScript 4.5! If you're not yet familiar with TypeScript, it's a language that builds on ......
Read more >
Documentation - Module Resolution - TypeScript
Module resolution is the process the compiler uses to figure out what an import refers to. Consider an import statement like import {...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found