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
Running npx ts-node examples/hn.ts fails with: CopyError: Directory import '/Users/[user]/Workspace/llm-scraper/src' is not supported resolving ES modules
Environment: Node.js: v23.6.1 TypeScript: 5.4.5 Package: [email protected] OS: macOS Package manager: npm
Steps: Clone repo add environmental variables (open ai key) npm install terminal: npx ts-node examples/hn.ts
Could you help clarify the correct setup to run the examples?
The text was updated successfully, but these errors were encountered:
Same issue
Sorry, something went wrong.
No branches or pull requests
Running npx ts-node examples/hn.ts fails with:
CopyError: Directory import '/Users/[user]/Workspace/llm-scraper/src' is not supported resolving ES modules
Environment:
Node.js: v23.6.1
TypeScript: 5.4.5
Package: [email protected]
OS: macOS
Package manager: npm
Steps:
Clone repo
add environmental variables (open ai key)
npm install
terminal: npx ts-node examples/hn.ts
Could you help clarify the correct setup to run the examples?
The text was updated successfully, but these errors were encountered: