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
Entry main in package.json points to nonexistent file ./dist/index.js.
main
package.json
./dist/index.js
node.js 16.0 issues warning: [DEP0128] DeprecationWarning: Invalid 'main' field in 'node_modules\bfx-api-node-util\package.json' of './dist/index.js'.
[DEP0128] DeprecationWarning: Invalid 'main' field in 'node_modules\bfx-api-node-util\package.json' of './dist/index.js'.
Check package.json To see the warning, use the module in node.js 16.0.
The text was updated successfully, but these errors were encountered:
fixed in #20
Sorry, something went wrong.
No branches or pull requests
Issue type
Brief description
Entry
main
inpackage.json
points to nonexistent file./dist/index.js
.node.js 16.0 issues warning:
[DEP0128] DeprecationWarning: Invalid 'main' field in 'node_modules\bfx-api-node-util\package.json' of './dist/index.js'.
Steps to reproduce
Check
package.json
To see the warning, use the module in node.js 16.0.
Additional Notes:
The text was updated successfully, but these errors were encountered: