We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there. I've been trying to use your library from NPM by adding the following line into my package.json's 'dependencies':
"kali": "https://github.com/Infinity/Kali/archive/0.0.1.tar.gz",
However I'm having trouble importing it. I think the reason is that Kali's package.json is missing the 'main' parameter (https://docs.npmjs.com/files/package.json#main).
Should I fork the project and add it myself, or do you plan on adding Kali to the NPM registry soon?
Lastly, great library, thanks!
[edit] I got it working by using LucasThompson@b8c0f3f (thank you too, @LucasThompson)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there. I've been trying to use your library from NPM by adding the following line into my package.json's 'dependencies':
"kali": "https://github.com/Infinity/Kali/archive/0.0.1.tar.gz",
However I'm having trouble importing it. I think the reason is that Kali's package.json is missing the 'main' parameter (https://docs.npmjs.com/files/package.json#main).
Should I fork the project and add it myself, or do you plan on adding Kali to the NPM registry soon?
Lastly, great library, thanks!
[edit] I got it working by using LucasThompson@b8c0f3f (thank you too, @LucasThompson)
The text was updated successfully, but these errors were encountered: