You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
version number is wrong in the download link which cause 404
this
$ wget https://github.com/meanjs/mean/archive/0.4.0.zip -O meanjs.zip; unzip meanjs.zip; rm meanjs.zip
should be
$ wget https://github.com/meanjs/mean/archive/v0.4.0.zip -O meanjs.zip; unzip meanjs.zip; rm meanjs.zip
I will submit pull request for it.
The text was updated successfully, but these errors were encountered: