When using npm init
, separate keywords with commas (or spaces).
Based on @rsp's example
/caught $ npm init
...
keywords: promise async, UnhandledPromiseRejectionWarning, PromiseRejectionHandledWarning
...
# You cannot escape the space with a `\`.
Adding this because npm is tagged