Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-ish

alxarch3ISC0.1.4

PhantomJS shim.

phantomjs, phantom, shim, nodeify

readme

node-ish

Hackish shim module for phantomjs.

Main goal is to be able to reuse node modules in phantomjs.

Usage:

// Use before inside "main" script before requiring 
// any module that depends on node modules.

require("node-ish").extend(require);