Closed wouterlemcke closed 4 years ago
OpenJDK 11 has been added to the image. Please check the latest
tag.
Thanks for your quick actions! When starting the database emulator it errors on permission issues. Did you try to run it?
┌────────────────────────────────────────────────────────┐
│ firebase-tools update check failed │
│ Try running with sudo or get access │
│ to the local update config store via │
│ sudo chown -R $USER:$(id -gn $USER) /home/node/.config │
└────────────────────────────────────────────────────────┘
/usr/local/share/.config/yarn/global/node_modules/configstore/index.js:53
throw err;
^
Error: EACCES: permission denied, open '/home/node/.config/configstore/firebase-tools.json'
You don't have access to this file.
at Object.openSync (fs.js:440:3)
at Object.readFileSync (fs.js:342:35)
at Configstore.get (/usr/local/share/.config/yarn/global/node_modules/configstore/index.js:34:26)
at new Configstore (/usr/local/share/.config/yarn/global/node_modules/configstore/index.js:27:45)
at Object.<anonymous> (/usr/local/share/.config/yarn/global/node_modules/firebase-tools/lib/configstore.js:4:18)
at Module._compile (internal/modules/cjs/loader.js:959:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Function.Module._load (internal/modules/cjs/loader.js:727:14)
at Module.require (internal/modules/cjs/loader.js:852:19) {
errno: -13,
syscall: 'open',
code: 'EACCES',
path: '/home/node/.config/configstore/firebase-tools.json'
}
I'm also getting this permission issue today. Not related to Java, though.
FYI: using an older tag (7.10.0) works for me.
Thank you. I've reproduced the issue with EACCES error. Should be fine now in the latest
tag.
Thanks! It works now.
Can this be closed?
I would like to use this image to run the firebase database emulator.
However this crashes because Java is not available. Can you add support for this?
Error: database: emulator has exited because java is not installed, you can install it from https://openjdk.java.net/install/