Error: Cannot find module 'node:events'
NaokiHaba opened this issue · 0 comments
NaokiHaba commented
Describe the bug
A clear and concise description of what the bug is.
Reproduced step
Steps to reproduce the behavior:
- upgrade
node16.18.0
to `18.16.1 - run
reg-suit run
3. - you get
Error: Cannot find module 'node:events'
4. - run
npm i events
, but it does not change
Expected behavior
Successful `reg-suit run
Actual behavior
Error: Cannot find module 'node:events'
Screenshots
If applicable, add screenshots to help explain your problem.