Errors when creating new Quasar project
See original GitHub issueDescribe the bug There are problems when creating new quasar project. Eslint is reporting missing or not found types / functions / etc even they are imported and are working correctly.
Codepen/jsFiddle/Codesandbox (required)
Just create new project quasar create <name>
with typescript
To Reproduce Steps to reproduce the behavior:
- Create new project
- Look at the console
Expected behavior No errors
OS: MacOS 11 Node: 14.15.5 NPM: 6.14.11 Yarn: 1.22.10
Additional context I created different project, maybe week ago and its working properly. No idea what changed
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Problem with creating new project , dev not running
Hi all , i made installation ,see bellow, if i run dev nothing happend. Please help , im newcomer in quasar . Installation...
Read more >node.js - I am getting this error when trying to create a project ...
node. js - I am getting this error when trying to create a project with Quasar CLI 'zsh: command not found: quasar' -...
Read more >Commands List | Quasar Framework
Familiarize yourself with the list of available commands inside a Quasar project: $ quasar Example usage $ quasar <command> <options> Help for a...
Read more >Upgrading to Quasar V2 - Dependencies, Removing CLI ...
We'll start going through the guide, and run into some upgrade errors along the way!...This gives me a chance to share some Vue3...
Read more >Getting Started with the Quasar Framework - Section.io
To create a new Quasar app, run the command below. . $ quasar create hello-world-app. hello-world-app will be the name of your project....
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
still showing errors to start new projects, both in version 1 and version 2
Also seeing some typescript related errors on the application start:
and similar.
I’m on the latest quasar:
Removing and reinstalling node_modules did not help.