Thank you @HardAtWork that is extremely helpful. Now when i commit and push the code to github, i

Thank you @HardAtWork that is extremely helpful. Now when i commit and push the code to github, i see this error in the build logs in Cloudflare.

10:22:57.446    Found Functions directory at /functions. Uploading.
10:22:58.921    ✘ [ERROR] 1 error(s) and 0 warning(s) when compiling Worker.
10:22:58.922    
10:22:58.922    
10:22:58.925    
10:22:58.927    ✘ [ERROR] Could not resolve "@cloudflare/pages-plugin-mailchannels"
10:22:58.927    
10:22:58.927        _middleware.ts:1:31:
10:22:58.927          1 │ ...rt mailChannelsPlugin from "@cloudflare/pages-plugin-mailchannels";
10:22:58.927            ╵                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


I have the node_modules in .gitignore, so that are not being pushed into Github, is that the problem?
Was this page helpful?