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.

Error on startup: `error: TS2339 [ERROR]: Property 'toPrimitive' does not exist on type 'never'.`

See original GitHub issue

[Details] Starting a very basic project created with the Mandarine CLI doesn’t work.

[Stacktrace] image

[Scenario] Steps to reproduce the behavior:

  1. Run deno upgrade
  2. Install latest Mandarine CLI
  3. Run mandarine new myProject
  4. Run deno run --config tsconfig.json --allow-net --allow-read .\src\mandarine\app.ts

[Expected behavior] It starts without any errors.

[Screenshots] If applicable, add screenshots to help explain your problem.

[OS] Windows 10

[Environment]

  • Mandarine version: 2.3.2
  • Deno version: 1.15.3 (release, x86_64-pc-windows-msvc)
  • Deno v8 version: 9.5.172.19
  • Deno typescript version 4.4.2 Note: Run deno --version to get some of the requested information.

[Additional] Add any other context about the problem here.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:3
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
andreespirelacommented, Feb 18, 2022

@mknet It’s been really hard to find someone who can help maintain Mandarine. Right now as the only maintainer I have no time to deal with Mandarine especially because of so many updates in deno. If someone can make Mandarine stable again with Deno’s latest version, I’ll willing pick it back up, I’m willing to give a bounty in USDC for people outside of the US or wire transfers/zelle/cash app for people inside the US to the person who can make Mandarine usable with the latest version of Deno.

0reactions
mknetcommented, Feb 18, 2022

@andreespirela I‘ll see what I can do

Read more comments on GitHub >

github_iconTop Results From Across the Web

'Property does not exist on type 'never' - Stack Overflow
I have an error saying 'Property 'name' does not exist on type 'never'. I don't understand how instance could ever be a 'never'....
Read more >
Property does not exist on type 'never' in TypeScript | bobbyhadz
The error "Property does not exist on type 'never'" occurs when we try to access a property on a value of type never...
Read more >
property 'title' does not exist on type 'never' - You.com
The error "Property does not exist on type 'never'" occurs when we try to access a property on a value of type `never`...
Read more >
How to fix error TS2339: Property 'version' does not exist on ...
You have to define the array as an array of any type. This becomes: export class BookDownloadModalComponent { versions!: any[];. By default, TypeScript...
Read more >
Property does not exist on type 'never' ? - CodeProject
Hello, just curious why is this error appearing after everything seems alright? React typescript, any suggestions? https://snipboard.io/eVzvP7.
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