aws-s3-storage error
-
Getting following error while starting the jsreport with
npm install jsreport-aws-s3-storage# jsreport start error: Error occurred during reporter init: Error: Error when loading extension aws-s3-storage@1.1.0 Error: Extension "aws-s3-storage" is not compatible with "core" extension. Missing ".requires" information in "aws-s3-storage" definition jsreport -v jsreport version: 3.6.2 cli version: 3.2.1
-
You need to use the following package
https://github.com/jsreport/jsreport/tree/master/packages/jsreport-aws-s3-storagenpm install @jsreport/jsreport-aws-s3-storage
-
Thankyou ! it works.