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.

Repl stopped working after 4.0.0

See original GitHub issue

simply running ts-node no longer opens REPL terminal Rolling back to 3.3.0 fixed it

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
stelcheckcommented, Dec 19, 2017

@Nbsaw @nwayve Could you try to test #489 and see if this solves your issue?

1reaction
nwayvecommented, Dec 18, 2017

I just ran across this issue today as well.

> npm i -g ts-node
+ ts-node@4.02
> ts-node
// No REPL, just returns to the prompt
> npm r -g ts-node
> npm i -g ts-node@3.x
+ ts-node@3.3.0
> ts-node
> // in REPL
> npm --versions
{ myProject: '1.0.0',
  npm: '5.6.0',
  ares: '1.13.0',
  cldr: '32.0',
  http_parser: '2.7.0',
  icu: '60.1',
  modules: '59',
  nghttp2: '1.25.0',
  node: '9.3.0',
  openssl: '1.0.2n',
  tz: '2017c',
  unicode: '10.0',
  uv: '1.18.0',
  v8: '6.2.414.46-node.15',
  zlib: '1.2.11' }
> tsc -v
Version 2.6.2
> systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
OS Name:                   Microsoft Windows 10 Pro
OS Version:                10.0.16299 N/A Build 16299

Issue #480 was closed with “Upgrade to latest ts-node” but from what I can tell, 4.0.2 is the latest as of this post. Hope this info helps.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't import fLASK - Replit
Hi, when i try to import flask, it says that the current flask version is not compatible with the current repl version.. what...
Read more >
Not able to import flask - Replit
Repl.it: Package operation failed. i dont know why this happens. I even tried manually installing flask from the package manager.
Read more >
replit db won't work in python (due to some packaging error)
So, because repl-python3-beta-battl depends on both flask (^2.0.1) and replit (^3.0.0), version solving failed. exit status 1. Code.
Read more >
How To Code a Minecraft Plugin - Replit
Create a new Java repl and then go to the terminal/console. Type the following commands in this order: rm *; mvn archetype:generate. After...
Read more >
incompatibility with flask + replit?
I've been trying to search for an answer but it doesn't seem like anyone else is having this issue. I'm trying to test...
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