I have found the following dependency in my angular project package.json file.
"@bento/bento-ng":"8.4.1",
"@bento/bento-ng-d3":8.4.1,
"@bento/bento-ng-datamap":8.4.1,
"@bento/bento-ng-flexgrid-control":8.4.1,
"@bento/bento-ng-transferbox":8.4.1
Tried npm install, yarn install
but nothing helps out in installing these packages, I always get the same error
error: An unexpected error occured: "https://registry.npmjs.org/@bento%2fbento-ng-d3: not found"
I tried to search https://www.npmjs.com/ and got the same error 0 package found. Also, searched on jfrog artifactory but they are not available.
someone used these packages in the code repository but I can't get them from anywhere what to do? what will be the optimum solution to get out of this problem, if somehow I got the packages it is good practice to keep them in my code?