I have this file (a large bundle of a couple of JS files) that used to work with browserify (5.10.0 ) till a couple of days ago, and now it does not.
This is what I am running:
$ browserify index.js -o dist/out.bundle.js
And the output is:
Error: path must be a string
at /usr/local/lib/node_modules/browserify/node_modules/resolve/lib/async.js:15:16
at process._tickCallback (node.js:419:13)
Anyone knows what might cause this? Is there a way I can debug this to try and figure out what bothers browserify?
Cheers
maybe there is something wrong in your package.json config, especially take care for the line transform!~
"browserify": {
"transform": [
[
"reactify", {
"harmony": "true"
}
]
]
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With