Hi,
I'm using Mac OSX El Capitan and npm 4. I followed readme instruction for workflow without Docker as
git clone ...
npm install
cd examples/gh-pages
npm install
npm start
And got this Error: Couldn't find preset "babel-preset-syntax-from-presets" relative to directory "../react-google-maps/examples/gh-pages".
Can anyone point me to further clue? Why does it need this lib? Thanks.
Hi, I'm using Mac OSX El Capitan and npm 4. I followed readme instruction for workflow without Docker as
git clone ... npm install cd examples/gh-pages npm install npm start And got this Error: Couldn't find preset "babel-preset-syntax-from-presets" relative to directory "../react-google-maps/examples/gh-pages". Can anyone point me to further clue? Why does it need this lib? Thanks.