-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
I just downloaded the theme and wanted to build it but after bower install && npm install it fails when running gulp build like so:
(node:13596) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead.
[15:28:55] Starting 'clean'...
[15:28:56] Finished 'clean' after 20 ms
[15:28:56] Starting 'build'...
[15:28:56] Starting 'jshint'...
[15:28:56] Starting 'styles'...
[15:28:56] Starting 'images'...
[15:28:56] Starting 'fonts'...
[15:28:56] Starting 'extras'...
[15:28:56] Finished 'build' after 822 ms
[15:28:57] Finished 'jshint' after 1.15 s
[15:28:57] Finished 'images' after 407 ms
[15:28:58] Finished 'styles' after 1.82 s
[15:28:58] Starting 'html'...
[15:28:58] Finished 'extras' after 1.89 s
events.js:160
throw er; // Unhandled 'error' event
^
Error: styles/main.css: error: couldn't process source due to parse error
Unexpected character '@' (1:0)
Googling for this seems like an ocean of all kinds of issues around node, bootstrap and tools. Any idea what versions or setup should work or how to start resolving this?
Metadata
Metadata
Assignees
Labels
No labels