JSON.stringify(
                                {
                                    'result' :
                                    {
                                        code : 'success',
                                        message : "OK",
                                        headers : headers,
                                        items : items
                                    }
                                }
                            ,null,4)


'javascript' 카테고리의 다른 글

더미 데이타 만들기  (0) 2017.09.13
tableToExcel  (0) 2017.08.18
promise  (0) 2017.03.12
json data roop  (0) 2012.02.29
DOM  (0) 2012.02.17
1. nvm 설치

  • curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash


2. nvm install v8.9.1

3. nvm use v8.9.1




'nodejs' 카테고리의 다른 글

pm2 로그보기  (0) 2018.02.26
pm2  (0) 2018.02.22
KILL PID  (0) 2017.11.15
node 죽이기  (0) 2017.10.03
ejs  (0) 2017.09.28

윈도우에서 


pm2 start start.js


taskkill /f /pid 13076

'nodejs' 카테고리의 다른 글

pm2  (0) 2018.02.22
우분투 node 설치  (0) 2017.11.17
node 죽이기  (0) 2017.10.03
ejs  (0) 2017.09.28
async  (0) 2017.09.20

+ Recent posts