You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
ERROR in ../sendgrid/lib/helpers/inbound/parse.js
Module not found: Error: Cannot resolve module 'fs' in /Users/xavianaxw/Code/honestfox/node_modules/sendgrid/lib/helpers/inbound
@ ../sendgrid/lib/helpers/inbound/parse.js 3:9-22
ERROR in ../mime/mime.js
Module not found: Error: Cannot resolve module 'fs' in /Users/xavianaxw/Code/honestfox/node_modules/mime
@ ../mime/mime.js 2:9-22
ERROR in ../uue/uue.js
Module not found: Error: Cannot resolve module 'fs' in /Users/xavianaxw/Code/honestfox/node_modules/uue
@ ../uue/uue.js 1:9-22
I found a solution for this on another repo here where I'm suppose to add the following code into my config.
node: {
fs: "empty"
}
Currently I added this to my webpack-multi-config.js file in node_modules/blendid but I'm looking for a way to manage it from my root folder's task-config.js
The text was updated successfully, but these errors were encountered:
For Blendid
Package: https://www.npmjs.com/package/sendgrid
The Error log
I found a solution for this on another repo here where I'm suppose to add the following code into my config.
Currently I added this to my
webpack-multi-config.js
file innode_modules/blendid
but I'm looking for a way to manage it from my root folder'stask-config.js
The text was updated successfully, but these errors were encountered: