728x90
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
npm ERR! code ENOMEM
npm ERR! syscall spawn
npm ERR! errno -12
npm ERR! spawn ENOMEM
npm ERR! A complete log of this run can be found in:
npm ERR! /home/admin/.npm/_logs/2022-05-10T05_01_02_461Z-debug-0.log
Aborting installation.
npm install --no-audit --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.
Deleting generated file... node_modules
Deleting generated file... package.json
Deleting notion/ from /var/www/html
https://stackoverflow.com/questions/26193654/node-js-catch-enomem-error-thrown-after-spawn
free -m
fallocate -l 4G /swapfile
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
echo “/swapfile none swap sw 0 0” | sudo tee -a /etc/fstab
728x90
'푸닥거리' 카테고리의 다른 글
노션에서 작성한 글을 실시간으로 웹사이트에 연동하기 (0) | 2022.05.11 |
---|---|
훈련교강사 보수교육 2022년도 2차 보수교육 (0) | 2022.05.11 |
curl 로 graphql 호출하기 (0) | 2022.05.03 |
TypeError: nodes.flatMap is not a function (0) | 2022.05.03 |
selectSingleNode is not a function (0) | 2022.05.02 |
댓글