programming/web

[ERROR] npm ERR! code 1

chanchand 2023. 2. 5. 13:37
반응형

npm ERR! code 1

node 버전이 node-sass 버전을 지원하지 않아 발생하는 오류이다.

package-lock.json을 삭제하고 package.json에서 node-sass버전을 바꾸어주면 된다.

 

node-sass version 참고

 

node-sass

Wrapper around libsass. Latest version: 8.0.0, last published: 3 months ago. Start using node-sass in your project by running `npm i node-sass`. There are 12496 other projects in the npm registry using node-sass.

www.npmjs.com

 

반응형

'programming > web' 카테고리의 다른 글

NVM  (0) 2023.02.05
package-lock.json  (0) 2023.02.05
[ERROR] npm WARN old lockfile  (0) 2023.02.05
[CSS] width/height 단위  (0) 2023.02.04
[CSS] padding  (0) 2023.02.01