johnpapa / johnpapa/angular-first-look-examples

Setup issue with gulpfile.js

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
85
Forks
75
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.