codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

Trying to run a simple Vue App

Open thomazrb opened this issue 3 years ago • 3 comments

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?

thomazrb avatar Nov 11 '21 19:11 thomazrb

my ipad pro 2020 A12Z 6GB memory has the same problem

Fnckerpoi avatar Dec 03 '21 15:12 Fnckerpoi

in iPad 9gen, and I have the same problem

guilhermesalviano avatar Apr 13 '22 01:04 guilhermesalviano

Same here. Will this be fixed?

unoctanium avatar Aug 18 '22 09:08 unoctanium

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 avatar Dec 20 '22 09:12 tomkerswill

@tomkerswill The latest version (1.4.1) should improve the error handling. Can you try it?

bummoblizard avatar Dec 20 '22 10:12 bummoblizard