-
Notifications
You must be signed in to change notification settings - Fork 11
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
Incorrect expo-config(MODULE_NOT_FOUND) error #61
Comments
I reproduced that bug by launching a vscode here, and I had the same error. My local plugin works perfectly fine. |
I faced the same issue. I found that the version |
While the error no longer shows in
Note: This issue also affects the |
This also happens for monorepos where the plugin package is installed in the root of the workspace. |
Hi, |
Fixed by #71, hopefully we can release it this week! |
As mentioned in #71
If there is anything else, please let us know! 😄 |
Description of the bug
The extension is reporting
expo-config(MODULE_NOT_FOUND)
for all plugins that I specify inapp.json
To Reproduce
expo init
app.plugin.js
file with contents:module.exports = (config) => config;
app.json
addexpo.plugins
property:"plugins": ["./app.plugin"],
Expected behavior
No error should appear
Actual behavior
Error appeared
Additional context
The text was updated successfully, but these errors were encountered: