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.