When I run on Windows:
- browserify *.js -o bundle.js
It says:
- Cannot find module 'C:\myproject*.js' from 'C:\myproject'
It also happens using **/*.js. It only happens on normal cmd, not on Git Bash, which simulates UNIX environment.
Seems to be the same problem as #865. But I'm not using Azure environment.
When I run on Windows:
It says:
It also happens using **/*.js. It only happens on normal cmd, not on Git Bash, which simulates UNIX environment.
Seems to be the same problem as #865. But I'm not using Azure environment.