Skip to content

Commit

Permalink
task(docs): Added note about node warning to C# Getting Started (#1196)
Browse files Browse the repository at this point in the history
* Added note about node warning in getting-started.rst
  • Loading branch information
Doug-AWS authored Nov 16, 2018
1 parent 2915ac1 commit 4a4c5f4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/src/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,22 @@ The result is an empty array:
An empty array makes sense, since our app doesn't have any stacks.

.. note::

There is a known issue on Windows with the |cdk| .NET environment.
Whenever you use a **cdk** command,
it issues a node warning similar to the following:

.. code-block:: sh
(node:27508) UnhandledPromiseRejectionWarning: Unhandled promise rejection
(rejection id: 1): Error: EPIPE: broken pipe, write
(node:27508) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated.
In the future, promise rejections that are not handled will terminate the
Node.js process with a non-zero exit code.
You can safely ignore this warning.

.. _define_stack:

Define a Stack
Expand Down

0 comments on commit 4a4c5f4

Please sign in to comment.