XL-Zhao-23 commented on issue #13517:
URL: https://github.com/apache/skywalking/issues/13517#issuecomment-3436758003

   Currently, npm does not enforce strict constraints on package naming. Most 
packages follow common conventions, so there is a general level of consistency, 
but some exceptions and irregular naming patterns still exist.
   
   To address this, we plan to implement several regular pattern checks and 
allow pattern customization for specific library lists. As an initial step, I 
will focus on resolving the issue observed in the BanyanDB scenario.
   
   In addition, according to the official npm documentation, the npm ls command 
is described as:
   
   “This command will print to stdout all the versions of packages that are 
installed.”
   
   However, our actual observation shows that npm ls outputs include 
cross-platform packages, which seems inconsistent with the documentation. I’ve 
submitted an issue to npm for clarification on this behavior.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to