aws-mobile-appsync-sdk-js
aws-mobile-appsync-sdk-js copied to clipboard
undefined Unable to resolve module stream from
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 &&]