npm i @react-awesome-query-builder/core --save
npm i react-awesome-query-builder --save
axios-cache-interceptor
using the command npm install axios-cache-interceptor
npm i react-awesome-query-builder --save --force
axios-cache-interceptor
, installation throws an error because our axios version is outdated. To fix this error you can update axios version from 0.26.1 to ^1.2.2 and then execute the installation command again.