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
Hi!
While building a Next.js project that includes RDFLib ([email protected]), the build fails due to a missing module error in rdf-canonize:
Module not found: Can't resolve 'rdf-canonize-native' in '.../node_modules/.pnpm/[email protected]/node_modules/rdf-canonize/lib'
This error seems to originate from rdf-canonize, which is a dependency of jsonld, which in turn is required by RDFLib.
The build should complete successfully without missing dependencies.
next dev ▲ Next.js 15.2.1 - Local: http://localhost:3000 - Network: http://192.168.68.105:3000 ✓ Starting... ✓ Ready in 2.7s ○ Compiling / ... ⚠ ./node_modules/.pnpm/[email protected]/node_modules/rdf-canonize/lib/index.js Module not found: Can't resolve 'rdf-canonize-native' in '.../node_modules/.pnpm/[email protected]/node_modules/rdf-canonize/lib' Import trace for requested module: ./node_modules/.pnpm/[email protected]/node_modules/rdf-canonize/lib/index.js ./node_modules/.pnpm/[email protected]/node_modules/rdf-canonize/index.js ./node_modules/.pnpm/[email protected][email protected]/node_modules/jsonld/lib/jsonld.js ./node_modules/.pnpm/[email protected][email protected]/node_modules/jsonld/lib/index.js ./node_modules/.pnpm/[email protected][email protected]/node_modules/rdflib/esm/jsonldparser.js ./node_modules/.pnpm/[email protected][email protected]/node_modules/rdflib/esm/fetcher.js ./node_modules/.pnpm/[email protected][email protected]/node_modules/rdflib/esm/index.js
Thank you in advance!!!
The text was updated successfully, but these errors were encountered:
Related to digitalbazaar/rdf-canonize-native#10
Sorry, something went wrong.
digitalbazaar/jsonld.js#567 (comment)
Can I do anything to help resolve this issue. Is it a new version issue ?
No branches or pull requests
Hi!
While building a Next.js project that includes RDFLib ([email protected]), the build fails due to a missing module error in rdf-canonize:
This error seems to originate from rdf-canonize, which is a dependency of jsonld, which in turn is required by RDFLib.
Steps to Reproduce
Expected Behavior
The build should complete successfully without missing dependencies.
Actual Behavior
Environment
Attempts to solve
Full Log
Conclusion
Thank you in advance!!!
The text was updated successfully, but these errors were encountered: