Giter VIP home page Giter VIP logo

edgedb-ui's People

Contributors

1st1 avatar jaclarke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

edgedb-ui's Issues

Errors when starting up

I tried following the README and ran into some issues. Everything seemed ok until I hit the npm start and I got the error message that follows below. I tried wiping the repo clean and running again 3 or 4 times and Google does not seem to have any easy answers here. I'm not sure if the problem is a missing connections.json file, node fuse, pacakge incompatibilities, or something else.

I'm no node expert, so maybe there is just something obvious I should do differently?

.......

└── [email protected] 56.7 kB (0 files)
size: 1.6 MB in 2s 117ms


Errors for renderer bundle
→ ERROR Asset reference "renderer/components/schemaView/schemaDetails.vue" has failed to resolve in module "default"



Bundle "schemaLayoutWorker"

workers/schemaLayout/aStar.js
workers/schemaLayout/layout.js
workers/schemaLayout/routeLinks.js

└── (3 files, 26.2 kB) default
└── [email protected] 9 kB (0 files)
└── [email protected] 11.9 kB (0 files)
└── [email protected] 406.9 kB (0 files)
size: 454.1 kB in 218ms
16:15:30: Launching socket server on 4444
(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9. For more information please check electron/electron#18397
[Error: ENOENT: no such file or directory, open '/.config/Electron/connections.json'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '
/.config/Electron/connections.json'
}
events.js:187
throw er; // Unhandled 'error' event
^

Error: ENOSPC: System limit for number of file watchers reached, watch '/edgedb-ui/src/edgedb/node_modules/json-schema-traverse/README.md'
at FSWatcher.start (internal/fs/watchers.js:165:26)
at Object.watch (fs.js:1329:11)
at createFsWatchInstance (
/edgedb-ui/node_modules/chokidar/lib/nodefs-handler.js:37:15)
at setFsWatchListener (/edgedb-ui/node_modules/chokidar/lib/nodefs-handler.js:80:15)
at FSWatcher.NodeFsHandler._watchWithNodeFs (
/edgedb-ui/node_modules/chokidar/lib/nodefs-handler.js:228:14)
at FSWatcher.NodeFsHandler._handleFile /edgedb-ui/node_modules/chokidar/lib/nodefs-handler.js:255:21)
at FSWatcher. (
/edgedb-ui/node_modules/chokidar/lib/nodefs-handler.js:473:21)
at FSReqCallback.oncomplete (fs.js:159:5)
Emitted 'error' event on FSWatcher instance at:
at FSWatcher._handleError (/edgedb-ui/node_modules/chokidar/index.js:257:10)
at createFsWatchInstance (
/edgedb-ui/node_modules/chokidar/lib/nodefs-handler.js:39:5)
at setFsWatchListener (/edgedb-ui/node_modules/chokidar/lib/nodefs-handler.js:80:15)
[... lines matching original stack trace ...]
at FSReqCallback.oncomplete (fs.js:159:5) {
errno: -28,
syscall: 'watch',
code: 'ENOSPC',
path: '
/edgedb-ui/src/edgedb/node_modules/json-schema-traverse/README.md',
filename: '~/edgedb-ui/src/edgedb/node_modules/json-schema-traverse/README.md'
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: node fuse
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! ~/.npm/_logs/2021-08-27T20_15_30_995Z-debug.log


~/.npm/_logs/2021-08-27T20_15_30_995Z-debug.log:

0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli '/.nvm/versions/node/v12.13.1/bin/node',
1 verbose cli '
/.nvm/versions/node/v12.13.1/bin/npm',
1 verbose cli 'start'
1 verbose cli ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected]prestart: [email protected]
6 info lifecycle [email protected]
start: [email protected]
7 verbose lifecycle [email protected]start: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]
start: PATH: /.nvm/versions/node/v12.13.1/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/edgedb-ui/node_modules/.bin:/.nvm/versions/node/v12.13.1/bin:/.local/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
9 verbose lifecycle [email protected]
start: CWD: /edgedb-ui
10 silly lifecycle [email protected]
start: Args: [ '-c', 'node fuse' ]
11 silly lifecycle [email protected]start: Returned: code: 1 signal: null
12 info lifecycle [email protected]
start: Failed to exec start script
13 verbose stack Error: [email protected] start: node fuse
13 verbose stack Exit status 1
13 verbose stack at EventEmitter. (/.nvm/versions/node/v12.13.1/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
13 verbose stack at EventEmitter.emit (events.js:210:5)
13 verbose stack at ChildProcess. (
/.nvm/versions/node/v12.13.1/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:210:5)
13 verbose stack at maybeClose (internal/child_process.js:1021:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
14 verbose pkgid [email protected]
15 verbose cwd /edgedb-ui
16 verbose Linux 5.4.0-80-generic
17 verbose argv "
/.nvm/versions/node/v12.13.1/bin/node" "~/.nvm/versions/node/v12.13.1/bin/npm" "start"
18 verbose node v12.13.1
19 verbose npm v6.12.1
20 error code ELIFECYCLE
21 error errno 1
22 error [email protected] start: node fuse
22 error Exit status 1
23 error Failed at the [email protected] start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.