We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LogFile
`Done in 34.33s. PS G:\Lecture\Programming\MERN\node\test> yarn create-nodejs-express-app v1 yarn run v1.22.19 warning package.json: No license field $ G:\Lecture\Programming\MERN\node\test\node_modules.bin\create-nodejs-express-app v1 Downloading files from repo https://github.com/hagopj13/node-express-boilerplate.git Cloned successfully.
Installing dependencies... [1/4] Resolving packages... success Already up-to-date.
warning package.json: No license field warning No license field
Dependencies installed successfully.
Error: ENOENT: no such file or directory, copyfile 'G:\Lecture\Programming\MERN\node\test\v1.env.example' -> 'G:\Lecture\Programming\MERN\node\test\v1.env' at Object.copyFileSync (node:fs:2866:3) at setup (G:\Lecture\Programming\MERN\node\test\node_modules\create-nodejs-express-app\bin\createNodejsApp.js:81:8) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { errno: -4058, syscall: 'copyfile', code: 'ENOENT', path: 'G:\Lecture\Programming\MERN\node\test\v1\.env.example', dest: 'G:\Lecture\Programming\MERN\node\test\v1\.env' } Done in 1.07s. PS G:\Lecture\Programming\MERN\node\test> `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
LogFile
`Done in 34.33s.
PS G:\Lecture\Programming\MERN\node\test> yarn create-nodejs-express-app v1
yarn run v1.22.19
warning package.json: No license field
$ G:\Lecture\Programming\MERN\node\test\node_modules.bin\create-nodejs-express-app v1
Downloading files from repo https://github.com/hagopj13/node-express-boilerplate.git
Cloned successfully.
Installing dependencies...
[1/4] Resolving packages...
success Already up-to-date.
warning package.json: No license field
warning No license field
Dependencies installed successfully.
Error: ENOENT: no such file or directory, copyfile 'G:\Lecture\Programming\MERN\node\test\v1.env.example' -> 'G:\Lecture\Programming\MERN\node\test\v1.env'
at Object.copyFileSync (node:fs:2866:3)
at setup (G:\Lecture\Programming\MERN\node\test\node_modules\create-nodejs-express-app\bin\createNodejsApp.js:81:8)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
errno: -4058,
syscall: 'copyfile',
code: 'ENOENT',
path: 'G:\Lecture\Programming\MERN\node\test\v1\.env.example',
dest: 'G:\Lecture\Programming\MERN\node\test\v1\.env'
}
Done in 1.07s.
PS G:\Lecture\Programming\MERN\node\test> `
The text was updated successfully, but these errors were encountered: