-
-
Notifications
You must be signed in to change notification settings - Fork 197
App doesn't build after ns clean #5513
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
Comments
same here |
i've tried to reproduce the issue, but it works well for me on android and ios too. there is a newer version i hope that solves your problem! |
Thanks for the suggestion @janoshrubos. I created a new app with the latest template, but unfortunately it gives me the same error. The template uses Some system information : I first tried to run the app on Android but that fails with the error stated in the bug description. If I then try to run the app for iOS I get the following error :
It says it can't find babel-register. Is that something that gets installed/should be getting installed under the hood? It is not used in the template app. @rigor789 is there more info you would like to be able to say something about the error I'm getting? |
@JohanBeumer it's a transitive dependency of (I believe) DotEnv, so interesting that it's not installed. Can you try |
@rigor789 when I use |
The same (ns clean etc not working). |
I'm getting this same error with
package.json
|
@codemonkey00 can you share the output of |
|
@codemonkey00 it's the |
@rigor789 I did remove it to see if it would build the app. I called
|
@codemonkey00 Any luck solving this issue? I'm running into the same, after upgrading to webpack v5. Unfortunately, I can't use webpack v4 anymore because the latest version of NS requires webpack v5. |
Same here tried to migrate an old project to NS 8 and Webpack5. Only got errors for modules which can't be found. |
It's march of 2023, the problem is still there |
@Mero-Plaform please share more info, we're not seeing anything like this in any of our projects |
Environment
Describe the bug
After cleaning the project with
ns clean
and starting the app again, webpack aborts with the message :To Reproduce
The same goes for Android
Expected behavior
The app starts as expected
The text was updated successfully, but these errors were encountered: