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
When running the command npm create gramio@latest ./test, I get this error :
Error: ENOENT: no such file or directory, open 'C:\Users\OnStandBy\Documents\dev\_RaptorLab\Shockwaves\fuck\apps\server\.env'
at async open (node:internal/fs/promises:638:25)
at async writeFile (node:internal/fs/promises:1208:14)
at async C:\Users\OnStandBy\AppData\Local\npm-cache\_npx\fcaf6781abea57d9\node_modules\create-gramio\dist\index.js:207:2197
at async [run] (C:\Users\OnStandBy\AppData\Local\npm-cache\_npx\fcaf6781abea57d9\node_modules\tasuku\dist\index.cjs:71:8168)
at async u (C:\Users\OnStandBy\AppData\Local\npm-cache\_npx\fcaf6781abea57d9\node_modules\tasuku\dist\index.cjs:71:8395)
at async C:\Users\OnStandBy\AppData\Local\npm-cache\_npx\fcaf6781abea57d9\node_modules\create-gramio\dist\index.js:207:1886 {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\\Users\\OnStandBy\\Documents\\dev\\test\\apps\\server\\.env'
}
Tested on Windows 10 and Ubuntu 24.10
The text was updated successfully, but these errors were encountered:
When running the command npm create gramio@latest ./test, I get this error :
Error: ENOENT: no such file or directory, open 'C:\Users\OnStandBy\Documents\dev\_RaptorLab\Shockwaves\fuck\apps\server\.env'
at async open (node:internal/fs/promises:638:25)
at async writeFile (node:internal/fs/promises:1208:14)
at async C:\Users\OnStandBy\AppData\Local\npm-cache\_npx\fcaf6781abea57d9\node_modules\create-gramio\dist\index.js:207:2197
at async [run] (C:\Users\OnStandBy\AppData\Local\npm-cache\_npx\fcaf6781abea57d9\node_modules\tasuku\dist\index.cjs:71:8168)
at async u (C:\Users\OnStandBy\AppData\Local\npm-cache\_npx\fcaf6781abea57d9\node_modules\tasuku\dist\index.cjs:71:8395)
at async C:\Users\OnStandBy\AppData\Local\npm-cache\_npx\fcaf6781abea57d9\node_modules\create-gramio\dist\index.js:207:1886 {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\\Users\\OnStandBy\\Documents\\dev\\test\\apps\\server\\.env'
}
When running the command
npm create gramio@latest ./test
, I get this error :Tested on Windows 10 and Ubuntu 24.10
The text was updated successfully, but these errors were encountered: