---
title: "Node.js Classic - July 1, 2024"
date: "2025-09-12T05:57:24+00:00"
summary: "Node.js update: Chrome package removed, Puppeteer recommended. Fixed log writing issue after logrotate execution."
image:
type: "announcement"
url: "/acquia-cloud-platform/add-ons/node-js/release/2024-07-01/80966-nodejs-classic-july-1-2024"
id: "81206d09-807d-44ef-8909-74a64ea0dd12"
---

#### **Type**

**Related ticket**

**Release note**

CHANGE

NODE-2141

Pre-installed Chrome package is removed from the platform. You can use Puppeteer instead. For more information on using Puppeteer, see [Configuring Puppeteer](https://docs.acquia.com/acquia-cloud-platform/add-ons/node-js/start#section-configuring-puppeteer).

FIX

NODE-2141

The `node.js` process was unable to write to `stdout.log` and `stderr.log` after the `logrotate` utility was executed.