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
✘ [ERROR] Could not resolve "path"
../../../../../../node_modules/.aspect_rules_js/@[email protected]/node_modules/@typescript/vfs/dist/vfs.esm.js:575:17:
575 │ return require(String.fromCharCode(112, 97, 116, 104));
╵ ^
The package "path" wasn't found on the file system but is built into node. Are you trying to
bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
The text was updated successfully, but these errors were encountered:
Importing and using the
TSWriter
fromxlr-converters
results in an exception for thepath
module:The text was updated successfully, but these errors were encountered: