-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Ver 4 gulp build fails #2143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sorry, i'm not sure what you mean. D:\Projects\MEAN\test6>gulp build ERROR in [default] D:/Projects/MEAN/test6/typings/browser/ambient/jquery/index.d.ts:3192:12 D:\Projects\MEAN\test6> |
running with gulp serve works. but gulp build fails. here is the console output:
D:\Projects\MEAN\test5>gulp build
[18:30:06] Requiring external module babel-register
(node:9176) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
[18:30:14] Using gulpfile D:\Projects\MEAN\test5\gulpfile.babel.js
(node:9176) DeprecationWarning: crypto.createCredentials is deprecated. Use tls.createSecureContext instead.
(node:9176) DeprecationWarning: crypto.Credentials is deprecated. Use tls.SecureContext instead.
[18:30:14] Starting 'build'...
[18:30:14] Starting 'clean:dist'...
[18:30:14] Starting 'clean:tmp'...
[18:30:14] Finished 'clean:dist' after 12 ms
[18:30:14] Finished 'clean:tmp' after 9.29 ms
[18:30:14] Starting 'inject'...
[18:30:14] Starting 'inject:scss'...
[18:30:14] gulp-inject 5 files into app.scss.
[18:30:14] Finished 'inject:scss' after 132 ms
[18:30:14] Finished 'inject' after 133 ms
[18:30:14] Starting 'transpile:server'...
[18:30:15] Finished 'transpile:server' after 1.15 s
[18:30:15] Starting 'build:images'...
[18:30:16] Starting 'typings'...
[18:30:18] Finished 'typings' after 2.22 s
[18:30:19] gulp-imagemin: Minified 1 image (saved 3.71 kB - 30.1%)
[18:30:19] Finished 'build:images' after 3.72 s
[18:30:19] Starting 'copy:extras'...
[18:30:19] Starting 'copy:assets'...
[18:30:19] Starting 'copy:fonts:dist'...
[18:30:19] Starting 'copy:server'...
[18:30:19] Starting 'webpack:dist'...
[18:30:21] Finished 'copy:server' after 1.43 s
[18:30:23] Finished 'copy:extras' after 3.79 s
[18:30:25] Finished 'copy:fonts:dist' after 6.15 s
[18:30:25] Finished 'copy:assets' after 6.25 s
[18:30:47] Version: webpack 1.13.1
ERROR in [default] D:/Projects/MEAN/test5/typings/browser/ambient/jquery/index.d.ts:3192:12
Subsequent variable declarations must have the same type. Variable '$' must be
of type 'cssSelectorHelper', but here has type 'JQueryStatic'.
Child html-webpack-plugin for "..\client\index.html":
D:\Projects\MEAN\test5>
The text was updated successfully, but these errors were encountered: