I want to install this custom npm package in my site is there anyway that I can accomplish this task?
Hey there,
You need to request the npm package from the Wix team. See this article: https://support.wix.com/en/article/corvid-managing-external-code-libraries-with-the-package-manager
Thank You
If you need an certain npm package that wix is not supported at the moment you can request as shan said
another way is to copy the whole bundled code and paste it in the wix backed file .js and then you can import as follow
import * as moduleName from “backend/fileName.js”;
Note: that not all the npm is supported, if you are new to npm this is not recommended