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.

not working with 3.7.x

See original GitHub issue
 ts-patch check
Checking TypeScript v3.7.1-rc installation in ../node_modules/typescript

[+] tsc.js is patched with ts-patch version 1.0.2.
[+] tsserverlibrary.js is patched with ts-patch version 1.0.2.
[+] typescript.js is patched with ts-patch version 1.0.2.
[+] typescriptServices.js is patched with ts-patch version 1.0.2.

tsc Build failing

import { transformer } from "./transformer"
       ^

SyntaxError: Unexpected token {
    at Module._compile (internal/modules/cjs/loader.js:720:23)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
    at Module.load (internal/modules/cjs/loader.js:643:32)
    at Function.Module._load (internal/modules/cjs/loader.js:556:12)
    at Module.require (internal/modules/cjs/loader.js:683:19)
    at require (internal/modules/cjs/helpers.js:16:16)
    at PluginCreator.resolveFactory (/node_modules/typescript/lib/tsc.js:133432:34)
    at PluginCreator.createTransformers (/typescript/lib/tsc.js:133398:36)
    at Object.newEmit [as emit] (/node_modules/typescript/lib/tsc.js:133553:52)
    at Object.getFileEmitOutput (node_modules/typescript/lib/tsc.js:97281:34)
error Command failed with exit code 1.

when i uninstall build working fine with tsc.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
chandu0101commented, Nov 1, 2019

working perfect, thanks alot 😃

1reaction
nonaracommented, Oct 31, 2019

I’ve addressed a few issues which I think should cover your case also. Would you mind updating to 1.0.4 and letting me know if it’s resolved, please?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to install/run Python 3.6.x and 3.7.x with MacOS Big Sur
I ran into a similar issue with Python 3.6 after upgrading to Big Sur. I went to https://www.python.org/downloads/ and downloaded version ...
Read more >
Softmax application not working post upgrading to 3.7.x version
Hello Everyone, We are having an issue with Zscaler Client connector. Post upgrading to the 3.7.x,SoftMax Pro application stopped working.
Read more >
Installing or building vim with +python3 support for Python 3.7 ...
I've tried installing Vim from source in the container and it will build for 3.6 but not for 3.7. On Linux, running the...
Read more >
8250.nr_uarts boot parameter not working in kernel 3.7.x
Description of problem: Some time between kernel 3.6.7 and 3.7.3 the 8250.nr_uarts boot option stopped working. The boot option is needed ...
Read more >
What's New In Python 3.7 — Python 3.11.1 documentation
Locale coercion is silent by default, but to assist in debugging potentially locale related integration problems, explicit warnings (emitted directly on ...
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