728x90
TypeError: nodes.flatMap is not a function
flatMap, nodejs 12
sudo apt update
curl -fsSL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install -y nodejs
TS7016: Could not find a declaration file for module 'morgan'
-> npm install --save-dev @types/express @types/morgan
sh: nodemon: command not found
-> npm install -g nodemon
failed to start process, "ts-node" exec not found
-> npm install -g ts-node
TS7016: Could not find a declaration file for module 'compression'.
-> npm install --save-dev @types/express @types/compression
TS2304: Cannot find name 'dotenv'
-> npm install dotenv
-> import dotenv from 'dotenv';
https://www.daleseo.com/graphql-apollo-server-auth/
728x90
'푸닥거리' 카테고리의 다른 글
react project create error in aws (0) | 2022.05.10 |
---|---|
curl 로 graphql 호출하기 (0) | 2022.05.03 |
selectSingleNode is not a function (0) | 2022.05.02 |
FortiOS - REST API Reference (0) | 2022.04.30 |
apollo graphql server (0) | 2022.04.27 |
댓글