Skip to content

Installation issues - missing dependancies, gruntfile missing #412

@JourneymanGeek

Description

@JourneymanGeek

I'm running ubuntu 14.04 on a VM to try to get a test install of scrollback running. I used the install script on github ( wget https://raw.githubusercontent.com/scrollback/scrollback/master/tools/install.sh -O install.sh && chmod +x install.sh && ./install.sh) and should be using the latest version available there as of 27th november

I've needed to install the following npm packages manually
gulp
del
bower
browserify
vinyl-source-stream
vinyl-buffer
event-stream
lazypipe
gulp-plumber
gulp-util
gulp-jshint
gulp-gitmodified

And sass using the command sudo gem install sass

Isn't the installer supposed to handle these?

I've also faced the second issue that the user here has had #66. I tried running grunt to get the stylesheets and such running, but apparently I lack a gruntfile or grunt hasn't been installed locally to the project - can I get around this somehow?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions