Skip to content

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

Description

@shree675

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions