I installed this plugin for content import and export and for local development it launches and runs smoothly but when I try to deploy it to glcoud it gives me error that I have pasted below. Before this plugin deployment to gcloud worked but I I can’t find the reason why this is happening.
Building your admin UI with development configuration ...
ℹ Compiling Webpack
Error: Module not found: Error: Can't resolve 'file-saver' in '/workspace/plugins/content-export-import/admin/src/containers/ExportPage'
at compiler.run (/workspace/node_modules/strapi-admin/index.js:70:23)
at finalCallback (/workspace/node_modules/webpack/lib/Compiler.js:257:39)
at onCompiled (/workspace/node_modules/webpack/lib/Compiler.js:265:20)
at hooks.make.callAsync.err (/workspace/node_modules/webpack/lib/Compiler.js:670:21)
at _err1 (eval at create (/workspace/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:28:1)
at _addModuleChain (/workspace/node_modules/webpack/lib/Compilation.js:1173:13)
at processModuleDependencies.err (/workspace/node_modules/webpack/lib/Compilation.js:1096:25)
at asyncLib.forEach.err (/workspace/node_modules/webpack/lib/Compilation.js:1017:13)
at /workspace/node_modules/neo-async/async.js:2830:7
at /workspace/node_modules/neo-async/async.js:2830:7
at done (/workspace/node_modules/neo-async/async.js:2863:11)
at /workspace/node_modules/neo-async/async.js:2818:7
at asyncLib.forEach.err (/workspace/node_modules/webpack/lib/Compilation.js:1017:13)
at /workspace/node_modules/neo-async/async.js:2830:7
at /workspace/node_modules/neo-async/async.js:2830:7
at done (/workspace/node_modules/neo-async/async.js:2863:11)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! wmbold-gcloud-backend@0.1.0 gcp-build: `strapi build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the wmbold-gcloud-backend@0.1.0 gcp-build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.