인프런 영문 브랜드 로고
인프런 영문 브랜드 로고
BEST
Programming

/

Full-stack

[Renewal] Creating NodeBird SNS with React

Let's create a Twitter-like SNS service with React & Next & Redux & Redux Saga & Express stack. Finally, we will deploy it to AWS after SEO.

(4.9) 178 reviews

3,695 students

React
Redux
Node.js
Express
Next.js
Thumbnail
zerocho님의 프로필 이미지

Edited

ERR_OSSL_EVP_UNSUPPORTED error related

Those who are receiving this error are likely using Node version 18 or higher.

After doing npm i cross-env , change package.json as follows. Just add NODE_OPTIONS to the command. The same goes for other commands that use next .

"scripts": { "dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider next -p 3060",
Comment