我正在尝试通过探索https://github.com/Autodesk-Forge/design.automation-nodejs-revit.window.family.create上的代码来探索 Revit 的设计自动化。当我运行应用程序时,我收到一条错误消息
"创建家庭失败:("
和以下日志 -
jstree.min.js:5 [Deprecation] document.registerElement 已弃用,将于 2019 年 3 月左右在 M73 中删除。请改用 window.customElements.define。有关详细信息,请参阅 https://www.chromestatus.com/features/4642138092470272 。(匿名)@ jstree.min.js:5 ForgeTree.js:348 Uncaught TypeError: Cannot read property 'className' of undefined at refreshTypeList (ForgeTree.js:348) at HTMLSpanElement.spanRemove.onclick (ForgeTree.js:339)
此外,在遵循提供的代码中的说明时,大多数链接都在 README.md 中为 Postman 集合提供(https://github.com/Developer-Autodesk/design-automation-for-revit/blob/master/Docs/AppBundle .md)对我来说是无法访问的。