You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.
ENOENT: no such file or directory, open 'C:\projects\test-app\src\router\index.js'
What were you expecting?
For the build/serve to complete successfully.
What steps did you take, to get the error?
My project is fully written in TypeScript. I had a fully working build with the previous version of the CLI. I updated it today, and ran into this bug.
As a solution, I manually pointed Quasar to the router entry file, as demonstrated below:
sourceFiles: {router: 'src/router/index.ts',},
This solved my problem.
The text was updated successfully, but these errors were encountered:
Software version
OS: Windows 10
Node: 8.11.2
NPM: 6.3.0
Any other software related to your bug:
quasar-cli: 0.17.7
typescript: 3.0.1
What did you get as the error?
ENOENT: no such file or directory, open 'C:\projects\test-app\src\router\index.js'
What were you expecting?
For the build/serve to complete successfully.
What steps did you take, to get the error?
My project is fully written in TypeScript. I had a fully working build with the previous version of the CLI. I updated it today, and ran into this bug.
As a solution, I manually pointed Quasar to the router entry file, as demonstrated below:
This solved my problem.
The text was updated successfully, but these errors were encountered: