Closed JamesKyburz closed 9 years ago
commit 19836b781ac7c711a95b8acf5b07c2cdc9630ef5 adding cwd to browserify spawn was the issue.
I have added a check for the existence of the module in node_modules.
Now core and non core modules work
It will also fix #101
Oh word, that makes total sense.
I'll merge this tonight when I get home from work.
Great!
Could we also uncomment the test that covers this?
Done and done (and deployed). Thanks!!
commit 19836b781ac7c711a95b8acf5b07c2cdc9630ef5 adding cwd to browserify spawn was the issue.
I have added a check for the existence of the module in node_modules.
Now core and non core modules work
It will also fix #101