Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on using getPackageStats() on 'chalk' module #46

Open
shree675 opened this issue Dec 21, 2021 · 0 comments
Open

Error on using getPackageStats() on 'chalk' module #46

shree675 opened this issue Dec 21, 2021 · 0 comments

Comments

@shree675
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant