codeapp
codeapp copied to clipboard
Trying to run a simple Vue App
After cloning a repository with a fresh Vue 3 created app.
I'm trying to run "npm install" to get the packages, but im receiving the message:
"Program interrupted. This could be caused by a memory limit or an error in your code."
Im trying to run it in an iPad (6th generation) 128 GB. Any help?
my ipad pro 2020 A12Z 6GB memory has the same problem
in iPad 9gen, and I have the same problem
Same here. Will this be fixed?
I have the same thing. Npm does work okay for me (installs all libraries); but when running node with one of my own javascript files, I get the Program Interrupted message. Is there a way of seeing the underlying error? I am on an M1 iPad.
@tomkerswill The latest version (1.4.1) should improve the error handling. Can you try it?