콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1211 화면

I am trying to make my react app and integrate my react app with odoo through external Api's by help of nodeJs but when i tried to make database connection with odoo it gave me an error in node modules i.e

 sax.js:222 Uncaught TypeError: Cannot read properties of undefined (reading 'prototype')

    at sax.js:222:1

    at ./node_modules/sax/lib/sax.js (sax.js:1565:1)

    at options.factory (react refresh:6:1)

    at __webpack_require__ (bootstrap:24:1)

    at fn (hot module replacement:62:1)

    at ./node_modules/xmlrpc/lib/deserializer.js (deserializer.js:1:1)

    at options.factory (react refresh:6:1)

    at __webpack_require__ (bootstrap:24:1)

    at fn (hot module replacement:62:1)

    at ./node_modules/xmlrpc/lib/client.js (client.js:5:1)

아바타
취소