monorepo icon indicating copy to clipboard operation
monorepo copied to clipboard

Explorer: start script doesn't work on macos

Open steebchen opened this issue 10 months ago • 2 comments

Fresh clone, npm i in the root, and then running npm start dev in packages/explorer lead to this:

 ~/projects/bitcoin-computer/packages/explorer | on main !1 ------------------------------------------------------- at 00:06:40 
> npm run start     

> @bitcoin-computer/[email protected] start
> PORT=1032 react-scripts start

validateOptions is not a function
npm ERR! Lifecycle script `start` failed with error: 
npm ERR! Error: command failed 
npm ERR!   in workspace: @bitcoin-computer/[email protected] 

on MacOS node v20.10.0 npm 10.2.3

steebchen avatar Apr 18 '24 20:04 steebchen