Closed hotrungnhan closed 3 years ago
Thanks for opening your first issue here! 👍 Be sure to follow the issue template.
Hi,
As indicated in the error (Error: EPERM: operation not permitted, mkdir 'C:\Users\Kudou'
), try giving access to the folder in which you want to create a new project.
Moreover, you can always use a ready-made Docker image that already has everything you need to create a project.
this is a npm issue i dont know how but i try update npm as global , it seem to work.
npm install -g npm@latest --force
@hotrungnhan yes, it's correct!
That's accurately what it says in the project Wiki and README:
Please make sure that you have
npm
version7
or higher installed to create the frontend part of the project correctly. If you run thecgapp create
command using our Docker image,npm
of the correct version is already included.
Required check list:
My environment:
uname -a
): Window 11go version
): go1.16.7cgapp -v
): 3.0.0Describe the bug:
I was install vite , vue ,... as the global of npm. But when select vue-ts , it say command not found "create-vite" Steps to reproduce the behavior:
Expected behavior:
Screenshots:
Additional context: