neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
408 stars 135 forks source link

Getting SyntaxError when trying to build last version #758

Closed crems-team closed 7 months ago

crems-team commented 7 months ago

Hi neodash team,

Having cloned the latest version of Neodash, I am attempting to execute it using yarn, but encountered a SyntaxError, as indicated below:

ERROR in ./src/application/ApplicationThunks.ts Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: /Users/mac/workspaces/BurtWs/phpproject/php7_all/www/team/src/application/ApplicationThunks.ts: Unexpected token, expected "," (67:66)

ERROR in ./src/settings/SettingsSelectors.ts Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: /Users/mac/workspaces/BurtWs/phpproject/php7_all/www/team/src/settings/SettingsSelectors.ts: Unexpected token, expected "," (1:35)

1 | export const getPageNumber = (state: any) => state.dashboard.settings.pagenumber; | ^

crems-team commented 7 months ago

problem cloning repository