nickredmark / ooth

User identity/authentication/accounts management microservice for node.js
https://nmaro.github.io/ooth/
MIT License
605 stars 65 forks source link

Fix bootstrap error in fresh clone #74

Closed qinit closed 5 years ago

qinit commented 5 years ago

Error prompt as below: rm: packages/*/package-lock.json: No such file or directory

command 'rm' returns error when target not exists, add option '-f' to avoid error code.

nickredmark commented 5 years ago

Thank you