peter-mouland / react-lego

React-lego : incrementally add more cool stuff to your react app
http://react-lego.herokuapp.com/
MIT License
414 stars 36 forks source link

Update yarn.lock to remove unreachable private registry #44

Closed alexparish closed 6 years ago

alexparish commented 6 years ago

Alternatively, add yarn.lock to .npmignore

alexparish commented 6 years ago

This may have broken the selenium setup as the server path is defined as node_modules/selenium-standalone/.selenium/selenium-server/3.7.1-server.jar in nightwatch.json but 3.8.1-server.jar is the file present in node_modules.

peter-mouland commented 6 years ago

cool, cheers bud! I should tie down the version of selenium by doing something like --version=3.7.1 in package.json script... i'll get round to it.

peter-mouland commented 6 years ago

fyi, the file it needs to match is config/nightwatch/nightwatch.json but i'll do this now.