简体   繁体   中英

Cannot find module 'fs-extra' in aws chime

I am trying to build a video conferencing application using AWS chime. What I am trying to do is to follow the official documentation that is https://aws.amazon.com/blogs/business-productivity/building-a-meeting-application-using-the-amazon-chime-sdk/ but when I tried this I get an error after running this command in cloud9. I had replayed bucket name and stack name. The error is

[Error code][1]

Please check this issue. https://github.com/aws-samples/amazon-chime-sdk-recording-demo/issues/21

Follow below operation then I was able to solve same problem.

pushd ~/environment/amazon-chime-sdk-js
npm install fs-extra
popd

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM