Sha256: 3843e29b96b3c2a5e12892955d2c7fd67c98137ba756858b18d80aab95c7468b
Contents?: true
Size: 420 Bytes
Versions: 16
Compression:
Stored size: 420 Bytes
Contents
var v3Err; try { module.exports = require("chokidar"); return; } catch(e) { v3Err = e; } var v2Err; try { module.exports = require("watchpack-chokidar2"); return; } catch(e) { v2Err = e; } throw new Error( "No version of chokidar is available. Tried chokidar@2 and chokidar@3.\n" + "You could try to manually install any chokidar version.\n" + "chokidar@3: " + v3Err + "\n" + "chokidar@2: " + v2Err + "\n" )
Version data entries
16 entries across 15 versions & 5 rubygems