Not a Node developer, but just a npm start or yarn start is also failing with no error message
/usr/local/bin/node /usr/local/Cellar/yarn/1.22.0/libexec/bin/yarn.js run start
yarn run v1.22.0
$ npm run dev
npm WARN lifecycle The node binary used for scripts is /var/folders/46/_j62vgz94qb0293mndhzvyvw0000gp/T/yarn--1588320346721-0.7155526379684471/node but npm is using /usr/local/Cellar/node/13.11.0/bin/node itself. Use the --scripts-prepend-node-path option to include the path for the node binary npm was executed with.
rested@2.3.1 dev /Users/blah/work/fun/RESTED
NODE_ENV=development webpack --progress --colors --watch
Not a Node developer, but just a npm start or yarn start is also failing with no error message
/usr/local/bin/node /usr/local/Cellar/yarn/1.22.0/libexec/bin/yarn.js run start yarn run v1.22.0 $ npm run dev npm WARN lifecycle The node binary used for scripts is /var/folders/46/_j62vgz94qb0293mndhzvyvw0000gp/T/yarn--1588320346721-0.7155526379684471/node but npm is using /usr/local/Cellar/node/13.11.0/bin/node itself. Use the
--scripts-prepend-node-path
option to include the path for the node binary npm was executed with.10% building modules 1/1 modules 0 active
Webpack is watching the files… Hash: c7cac914acc11e3e1ccb Version: webpack 3.4.0
Time: 8623ms Asset Size Chunks Chunk Names rested.js 4.59 MB 0 [emitted] [big] main [44] (webpack)/buildin/global.js 509 bytes {0} [built] [65] ./src/store/options/selectors.js 2.03 kB {0} [built] [78] ./src/constants/constants.js 6.07 kB {0} [built] [107] ./src/store/request/actions.js 986 bytes {0} [built] [113] ./src/store/options/actions.js 485 bytes {0} [built] [295] ./src/store/request/types.js 533 bytes {0} [built] [503] ./src/store/index.js 589 bytes {0} [built] [538] ./src/store/sagas.js 1.16 kB {0} [built] [592] multi babel-polyfill ./src/index.js 40 bytes {0} [built] [775] ./src/index.js 1.29 kB {0} [built] [915] ./src/utils/requestInterceptors.js 2.39 kB {0} [built] [916] ./src/store ^.\/configureStore...js$ 217 bytes {0} [built] [917] ./src/store/configureStore.dev.js 804 bytes {0} [optional] [built] [1616] ./src/store/configureStore.prod.js 468 bytes {0} [optional] [built] [1617] ./src/components/Root ^.\/Root...js$ 197 bytes {0} [built]
Process finished with exit code 2