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

Version Path
optimacms-0.1.61 spec/dummy/node_modules/watchpack/lib/chokidar.js
disco_app-0.16.1 test/dummy/node_modules/watchpack/lib/chokidar.js
disco_app-0.15.2 test/dummy/node_modules/watchpack/lib/chokidar.js
disco_app-0.18.4 test/dummy/node_modules/watchpack/lib/chokidar.js
disco_app-0.18.1 test/dummy/node_modules/watchpack/lib/chokidar.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/watchpack/lib/chokidar.js
disco_app-0.14.0 test/dummy/node_modules/watchpack/lib/chokidar.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/watchpack/lib/chokidar.js
tang-0.2.1 spec/tang_app/node_modules/watchpack/lib/chokidar.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/watchpack/lib/chokidar.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/watchpack/lib/chokidar.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/watchpack/lib/chokidar.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/watchpack/lib/chokidar.js
tang-0.2.0 spec/tang_app/node_modules/watchpack/lib/chokidar.js
tang-0.1.0 spec/tang_app/node_modules/watchpack/lib/chokidar.js
tang-0.0.9 spec/tang_app/node_modules/watchpack/lib/chokidar.js