https://github.com/tryggingamidstodin/node-jt400
GitHub - tryggingamidstodin/node-jt400: NodeJS JT400 wrapper to connect to IBM iSeries and AS/400 systems (OS400 operating syste
NodeJS JT400 wrapper to connect to IBM iSeries and AS/400 systems (OS400 operating system, database like DB2, programs and filesystem) - GitHub - tryggingamidstodin/node-jt400: NodeJS JT400 wrapper...
github.com
정말 정말 연동하느라 고생이 많았다.
한 2주는 고생한 것 같다. ㅠㅠ
우선 as400은 해당 플러그인을 사용해서 연결했다.
그런데 내 맥북은 m1 ... 후....
그래서 해당 플러그인을 설치하면 arm64에러가 발생해서 제대로 설치가 되지 않았다.
삽질을 열심히 한 결과 아래 링크한 방법대로 arch -arm64 zsh에 nvm 버전을 설치 후 해당 버전에 install해서 연동하니 잘 작동한다.
해결해서 행복하다. ^^