the current package throws an error when required, since the main script is not properly indexed.
This appears to be because the .gitignore lists the build directory, and no .npmignore exists to override that, so the npm package doesn't include the compiled script either.
the current package throws an error when required, since the main script is not properly indexed.
This appears to be because the
.gitignore
lists the build directory, and no.npmignore
exists to override that, so the npm package doesn't include the compiled script either.