Having trouble with "Repl.it: Updating package configuration" and running the program.
I was playing around with some code and noticed that when running it using the "Run" button or the Console it would give me this error:
I have had to use shell to run the program as of now. But it would be nice if I could finally use the Run button.
I have tried searching around and have tried multiple things. But haven't been able to find a fix. I'm trying to stop Replit from "Updating package configuration"
Voters
DrHitshot
Fixed the issue by making a .replit file and adding the following code:
[packager] ignoredPackages=[ "nuxt_plugin_progress_048d6b74", "nuxt_plugin_socketclient_03aac5f2", ]```
thx
@DrHitshot