You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
currently it is not possible to update web-ifc to the latest version. In fact, after updating the library version in the package.json file, the conversion of the IFC files is not performed but the following error is shown
node:internal/modules/cjs/loader:528
throw e;
^
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './web-ifc-api-node.js' is not defined by "exports" in /home/pdereggi/Tools/xeokit_test/xeokit-convert/node_modules/web-ifc/package.json
at new NodeError (node:internal/errors:387:5)
at throwExportsNotFound (node:internal/modules/esm/resolve:365:9)
at packageExportsResolve (node:internal/modules/esm/resolve:649:3)
at resolveExports (node:internal/modules/cjs/loader:522:36)
at Function.Module._findPath (node:internal/modules/cjs/loader:562:31)
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:971:27)
at Function.Module._load (node:internal/modules/cjs/loader:833:27)
at Module.require (node:internal/modules/cjs/loader:1057:19)
at require (node:internal/modules/cjs/helpers:103:18)
at Object.<anonymous> (/home/pdereggi/Tools/xeokit_test/xeokit-convert/convert2xkt.js:9:16) {
code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'
}
The text was updated successfully, but these errors were encountered:
Hi,
currently it is not possible to update web-ifc to the latest version. In fact, after updating the library version in the package.json file, the conversion of the IFC files is not performed but the following error is shown
The text was updated successfully, but these errors were encountered: