johnpapa / johnpapa/angular-first-look-examples
Setup issue with gulpfile.js
Open
- 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.