-
Thanks for Launchpad.
Any ideas why I'd be getting this error pls:
Seems to be realted to https://atmospherejs.com/lookback/emails
```
buzzy-buzz:resources-core: updating npm dependencies --…
-
Support for Debian Jessie ends on June 30, 2020, until then, the base docker image has to be updated to stretch :)
-
Looks like it hasn't been updated for a while now and it's not buildable and runnable anymore since it pulls 1.4.1.2 meteor, but old NODE JS that is not supported by new meteor. Is this repo still mai…
-
having issues installing
launchpad.conf
```
# launchpad.conf
# Use apt-get to install any additional dependencies
# that you need before your building/running your app
# (default: undefined)…
-
[-] Building Meteor application...
Even with METEOR_ALLOW_SUPERUSER or --allow-superuser, permissions in your app
directory will be incorrect if you ever attempt to perform any Meteor tasks as
…
-
I'm running the following:
`docker build -t project .
`
I'm getting the following error:
```
Sending build context to Docker daemon 35.03MB
Step 1/3 : FROM meteorhacks/meteord:onbuild
# E…
rlyle updated
7 years ago
-
```
$ snap list wekan
Name Version Rev Tracking Developer Notes
wekan 1.18 233 stable xet7 devmode
```
on a Debian stretch with a nginx in front.
- Built-in mongodb works …
-
I'm getting the following error when trying to build my docker image:
```
[!] While attempting to install Meteor.js, the command: sh /tmp/install_meteor.sh
[!] Failed with the exit code 2. The …
rlyle updated
7 years ago
-
The Docker image we are building in the current version of the master is based on an image for a node.js application.
We are building the Unee-T frontend with Meteor which includes pre-packaged and…
-
With `graphql-tools` you may define your schema in such way:
```js
import { find, filter } from 'lodash';
import { makeExecutableSchema } from 'graphql-tools';
// example data
const authors =…
nodkz updated
5 years ago