On typing the following code,
const results = await getPackageStats("chalk");
console.log(results);
the function returns an error as shown below:
(node:12162) UnhandledPromiseRejectionWarning: EntryPointError: EntryPointError
at Object.buildPackage (/home/lenovo/Desktop/My Drive/Package Cleaner/node_modules/package-build-stats/build/utils/build.utils.js:204:17)
at process._tickCallback (internal/process/next_tick.js:68:7)
It doesn't seem to be working for chalk module, but it works for others.
Please let me know if I am using this module incorrectly.
On typing the following code,
the function returns an error as shown below:
It doesn't seem to be working for chalk module, but it works for others.
Please let me know if I am using this module incorrectly.