Skip to content
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

Installation on Windows can not copy file with prefix "." #118

Closed
Aragonbn90 opened this issue Mar 25, 2020 · 3 comments
Closed

Installation on Windows can not copy file with prefix "." #118

Aragonbn90 opened this issue Mar 25, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@Aragonbn90
Copy link
Contributor

Describe the bug

  1. On windows, install with: npm install -g generator-jhipster-nodejs success
  2. Generate new monolithic app: jhipster --blueprints nodejs
  3. See error:
  4. See error:
    Error: Copying template server/.server.eslintrc.json.ejs failed. [Error: ENOENT: no such file or directory, open 'C:\ProgramData\nvm\v12.16.1\node_modules\generator-jhipster-nodejs\generators\server\templates\server.server.eslintrc.json.ejs']
  • OS: Windows 10
  • npm version 6.13.4

I temp fixed this error by directly copy all file with prefix "." from github to local

@ghost
Copy link

ghost commented Mar 25, 2020

Thanks for the issue. Maybe during the npm publish it ignored some files. So I will check it.

@ghost ghost self-assigned this Mar 25, 2020
@ghost ghost added the bug Something isn't working label Mar 25, 2020
@ghost ghost added this to To do in nodejs blueprint via automation Mar 25, 2020
@ghost
Copy link

ghost commented Mar 26, 2020

You are right!! thank you very much for the feedback!! all the dot templates are ignored, so I will fix it releasing a new 1.0.1 version.

@ghost ghost closed this as completed in 9cab2fd Mar 26, 2020
nodejs blueprint automation moved this from To do to Done Mar 26, 2020
@ghost
Copy link

ghost commented Mar 26, 2020

Now you can check with the last https://www.npmjs.com/package/generator-jhipster-nodejs/v/1.0.1 version. Thanks

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant