Is 'ml-regression' npm supported by Velo

Hi, i just installed npm ‘ml-regression’ into my wix, and after i import into my backend jsw, it shows the below error:
Error loading web module backend/pumpsizing.jsw:
Cannot find module ‘ml-regression’
Require stack:

  • /user-code/backend/pumpsizing.jsw
  • /user-code/stubmodule-that-does-the-require.js
  • /elementory/node_modules/scoped-require/index.js
  • /elementory/factories.js
  • /elementory/create-app.js
  • /elementory/cloud-grid-runner.js

And I checked on the node packages list in your site I cannot find ‘ml-regression ver 5.0.0’ inside the list, even though i can find it in package manager and install it . Please advice and help. Thank you very much

Hello. If you are seeing the package as available to install from your editor, then you can install it. Did everything work as expected once you installed the dependency you needed?

Hi, thanks for replying. I did install the npm into my editor and it show in my npm list as well. However, it always show ask to update to 5.0.0, which i already did but everytime when i check back it still ask to update to 5.0.0.

Also when I import the npm into my backend page code in jsw, it will show the error below:

I found the similar post in https://www.wix.com/velo/forum/coding-with-velo/is-the-yoti-npm-supported-or-not which also have the similar problem with what i facing now and seems like you can help to solve it. Hope you can check on this npm for me as well. Thank you very much