Safe_browser yarn start error - solved

I don’t know git well enough but had the impression that there is a stable and branches off that are development; so, I’m always surprised when I can’t just follow instructions and build without error.

On the back of finding http://docs.maidsafe.net/beaker-plugin-safe-app/ thought I’d take another look at that. So, looking then at building the safe_browser.

Using:

Linux Mint 18.1
npm 5.3.0
yarn 1.0.2
node v8.4.0

From GitHub - maidsafe/sn_browser: Safe Network Browser Application
I get to

yarn start

and wonder that is before “Package the SAFE Browser for production:”… but all is well until
the browser pops up ok but with an error as below:

?

1 Like

yarn start will set NODE_ENV=dev, can you please try again making sure you install the dependencies with NODE_ENV=dev yarn first?

1 Like

Thanks - that works…

1 Like

Thanks!
That did it :slight_smile:

1 Like