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
No description provided.
The text was updated successfully, but these errors were encountered:
Buffer should be defined in the node.js type definition file (.d.ts), You can add this by using typings ( https://github.com/typings/typings ).
Perhaps it is possible to define this dependency in the package.json, but I have not had the time to find out and typings works very well.
install typings: npm install --global typings
npm install --global typings
install node.js type definition file: typings install dt~node --global
typings install dt~node --global
Sorry, something went wrong.
same error
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: