반응형
아래의 모듈을 받는데 문제가 발생.
npm install --global --production windows-build-tools
'process.env' only accepts a configurable, writable, and enumerable data descriptor
라는 에러가 발생했다.
'process.env' only accepts a configurable, writable, and enumerable data descriptor
실행에서
%temp% 를 입력하여 해당폴더에 txt 파일을 생성해준다.
이름은
dd_client_.log.txt
내용은
Closing installer. Return code: 3010.
저장 한 후 node version 17.9.1 으로 설치 후 다시 모듈을 설치한다.
설치 완료를 확인 후 자신이 원하는 노드 버전으로 재 설치 한다.
'NodeJS' 카테고리의 다른 글
[NodeJS] FCM 메세지 보내기 서버 사이드 (firebase-admin, server side) (0) | 2024.09.06 |
---|---|
[NodeJS] Node + express api server (노드 + 익스프레스 API 서버 만들기) (1) | 2024.09.06 |