You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
This should be fixed now in 0.0.4, which is tagged and published in npm. It looks like it was actually a difference with node 0.4.x vs. 0.5.x. 0.4 puts things in build/default, and 0.5 in build/Release.
In order to get contextify working on my mac I had to go into
/lib/contextify.js
and change
module.exports = require('../build/default/contextify').wrap;
to
module.exports = require('../build/Release/contextify').wrap;
It installed fine on Linux so it is probably a platform specific issue ...
npm = 1.0.27
node = 0.5.5
The text was updated successfully, but these errors were encountered: