You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const readline = require("readline"); that line makes the following error : Module not found: Can't resolve 'readline'
i am wokring on React Node Js VScode with a mac.
Actual Behavior
Steps to Reproduce the Problem
Specifications
Node version (node -v)
OS (Mac/Linux/Windows)
The text was updated successfully, but these errors were encountered:
Expected Behavior
const readline = require("readline"); that line makes the following error : Module not found: Can't resolve 'readline'
i am wokring on React Node Js VScode with a mac.
Actual Behavior
Steps to Reproduce the Problem
Specifications
node -v
)The text was updated successfully, but these errors were encountered: