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 was archived by the owner on May 26, 2026. It is now read-only.
I cloned the wheels repository as the base for QuizIt project and successfully set it up by running ./bin/setup. The application is running as expected; however, I am encountering warnings related to missing modules in the import statements.
Upon further investigation, I found a suggestion stating that the "option 'module' should be set to 'NodeNext' when the option 'moduleResolution' is set to 'NodeNext in app/javascript/src/jsconfig.json". After applying this change, the warnings disappeared.
I cloned the wheels repository as the base for QuizIt project and successfully set it up by running ./bin/setup. The application is running as expected; however, I am encountering warnings related to missing modules in the import statements.
Upon further investigation, I found a suggestion stating that the "option 'module' should be set to 'NodeNext' when the option 'moduleResolution' is set to 'NodeNext in app/javascript/src/jsconfig.json". After applying this change, the warnings disappeared.