-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Error when running the scaffolding: Failed to read tuono.config.ts #506
Comments
Thanks for sharing. Could you please run the following command after
|
|
Could you please run |
|
tuono 0.17.6 |
I have the same issue, I solve it by update package:
then install the packages:
and it will be ok now. Besides, My |
Sorry I kept you hanging!
|
I have resolved the issue by following these steps: Removing Dependencies: I deleted the node_modules directory in my project to remove all installed dependencies. I executed the After the installation was complete, I tried running the project again using the |
Thanks for checking. It was indeed a broken dependencies installation. |
Description
Error when running the scaffolding: Failed to read tuono.config.ts
Expected behaviour
I ran the
npm install
command, and it seemed to complete successfully:However, when I tried to run the development server using the
tuono dev
command or build the project using thetuono build
command, I got the same error message every time:How to reproduce
Screenshots
System Info
System info (Rust)
Additional context
No response
The text was updated successfully, but these errors were encountered: