aws-mobile-appsync-sdk-js icon indicating copy to clipboard operation
aws-mobile-appsync-sdk-js copied to clipboard

undefined Unable to resolve module stream from

Open AmrutaPawar025 opened this issue 1 year ago • 0 comments

my package json contain aws-appsync version 4.1.9 gives error undefined Unable to resolve module stream from \node_modules@smithy\util-stream\dist-cjs\getAwsChunkedEncodingStream.js: stream could not be found within the project or in these directories: node_modules 2 | Object.defineProperty(exports, "__esModule", { value: true }); 3 | exports.getAwsChunkedEncodingStream = void 0;

4 | const stream_1 = require("stream"); | ^ 5 | const getAwsChunkedEncodingStream = (readableStream, options) => { 6 | const { base64Encoder, bodyLengthChecker, checksumAlgorithmFn, checksumLocationName, streamHasher } = options; 7 | const checksumRequired = base64Encoder !== undefined &&]

AmrutaPawar025 avatar Sep 12 '23 09:09 AmrutaPawar025