DrMaemi / blog

1 stars 0 forks source link

[Node] 버전 업데이트 #193

Open DrMaemi opened 2 months ago

DrMaemi commented 2 months ago

오류 (Node 버전 업그레이드 필요)

$ yarn add n8n
...
The engine "node" is incompatible with this module. Expected version >=18.17.0 ...
$ node --version
18.15.0

n 설치

npm install -g n

최신 버전 Node 설치

$ n lts
# or
# n latest

이전 버전 제거

n prune

A. 참조