You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2018. It is now read-only.
? Looks good? Yes
info Getting latest WSK release version ...
info Found release v0.6.1
info Fetching https://github.com/google/web-starter-kit/archive/v0.6.1.zip ...
info This might take a few moments
...................................√ Done
info Checking dependencies ...
info Configuring gulpfile.js
fs.js:584
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT: no such file or directory, open 'C:\Projects\mobile-wsk\gulpfile.js'
at Error (native)
at Object.fs.openSync (fs.js:584:18)
at Object.fs.readFileSync (fs.js:431:33)
at readFileAsString (C:\Users\user\AppData\Roaming\npm\node_modules\generator-mobile\node_modules\yeoman-generator\lib\actions\wiring.js:277:13)
at module.exports.yeoman.generators.Base.extend.writing.gulpfile (C:\Users\user\AppData\Roaming\npm\node_modules\generator-mobile\app\index.js:137:27)
at C:\Users\user\AppData\Roaming\npm\node_modules\generator-mobile\node_modules\yeoman-generator\lib\base.js:395:14
at processImmediate [as _immediateCallback] (timers.js:383:17)
I noticed that there is a gulpfile.babel.js in the directory so I guess that is a change in WSK that was not reflected here.