Description
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
[email protected] build /usr/share/node/my-parse-server/node_modules/parse-dashboard
NODE_ENV=production webpack --config webpack/production.config.js && webpack --config webpack/PIG.config.js
(node:11011) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks
instead
Hash: 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