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 followed the tutorial video and created two projects, one is a shared library (Library) the other uses that library (TestMC).
I added the library in my settings:
It works correctly if I build the project (F7), and it works correctly if I simulate it (F6). However, when I run the project (F5) it generates this error:
Indicating the library isn't found. I use 'Run' to run my unit tests and such like, and the require not working properly is very inconvenient.
The text was updated successfully, but these errors were encountered:
I followed the tutorial video and created two projects, one is a shared library (
Library
) the other uses that library (TestMC
).I added the library in my settings:
It works correctly if I build the project (F7), and it works correctly if I simulate it (F6). However, when I run the project (F5) it generates this error:
Indicating the library isn't found. I use 'Run' to run my unit tests and such like, and the
require
not working properly is very inconvenient.The text was updated successfully, but these errors were encountered: