grand-stack-starter icon indicating copy to clipboard operation
grand-stack-starter copied to clipboard

Simple starter project for GRANDstack full stack apps

Results 53 grand-stack-starter issues
Sort by recently updated
recently updated
newest added

`Driver is connected to the database that does not support multiple databases. Please upgrade to neo4j 4.0.0 or later in order to use this functionality` (Found in the browser console...

steps to reproduce: npx create-grandstack-app test choose to install dependecies cd test yarn start ``` 21:27:52 React-TS | The react-scripts package provided by Create React App requires a dependency: 21:27:52...

My initial run of `npm install` reported nearly 6000 vulnetabilities. This PR is just the result of running `npm audit fix` on the `api` & `web-react` elements. Happy to submit...

Having tried to get the starter project up and running I received the error that graphql was not found, so I had to install it explicitly. Happy to take advice...

I've just tried installing the app using `yarn`, however it failed with the error… ``` Error: /Users/me/.config/yarn/global/node_modules/ios-deploy: Command failed. ``` It looks like this is something to do with Xcode…...

Hello, I'm trying to start building a Flutter app using the Grandstack. I followed all of the directions to get the starter app up and running, but it's not working....

Could not start the program after installing the starter.

Running `npx create-grandstack-app test-app` I get the following error. I end up with a project that runs successfully, BUT it still has all the unused templates included. Looks like the...

I have a couple relationships, EDITEDBY and AUTHORED by that has a lot of instances. Each entity has an editeby relationship to a user entity. Inferschema creates this relationship for...

If I select API only when running `npm run start` I notice warnings in the output: ``` > node scripts/start-dev.js 08:02:06 API-Only | /bin/sh: line 0: cd: /Users/lyonwj/tmp/foobaaaaah/api-only: No such...