Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upBlank bundle.js #270
Blank bundle.js #270
Comments
This comment has been minimized.
This comment has been minimized.
|
Which module does it say is missing? Please paste the error message you're getting, the browserify command you're running, and your code. |
This comment has been minimized.
This comment has been minimized.
|
I apologise for the long post in advance. I included all I input in the cmd just in case I overlooked something. C:\Users>cd Downloads\webtorrent-master\webtorrent-master\examples C:\Users\Downloads\webtorrent-master\webtorrent-master\examples>npm install -g browserify C:\Users\Downloads\webtorrent-master\webtorrent-master\examples>npm install drag-drop C:\Users\Downloads\webtorrent-master\webtorrent-master\examples>npm install webtorrent C:\Users\Downloads\webtorrent-master\webtorrent-master\examples>browserify I browserified the example browser-seed.js so then I can include it to my html file but the bundle.js is empty. I am under the impression that bundle.js should contain the require calls for the project. Thanks for your help |
This comment has been minimized.
This comment has been minimized.
|
I have just resolved this error with having npm init and installing browserify-versionify on npm. Thanks for looking into it. Cheers! |
I tried to compile the demos on the source code but when I go to cmd to browserify the js file, it returns with an error saying that a module is missing but completes the bundling with a blank bundle.js.. Could someone help me with resolving this matter? Thanks!