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]
[Scenario] Steps to reproduce the behavior:
- Run
deno upgrade
- Install latest Mandarine CLI
- Run
mandarine new myProject
- 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:
- Created 2 years ago
- Reactions:3
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.@andreespirela I‘ll see what I can do