cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.56k stars 1.7k forks source link

Cuckoo Webserver Gulp not working #2750

Open C-Dahr opened 5 years ago

C-Dahr commented 5 years ago
My issue is:

When I try to follow the guide in the documentation for frontend development, I get a bunch of errors and elements on the webserver begin to break. I suspect something is wrong with the dependencies I'm downloading.

My Cuckoo version and operating system are:

I'm running Cuckoo version 2.0.6. My operating system is Windows, but I'm running Cuckoo through an Ubuntu subsystem.

This can be reproduced by:

I guess by following the instructions here https://cuckoo.sh/docs/development/frontend.html

The log, error, files etc can be found at:

When I run gulp build I get: Error in plugin 'sass' Message: scss\main.scss Error: File to import not found or unreadable: bourbon. on line 10 of scss/main.scss

@import "bourbon"; // <== sass utility framework

Here is the console log for the webserver after running gulp build: ErrorLog

C-Dahr commented 5 years ago

In assets.json it references a bunch of 3rd party packages which don't appear to exist anywhere in the project. It looks like I can get the gulp to at least compile the handlebars templates properly by commenting out the segment of code in bower.js that references assets.json.