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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: