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 Jun 15, 2020. It is now read-only.
When running gulp on a windows machine, I get this error
c:\samples\mwd2>gulp
[11:37:20] Requiring external module babel-register
[11:37:36] Using gulpfile c:\samples\mwd2\gulpfile.babel.js
[11:37:36] Starting 'default'...
[11:37:36] Starting 'validate-package-json'...
[11:37:36] Finished 'default' after 16 ms
[11:37:36] Warnings:
[11:37:36] Missing recommended field: licenses
[11:37:36] Missing recommended field: repository
[11:37:36] package.json is valid
[11:37:36] Finished 'validate-package-json' after 53 ms
[11:37:36] Starting 'clean'...
[11:37:36] Finished 'clean' after 3.94 ms
[11:37:36] Starting 'ts-lint'...
[11:37:36] Starting 'check-js-style'...
[11:37:38] Starting 'check-js-quality'...
[11:37:38] check-js-style all files 48 B
[11:37:38] Finished 'check-js-style' after 1.59 s
[11:37:38] Finished 'check-js-quality' after 105 ms
[11:37:39] ts-lint all files 3.77 kB
[11:37:39] Finished 'ts-lint' after 2.33 s
[11:37:39] Starting 'scripts-typescript'...
[11:37:39] Starting 'scripts-javascript'...
[11:37:47] scripts-javascript all files 152 B
[11:37:47] Finished 'scripts-javascript' after 7.95 s
[11:37:50] scripts-typescript all files 7.23 kB
[11:37:50] Finished 'scripts-typescript' after 11 s
[11:37:50] Starting 'copy'...
[11:37:50] copy all files 40.56 kB
[11:37:50] Finished 'copy' after 115 ms
[11:37:50] Starting 'styles-vendor-dist'...
[11:37:50] Starting 'styles-dist'...
[11:37:50] Starting 'scripts-javascript-dist'...
[11:37:50] The production JS bundle will NOT be mangled!
[11:37:53] Starting 'html'...
[11:37:53] The HTML will NOT be minified!
[11:37:53] Starting 'images'...
[11:37:55] styles-vendor-dist all files 1.87 kB
[11:37:55] Finished 'styles-vendor-dist' after 5.83 s
[11:37:56] html all files 79.73 kB
[11:37:56] Finished 'html' after 2.65 s
[11:37:56] images all files 7.28 kB
[11:37:56] Finished 'images' after 2.78 s [11:37:56] 'scripts-javascript-dist' errored after 6.55 s
[11:37:56] Error on fetch for .js at file:///c:/samples/mwd2/.js
Loading npm:rxjs@5.0.0-beta.2/observable/PromiseObservable.js
Loading npm:angular2@2.0.0-beta.13/src/facade/async.js
Loading npm:angular2@2.0.0-beta.13/src/facade/facade.js
Loading npm:angular2@2.0.0-beta.13/core.js
Loading .tmp/core/boot.js
Error: ENOENT: no such file or directory, open 'c:\samples\mwd2.js'
at Error (native)
[11:37:56] Error in plugin 'run-sequence'
Message:
An error occured in task 'scripts-javascript-dist'.
[11:37:57] styles-dist all files 3.86 kB
[11:37:57] Finished 'styles-dist' after 7.02 s
When running gulp on a windows machine, I get this error
c:\samples\mwd2>gulp
[11:37:20] Requiring external module babel-register
[11:37:36] Using gulpfile c:\samples\mwd2\gulpfile.babel.js
[11:37:36] Starting 'default'...
[11:37:36] Starting 'validate-package-json'...
[11:37:36] Finished 'default' after 16 ms
[11:37:36] Warnings:
[11:37:36] Missing recommended field: licenses
[11:37:36] Missing recommended field: repository
[11:37:36] package.json is valid
[11:37:36] Finished 'validate-package-json' after 53 ms
[11:37:36] Starting 'clean'...
[11:37:36] Finished 'clean' after 3.94 ms
[11:37:36] Starting 'ts-lint'...
[11:37:36] Starting 'check-js-style'...
[11:37:38] Starting 'check-js-quality'...
[11:37:38] check-js-style all files 48 B
[11:37:38] Finished 'check-js-style' after 1.59 s
[11:37:38] Finished 'check-js-quality' after 105 ms
[11:37:39] ts-lint all files 3.77 kB
[11:37:39] Finished 'ts-lint' after 2.33 s
[11:37:39] Starting 'scripts-typescript'...
[11:37:39] Starting 'scripts-javascript'...
[11:37:47] scripts-javascript all files 152 B
[11:37:47] Finished 'scripts-javascript' after 7.95 s
[11:37:50] scripts-typescript all files 7.23 kB
[11:37:50] Finished 'scripts-typescript' after 11 s
[11:37:50] Starting 'copy'...
[11:37:50] copy all files 40.56 kB
[11:37:50] Finished 'copy' after 115 ms
[11:37:50] Starting 'styles-vendor-dist'...
[11:37:50] Starting 'styles-dist'...
[11:37:50] Starting 'scripts-javascript-dist'...
[11:37:50] The production JS bundle will NOT be mangled!
[11:37:53] Starting 'html'...
[11:37:53] The HTML will NOT be minified!
[11:37:53] Starting 'images'...
[11:37:55] styles-vendor-dist all files 1.87 kB
[11:37:55] Finished 'styles-vendor-dist' after 5.83 s
[11:37:56] html all files 79.73 kB
[11:37:56] Finished 'html' after 2.65 s
[11:37:56] images all files 7.28 kB
[11:37:56] Finished 'images' after 2.78 s
[11:37:56] 'scripts-javascript-dist' errored after 6.55 s
[11:37:56] Error on fetch for .js at file:///c:/samples/mwd2/.js
Loading npm:rxjs@5.0.0-beta.2/observable/PromiseObservable.js
Loading npm:angular2@2.0.0-beta.13/src/facade/async.js
Loading npm:angular2@2.0.0-beta.13/src/facade/facade.js
Loading npm:angular2@2.0.0-beta.13/core.js
Loading .tmp/core/boot.js
Error: ENOENT: no such file or directory, open 'c:\samples\mwd2.js'
at Error (native)
[11:37:56] Error in plugin 'run-sequence'
Message:
An error occured in task 'scripts-javascript-dist'.
[11:37:57] styles-dist all files 3.86 kB
[11:37:57] Finished 'styles-dist' after 7.02 s