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
Getting this error after importing:
Failed to resolve entry for package "near-contract-parser". The package may have incorrect main/module/exports specified in its package.json.
The text was updated successfully, but these errors were encountered:
@encody
Sorry, something went wrong.
Looks like the published package does not contain any lib folder where all the files should be present after building
lib
node_modules
cd near-contract-parser
npm install
npm run build
That made the import work for me
edit: do not forget to add the package to your package.json
package.json
No branches or pull requests
Getting this error after importing:
Failed to resolve entry for package "near-contract-parser". The package may have incorrect main/module/exports specified in its package.json.
The text was updated successfully, but these errors were encountered: