๋ฐ์ํ
I. ๋ฌธ์
npm ERR! code ERESOLVE
npm ERR! Cannot destructure property 'name' of 'node' as it is null.
npm install ๋ช ๋ น์ด๋ฅผ ์ ๋ ฅํ๋ ์์๊ฐ์ ์๋ฌ๊ฐ ๋์ค๊ฒ ๋ฉ๋๋ค.
๊ตฌ๊ธ์ ๊ฒ์ํด๋ณด๋
https://stackoverflow.com/questions/65724281/cannot-destructure-property-name-of-node-as-it-is-null
II. ํด๊ฒฐ
npm i -g npm@6
์ ๋ ฅ์ผ๋ก ํด๊ฒฐํ์ค ์ ์์ต๋๋ค.
๋ฐ์ํ