0

Facing issue while executing enter image description herequery.js

3
  • 1
    Please install stream-buffers. link - npmjs.com/package/stream-buffers Commented Dec 12, 2019 at 13:41
  • Instead of the image, place the text. Commented Dec 12, 2019 at 14:45
  • Welcome to StackOverflow. If you feel an answer solved the problem, please mark it as 'accepted' by clicking the green check mark. This helps keep the focus on older SO which still don't have answers. Commented Dec 17, 2019 at 14:23

1 Answer 1

1

The error says: "Cannot find module 'stream-buffers'".

You should install it using:

npm install stream-buffers --save

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.