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
I have pulled in a package which makes use of a node package called es5-ext. The folder structure for this library includes a hash character which trips the validation of tfx-cli.
error: Error: Part Name 'buildAndReleaseTask/node_modules/es5-ext/array/#/@@iterator/implement.js' is invalid. Please check the following:
error: 1. No whitespace or any of these characters: #^[]<>?
error: 2. Cannot end with a period.
error: 3. No percent-encoded / or \ characters. Additionally, % must be followed by two hex characters.
As such I cannot package the task as I am unaware of any means I can modify the third party package easily.
Any advice appreciated!
Thanks
Sergio
The text was updated successfully, but these errors were encountered:
Good afternoon,
I have pulled in a package which makes use of a node package called es5-ext. The folder structure for this library includes a hash character which trips the validation of tfx-cli.
As such I cannot package the task as I am unaware of any means I can modify the third party package easily.
Any advice appreciated!
Thanks
Sergio
The text was updated successfully, but these errors were encountered: