Skip to content

Setup issue with gulpfile.js #13

@josephpdunne

Description

@josephpdunne

I had to edit line 545 in gulpfile.js to get the application working:
spawnInfo = spawnExt('npm', ['install', ...sources], {cwd: EXAMPLES_PATH});
to
spawnInfo = spawnExt('npm', ['install', sources], {cwd: EXAMPLES_PATH});

Note: changed ...sources to just sources
Joe

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions