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
npm install
Currently, lots of developers struggle with the installation of the Wechaty because their environments leak of the build-tools.
A better way to solve this problem is to replace the npm modules that require build when install, to the module can work out-of-the-box.
The text was updated successfully, but these errors were encountered:
xml2json
xml2js
use xml2js to replace xml2json to prevent build process when npm inst…
8a9a38d
…all (wechaty/wechaty#1529)
Had cleaned most of them.
Sorry, something went wrong.
No branches or pull requests
Currently, lots of developers struggle with the installation of the Wechaty because their environments leak of the build-tools.
A better way to solve this problem is to replace the npm modules that require build when install, to the module can work out-of-the-box.
Npm Module That Requires Build When Npm Install
The text was updated successfully, but these errors were encountered: