<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>에러 해결 on DevTrace — 글로벌 개발 에러 트러블슈팅</title><link>https://tokkabi.com/tags/%EC%97%90%EB%9F%AC-%ED%95%B4%EA%B2%B0/</link><description>Recent content in 에러 해결 on DevTrace — 글로벌 개발 에러 트러블슈팅</description><generator>Hugo -- 0.125.0</generator><language>ko</language><lastBuildDate>Mon, 24 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tokkabi.com/tags/%EC%97%90%EB%9F%AC-%ED%95%B4%EA%B2%B0/index.xml" rel="self" type="application/rss+xml"/><item><title>npm 전역 설치 시 EACCES 권한 오류 — sudo 없이 안전하게 해결하는 방법</title><link>https://tokkabi.com/posts/how-to-fix-npm-throwing-error-without-sudo/</link><pubDate>Mon, 24 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/how-to-fix-npm-throwing-error-without-sudo/</guid><description>npm 전역 설치/검색 시 발생하는 EACCES: open &amp;#39;.../.npm/...&amp;#39; 권한 오류를 sudo 없이 해결하는 방법을 정리합니다. npm 전역 경로를 사용자 홈 디렉토리로 옮기는 안전한 해결책과 원인별 분기 방법을 단계별로 제시합니다.</description></item><item><title>React 'Minified exception occurred' 에러 — NODE_ENV=development로 전체 에러 메시지 확인하기</title><link>https://tokkabi.com/posts/react-minified-exception-occurred/</link><pubDate>Thu, 20 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/react-minified-exception-occurred/</guid><description>React에서 &amp;#39;Uncaught Error: Minified exception occurred&amp;#39; 에러가 발생할 때, NODE_ENV=development로 빌드하면 원래 에러 메시지를 확인할 수 있습니다. browserify, webpack, vite 등 번들러별 전체 에러 메시지 확인 방법과 함께 원인 후보별 디버깅 체크리스트를 정리합니다.</description></item><item><title>Node.js MongoDB 드라이버 'requires at least 2 (MongoDB2.6)' wire version 오류 — 드라이버·서버 버전 호환성 문제 해결</title><link>https://tokkabi.com/posts/nodejs-mongodb-driver-requires-at-least-2-wire-version/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/nodejs-mongodb-driver-requires-at-least-2-wire-version/</guid><description>MongoError: Server at localhost:27017 reports wire version 0, but this version of Node.js Driver requires at least 2 (MongoDB 2.6) 오류의 원인과 해결 방법을 설명합니다. mongodb npm 드라이버 버전과 MongoDB 서버 버전(wire protocol) 간 호환성을 맞추는 방법을 다룹니다.</description></item><item><title>Node.js 17+ 에서 'error:0308010C:digital envelope routines::unsupported' 오류 해결 (OpenSSL 3.0 호환 문제)</title><link>https://tokkabi.com/posts/node-17-error0308010c-digital-envelope-routines-unsupported/</link><pubDate>Mon, 10 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/node-17-error0308010c-digital-envelope-routines-unsupported/</guid><description>Node.js 17 이상에서 OpenSSL 3.0.0으로 인해 webpack 4가 해시 함수를 처리하지 못할 때 발생하는 error:0308010C:digital envelope routines::unsupported 오류를 4가지 방법으로 해결하는 방법을 설명합니다.</description></item><item><title>TypeScript 'not assignable to parameter of type never' 오류 완벽 해결 — 빈 배열 타입 추론과 never[]</title><link>https://tokkabi.com/posts/typescript-not-assignable-to-parameter-of-type-never/</link><pubDate>Sat, 08 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/typescript-not-assignable-to-parameter-of-type-never/</guid><description>TypeScript에서 빈 배열의 요소를 push 하려다 &amp;#39;not assignable to parameter of type never&amp;#39; 오류가 발생하는 이유와, 명시적 배열 타입 지정으로 해결하는 방법을 5단계로 설명합니다.</description></item><item><title>Angular 2 *ngFor 오류: Can't bind to 'ngFor' since it isn't a known native property 해결</title><link>https://tokkabi.com/posts/exception-cant-bind-to-ngfor-since-it-isnt-a-known-native-property/</link><pubDate>Tue, 04 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/exception-cant-bind-to-ngfor-since-it-isnt-a-known-native-property/</guid><description>Angular 2에서 *ngFor 디렉티브를 사용할 때 &amp;#39;Can&amp;#39;t bind to &amp;#39;ngFor&amp;#39; since it isn&amp;#39;t a known native property&amp;#39; 오류가 발생하는 원인과 해결 방법을 다룹니다. 주로 *ngFor 내부에서 변수 선언 시 &amp;#39;let&amp;#39; 키워드를 누락했기 때문에 발생하며, &amp;#39;#&amp;#39; 대신 &amp;#39;let&amp;#39;을 사용해야 합니다.</description></item><item><title>Node.js heap out of memory 크래시 원인과 해결 (--max-old-space-size)</title><link>https://tokkabi.com/posts/nodejs-heap-out-of-memory/</link><pubDate>Sun, 02 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/nodejs-heap-out-of-memory/</guid><description>Node.js에서 대용량 데이터를 처리할 때 &amp;#39;heap out of memory&amp;#39; 크래시가 발생하는 문제를 다룬다. V8 엔진의 기본 메모리 한도(약 1.7GB)를 초과하면 발생하며, --max-old-space-size 옵션으로 구(old space) 메모리 한도를 늘려 해결한다. 파일 인덱싱, 대량 배열 처리 등에서 자주 나타난다.</description></item></channel></rss>