NodeJS

[Node] 'process.env' only accepts a configurable, writable, and enumerable data descriptor

allempty_sheep 2024. 9. 3. 09:30
반응형

 

 아래의 모듈을 받는데 문제가 발생.

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 으로 설치 후 다시 모듈을 설치한다.

 

설치 완료를 확인 후 자신이 원하는 노드 버전으로 재 설치 한다.