Skip to content

gulpfile.babel.js not created in 5.0.0-rc.0 #2694

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

Closed
1 task done
albert-92 opened this issue Mar 14, 2018 · 5 comments
Closed
1 task done

gulpfile.babel.js not created in 5.0.0-rc.0 #2694

albert-92 opened this issue Mar 14, 2018 · 5 comments

Comments

@albert-92
Copy link
Contributor

  • I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item Version
generator-angular-fullstack 5.0.0-rc.0
Node 6.9.5
npm 5.7.1
Operating System Windows 10
Item Answer
Transpiler Babel
Markup HTML
CSS Sass
Client Tests Mocha
DB MongoDB
Auth Y

Running yo angular-fullstack with Angular Fullstack v5.0.0-rc.0 and default options, the gulpfile.babel.js is not created and yarn install fails with the error

...
[4/4] Building fresh packages...
success Saved lockfile.
$ gulp copy:fonts:dev
[16:04:41] No gulpfile found
error An unexpected error occurred: "Command failed.
Exit code: 1
Command: C:\\WINDOWS\\system32\\cmd.exe
Arguments: /d /s /c gulp copy:fonts:dev

Below is the list of created files copied from the console:

...
   create package.json
   create .babelrc
   create .gitignore
   create .buildignore
   create .editorconfig
   create .eslintignore
   create .eslintrc
   create .flowconfig
   create .gitattributes
   create client\.eslintrc
   create client\app.template.html
   create client\app\account\account.module.js
   create client\app\account\login\login.html
   create client\app\account\login\login.component.js
   create client\app\account\settings\settings.html
   create client\app\account\settings\settings.component.js
   create client\app\account\signup\signup.html
   create client\app\account\signup\signup.component.js
   create client\app\admin\admin.html
   create client\app\admin\admin.component.js
   create client\app\admin\admin.scss
   create client\app\admin\admin.module.js
   create client\app\app.scss
   create client\app\app.component.js
   create client\app\main\main.html
   create client\app\app.constants.js
   create client\app\main\main.scss
   create client\app\app.js
   create client\assets\images\yeoman.png
   create client\app\app.module.js
   create client\components\footer\footer.html
   create client\app\main\main.component.js
   create client\components\footer\footer.scss
   create client\app\main\main.component.spec.js
   create client\components\navbar\navbar.html
   create client\app\main\main.module.js
   create client\favicon.ico
   create client\app\polyfills.js
   create client\robots.txt
   create client\components\auth\auth-guard.service.js
   create e2e\.eslintrc
   create client\components\auth\auth.module.js
   create e2e\account\login\login.po.js
   create client\components\auth\auth.service.js
   create e2e\account\login\login.spec.js
   create client\components\auth\user.service.js
   create e2e\account\logout\logout.spec.js
   create client\components\directives.module.js
   create e2e\account\signup\signup.po.js
   create client\components\footer\footer.component.js
   create e2e\account\signup\signup.spec.js
   create client\components\navbar\navbar.component.js
   create e2e\components\navbar\navbar.po.js
   create client\components\socket\primus.mock.js
   create e2e\main\main.po.js
   create client\components\socket\socket.mock.js
   create e2e\main\main.spec.js
   create client\components\socket\socket.service.js
   create karma.conf.js
   create client\components\util.js
   create mocha.conf.js
   create client\components\util.spec.js
   create mocha.global.js
   create postcss.config.js
   create protractor.conf.js
   create README.md
   create server\.eslintrc
   create server\api\user\index.js
   create server\views\404.html
   create server\api\user\index.spec.js
   create server\api\user\user.controller.js
   create server\api\user\user.events.js
   create server\api\user\user.integration.js
   create server\api\user\user.model.spec.js
   create server\api\user\user.model.js
   create server\app.js
   create server\auth\auth.service.js
   create server\auth\index.js
   create spec.js
   create server\auth\local\index.js
   create server\auth\local\passport.js
   create server\components\errors\index.js
   create server\config\local.env.js
   create server\config\local.env.sample.js
   create server\config\environment\development.js
   create server\config\environment\index.js
   create server\config\environment\production.js
   create server\config\environment\shared.js
   create server\config\environment\test.js
   create server\config\express.js
   create server\config\seed.js
   create server\config\websockets.js
   create server\index.js
   create server\routes.js
   create webpack.build.js
   create webpack.dev.js
   create webpack.make.js
   create webpack.server.js
   create webpack.test.js
   create server\api\thing\thing.controller.js
   create server\api\thing\thing.events.js
   create server\api\thing\thing.integration.js
   create server\api\thing\thing.model.js
   create server\api\thing\thing.socket.js
   create server\api\thing\index.js
   create server\api\thing\index.spec.js
yarn install v1.5.1
...
@nathanparker
Copy link

@albert-92 I'm having the same issue.

@Awk34
Copy link
Member

Awk34 commented Mar 15, 2018

For some reason the gulpfile.babel.js was not included in the npm package when it was published

@Awk34
Copy link
Member

Awk34 commented Mar 15, 2018

I've pushed a new version (RC 1). Please test with this version

@albert-92
Copy link
Contributor Author

Thank you, works now!

@Awk34
Copy link
Member

Awk34 commented Mar 15, 2018

Great! Thanks for the bug report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants