Coder Social home page Coder Social logo

Comments (13)

sgowdev avatar sgowdev commented on August 18, 2024

@yashaRO Ever find an alternative configuration? My tech stack relies on nightmare, not sure what to do here come May 1st.

from nightmare-heroku.

yashaRO avatar yashaRO commented on August 18, 2024

Not even, will be trying to build my own alt config prob mid-end March.

from nightmare-heroku.

sgowdev avatar sgowdev commented on August 18, 2024

That's basically where I'm at. Hopefully I can whip up a Dockerfile to handle this and just use the Heroku "container" stack.

from nightmare-heroku.

damaneice avatar damaneice commented on August 18, 2024

Here is my Dockerfile:

FROM node:9

RUN apt-get update &&\
    apt-get install -y libgtk2.0-0 libgconf-2-4 \
    libnotify4 libasound2 libxtst6 libxss1 libnss3 xvfb
RUN npm install -g yarn

RUN mkdir /app
WORKDIR /app

COPY package.json ./
COPY yarn.lock ./
COPY . .
RUN chmod +x /usr/local/bin/yarn
RUN yarn install

It is an old version of node. You can probably try and get this working with a newer node version.

from nightmare-heroku.

sgowdev avatar sgowdev commented on August 18, 2024

I'll give this a try! Thanks @damaneice

from nightmare-heroku.

yashaRO avatar yashaRO commented on August 18, 2024

@sgowen Have you tried it yet?

from nightmare-heroku.

sgowdev avatar sgowdev commented on August 18, 2024

@yashaRO not yet, as the project I am on is currently suspended amidst the COVID outbreak. Assuming it picks back up in the next few weeks, I'll give a try before the Cedar-14 EOL on May 1st

from nightmare-heroku.

sgowdev avatar sgowdev commented on August 18, 2024

Yay, the Cedar-14 EOL date has been extended! https://hello.heroku.com/webmail/36622/937816529/40854764157caf031003b1c12134fd67c5ae482245bc1bb39dd2f553109833a1

from nightmare-heroku.

yashaRO avatar yashaRO commented on August 18, 2024

What's funny is they say

At Salesforce, our top priority is providing you a trusted platform. As we all face the COVID-19 (coronavirus) pandemic, we are postponing the close of the Cedar-14 EOL window to November 2nd, 2020...

Salesforce

from nightmare-heroku.

sgowdev avatar sgowdev commented on August 18, 2024

@yashaRO haha

from nightmare-heroku.

sgowdev avatar sgowdev commented on August 18, 2024

@yashaRO ended up switching to puppeteer following the instructions here: puppeteer/puppeteer#758

I'm on heroku-16 now

from nightmare-heroku.

yashaRO avatar yashaRO commented on August 18, 2024

Oh nice, were there any tradeoffs or does your project work the same?

from nightmare-heroku.

sgowdev avatar sgowdev commented on August 18, 2024

Works exactly the same, except I was able to delete my Aptfile and .profile files!

from nightmare-heroku.

Related Issues (11)

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.