Hi. I am trying to run the Build a Custom Visualization tutorial from https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/CustomVizTutorial#Tutorial_overview . But when I use "npm run build", I receive this error [webpack-cli] SyntaxError: Invalid regular expression: /(\p{Uppercase_Letter}+|\p{Lowercase_Letter}|\d)(\p{Uppercase_Letter}+)/: Invalid escape. I have been following the steps closely. I believe this may be an issue due to package versions. Any help would be appreciated. Thanks.
... View more