-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Any reason for no recent releases? #1037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 Is there scope to add more maintainers? |
@parse-community/core-maintainers There have been 115 commits since the last release, I’m not aware of the release process for this, would someone be able to create a new release? |
I'll give it a go. |
Can someone review #984? I cleaned it up. |
@omairvaiyani there is absolutely scope to add more maintainers! please hit me up on https://parseopensource.slack.com/ if you have any bandwidth to help out!! |
ok, I gave it a go.
Would be awesome if we could get someone with familiarity with webpack and react to give this some love.❤️ |
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
You're running version >=1.0.23 of Parse Dashboard.
You're running version >=2.3.2 of Parse Server.
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Steps to reproduce
Hi all,
Looks like its been more than a year since 1.2.0(released Mar 6, 2018), but no recent releases added to npm since then.
Its odd to me that the dashbaord is still actively being maintained, but no recent releases.
I'm trying to build from master for the dev option, but having lots of issues.
I'd much rather just 'npm i' the latest release..
Logs/Trace
[parse-dashboard]# sudo npm run build
(node:11011) DeprecationWarning: Tapable.plugin is deprecated. Use new API on
.hooks
insteadHash: 1ae32fa202571224b31b
Version: webpack 4.29.6
Time: 593ms
Built at: 2019-03-27 13:30:47
4 assets
Entrypoint dashboard = dashboard.bundle.js
Entrypoint login = login.bundle.js
Entrypoint PIG = PIG.bundle.js
Entrypoint quickstart = quickstart.bundle.js
[2] ./parse-interface-guide/routes.js 248 bytes {0} [built] [failed] [1 error]
[3] ./dashboard/index.js 273 bytes {1} [built] [failed] [1 error]
[4] ./login/index.js 267 bytes {2} [built] [failed] [1 error]
[5] ./parse-interface-guide/index.js 352 bytes {0} [built]
[12] ./quickstart/index.js 238 bytes {3} [built] [failed] [1 error]
+ 8 hidden modules
ERROR in ./parse-interface-guide/routes.js 15:0
Module parse failed: Unexpected token (15:0)
You may need an appropriate loader to handle this file type.
|
| module.exports = (
|
| <Route path='/:component?' render={(props) => {
@ ./parse-interface-guide/index.js 10:0-30 14:16-22
The text was updated successfully, but these errors were encountered: