windows nodejs xml2json node-gyp error 삽질기
결론, 힘들게 삽질하지 말고 fast-xml-parser 쓰자 xml2json 을 사용하려고 하니 윈도우에서 에러를 뿜어주신다 의존성 문제인듯 한데 global 로 설치해주면 에러는 안나는듯한데 결국 프로젝트 안에서 npm install 하면 동일에러가~ 계속난다 PS C:\nodejs> npm install node-gyp -g npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 C:\Users\admin\AppData\Roaming\npm\node-gyp -> C:\Users\admin\AppData\Roaming\npm\node_modules\n..
programing/Nodejs
2021. 1. 23. 01:16