On Wed, Aug 15, 2018 at 6:36 AM Ichrak Mansour
<ichrakmansour....@gmail.com> wrote:

Why did you send 4 messages?

https://i.imgur.com/nHGmbh7.png

That's kinda rude..

>
> hen I run my application on the microSd ( having 4G ) on my Beaglebone, I get 
> this error :
>
> The build failed because the process exited too early. This probably means 
> the system ran out of memory or someone called `kill -9` on the process.

So you ran out of RAM and the OOM killer stopped it.. Add some swap.

sudo fallocate -l 512M /swap.file
sudo chmod 600 /swap.file
sudo mkswap /swap.file
sudo swapon /swap.file

> npm ERR! code ELIFECYCLE
> npm ERR! errno 1
> npm ERR! @coreui/coreui-free-react-admin-template@2.0.5 start-js: ` export 
> PORT=5000  && react-scripts start`
> npm ERR! Exit status 1
> npm ERR!
> npm ERR! Failed at the @coreui/coreui-free-react-admin-template@2.0.5 
> start-js script.
> npm ERR! This is probably not a problem with npm. There is likely additional 
> logging output above.
>
> npm ERR! A complete log of this run can be found in:
> npm ERR!     /root/.npm/_logs/2018-08-15T11_19_14_856Z-debug.log

Did you open that file ^

>
> It is the problem of size of my microSD ?

Or the location of the moon..

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYjYEpu36EW%2BfZvO5kEc36MGn1O-c6mP%3DX4br34CHRinfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to