skip to Main Content

Mongodb will not run on MacOS

I have been happily running MongoDB for years on my mac (currently sonoma 14.6.1), installing via brew, using $ brew install mongodb-community (and variants) in the terminal and then starting it using $ brew services start mongodb/brew/mongodb-community and getting a…

VIEW QUESTION

Unexpected identifier assert Shopify Remix app

I have installed Node.js Shopify CLI and using Homebrew. When run shopify app dev it provides a local url http://localhost:56467/ . This url giving error below. Unexpected identifier 'assert' at compileSourceTextModule (node:internal/modules/esm/utils:337:16) at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:166:18) at callTranslator (node:internal/modules/esm/loader:416:14) at ModuleLoader.moduleProvider…

VIEW QUESTION

Php versions – [Microsoft][ODBC Driver 17 for SQL Server] SSL Provider: [error:0A000102:SSL routines::unsupported protocol] in PHP Laravel on macOS using Brew

I'm encountering an issue while trying to connect to a SQL Server database using PHP Laravel on macOS with Brew. I'm receiving the following error message: [Microsoft][ODBC Driver 17 for SQL Server] SSL Provider: [error:0A000102:SSL routines::unsupported protocol] Checked this GitHub…

VIEW QUESTION

React native homebrew node location not in the right place

I'm getting the following error in Xcode when building Node found at: /opt/homebrew/bin/node /Users/adamwright/Documents/Development/AB3MobileUpgrade/AB3MobileUpgrade/ios/Pods/../../node_modules/react-native/React/FBReactNativeSpec/../../scripts/react_native_pods_utils/script_phases.sh: line 34: /opt/homebrew/bin/node: No such file or directory Command PhaseScriptExecution failed with a nonzero exit code It looks like my node is in the wrong path.…

VIEW QUESTION
Back To Top
Search