Skip to content
dc edited this page Aug 6, 2016 · 2 revisions

Integration

This page lists known gotchas and their solutions in integrating Vorpal with other Node applications.

Nodemon

When using Vorpal with Nodemon, the command history will not function unless you create a nodemon.json file with the following setting:

{
  "restartable": false
}

Reference

Clone this wiki locally