Skip to content

fix(cloud-function): add foreman dependency necessary for running npm start#71

Merged
caugner merged 1 commit intomainfrom
cf-node-foreman
Oct 22, 2025
Merged

fix(cloud-function): add foreman dependency necessary for running npm start#71
caugner merged 1 commit intomainfrom
cf-node-foreman

Conversation

@LeoMcA
Copy link
Copy Markdown
Member

@LeoMcA LeoMcA commented Oct 22, 2025

Before

npm start  

> mdn-function@0.0.1 start
> nf start

sh: line 1: nf: command not found

After

npm start

> mdn-function@0.0.1 start
> nf start

(node:254566) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
5:36:09 PM server.1 |  > mdn-function@0.0.1 server:watch
5:36:09 PM server.1 |  > nodemon --exec npm run server
...

@LeoMcA LeoMcA requested a review from a team as a code owner October 22, 2025 16:36
@LeoMcA LeoMcA requested a review from caugner October 22, 2025 16:36
@caugner caugner merged commit ff00f5a into main Oct 22, 2025
7 checks passed
@caugner caugner deleted the cf-node-foreman branch October 22, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants