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
On windows, install with: npm install -g generator-jhipster-nodejs success
Generate new monolithic app: jhipster --blueprints nodejs
See error:
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
The text was updated successfully, but these errors were encountered:
Describe the bug
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']
I temp fixed this error by directly copy all file with prefix "." from github to local
The text was updated successfully, but these errors were encountered: