RocketRML icon indicating copy to clipboard operation
RocketRML copied to clipboard

Publish optional package on npmjs.

Open mightymax opened this issue 1 year ago • 0 comments

The optional dependency on xpath-iterator is referring to a git URL. While this is perfectly fine in most cases, in some environments this will fail. Even though it is an optional dependency, yarn will still download it (not sure about npm). Some users have strict policies for security reasons on where they can download dependencies from. Some might even have a mirror from npmjs.com and checks/limits that mirror.

Can you please publish the xpath-iterator package on npmjs.com and change the options dependency to reflect this?

Thanks!

mightymax avatar Nov 23 '23 08:11 mightymax