ASAshutosh Shuklaindeepalpha.hashnode.dev·May 9, 2025 · 1 min readBypass CORS in Arc Browser Without ExtensionsQuick Guide: Disable Web Security in Arc Sometimes during frontend development, you need to bypass CORS (Cross-Origin Resource Sharing) restrictions to test APIs or embedded content from different origins. Instead of juggling browser extensions, you ...00
ASAshutosh Shuklaindeepalpha.hashnode.dev·May 7, 2025 · 1 min readFix “npm ERR! ERESOLVE could not resolve” in Cloudflare Pages BuildIf you’re deploying a React app (or any Node.js project) on Cloudflare Pages and encountering this common build error: npm ERR! ERESOLVE could not resolve npm ERR! While resolving: @date-io/date-fns@3.2.1 npm ERR! Found: date-fns@2.30.0 ... npm ERR! ...00
ASAshutosh Shuklaindeepalpha.hashnode.dev·May 6, 2025 · 2 min readHow to install node MCPs using nvmBackground This solution is inspired by https://github.com/modelcontextprotocol/servers/issues/64 but with a little more detail. With a few changes, it also works for macOS, Linux, and Windows. Problem When using NVM or standard Node.js installation,...00