Closed jgoux closed 9 years ago
I made it "works" by adding the Browserify install command inside the postinstall key of my package.json.
"scripts": {
"postinstall": "npm install browserify"
}
Weird dependency issues.
Noticed this has been closed, but still encountering in here.
@jondashkyle Can you open a new issue and provide some more context?
Hello, I have a weird behaviour when I want to execute watchify. If I install watchify first, and then browserify, I have no error. The error happens only when I install browserify first. This is problematic because I have those two modules in my project depencendies, so when I type 'npm install', browserify is always installed before watchify.
Here is the complete error :