Terminal command Browserify is creating an empty output file?

15 Views Asked by At

Folder I am in is srcstocks

MacBook-Air-6:srcstocks user$ browserify stocksite.js > bundle.js

It creates a file called bundle.js which is empty, whereas I want that file to clone stocksite.js

0

There are 0 best solutions below