angular-first-look-examples icon indicating copy to clipboard operation
angular-first-look-examples copied to clipboard

Setup issue with gulpfile.js

Open josephpdunne opened this issue 8 years ago • 0 comments

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

josephpdunne avatar Feb 12 '17 16:02 josephpdunne