Skip to content

Commit ce1653b

Browse files
authored
Merge pull request #501 from dooley1001/patch-1
Update README.md with Node 18 Warning
2 parents 22832d3 + 505b610 commit ce1653b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
[Twilio Functions](https://www.twilio.com/functions) are a serverless environment to build and run Twilio applications so you can get to production faster. You provide the Node.js code to perform the task you need and Twilio runs it. You can read [more about Twilio Functions and how to use them in the introductory blog post](https://www.twilio.com/blog/2017/05/introducing-twilio-functions.html).
66

7-
## This repo
7+
###Attention
88

9-
This repo is intended to be a collection of useful Twilio Functions that are tested and documented. The intention is that you can take any of these Functions and drop them into a project, confident they will work, whether you are a developer looking for a particular building block or a builder who just needs a particular Function. These templates are also available through `twilio-run new` inside the [`twilio-run`](https://npm.im/twilio-run) CLI.
9+
With the release of Node v18, the Node.js ecosystem is migrating over from the old CommonJS (CJS) standard to the newer, ES Modules (ESM) standard. Using ESM modules in CJS code is not possible. You can read about the differences in far more detail in this [blog Post.](https://redfin.engineering/node-modules-at-war-why-commonjs-and-es-modules-cant-get-along-9617135eeca1). The following snippets may causes errors.
10+
11+
These templates are also available through `twilio-run new` inside the [`twilio-run`](https://npm.im/twilio-run) CLI.
1012

1113
## Usage
1214

@@ -32,4 +34,4 @@ This project welcomes contributions. Please check out our [Contributing guide](d
3234

3335
## License
3436

35-
MIT © Twilio Inc.
37+
MIT © Twilio Inc.

0 commit comments

Comments
 (0)