skip to Main Content

Redis – Error while trying to run a Nest.js on EC2 machine

npm run start:dev > [email protected] start:dev > cross-env NODE_ENV=development nest start --watch node:events:489 throw er; // Unhandled 'error' event ^ Error: spawn nest ENOENT at ChildProcess._handle.onexit (node:internal/child_process:285:19) at onErrorNT (node:internal/child_process:483:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) Emitted 'error' event on ChildProcess instance at:…

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