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
I got this error.
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /home/my_project/node_modules/lucid-cardano/package.json
My project is based on typescript and tsconfig-path. Here is my tsconfig.
{ "compilerOptions": { "target": "ES2022", "allowJs": true, "esModuleInterop": true, "module": "commonjs", "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "skipLibCheck": true, "skipDefaultLibCheck": true, "declaration": true, "sourceMap": false, "paths": { "@/*": ["src/*"], }, "outDir": "./dist", "rootDir": "./src", "baseUrl": ".", "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "checkJs": false, }, "include": ["src/"], "exclude": ["node_modules", "./src/contracts"], }
Can you help me with this issue?
The text was updated successfully, but these errors were encountered:
Getting the same error but in a Node.js application.
Sorry, something went wrong.
No branches or pull requests
I got this error.
My project is based on typescript and tsconfig-path.
Here is my tsconfig.
Can you help me with this issue?
The text was updated successfully, but these errors were encountered: