Skip to content
New issue

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

APM-Start typescript error at 'npm start' #179

Open
martin-milon-capgemini opened this issue Sep 6, 2024 · 1 comment
Open

APM-Start typescript error at 'npm start' #179

martin-milon-capgemini opened this issue Sep 6, 2024 · 1 comment

Comments

@martin-milon-capgemini
Copy link

got the error message
node_modules/@types/node/stream/web.d.ts:513:13 - error TS2502: 'ReadableStreamBYOBRequest' is referenced directly or indirectly in its own type annotation.
when running npm start after npm install (in APM-Start)

@encryptions
Copy link

encryptions commented Dec 29, 2024

Very late reply, but if anyone is having issues with this same error in the future, go into the package.json file and include the line

"@types/node": "^16.15.1",

in the devDependencies section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants