Cant create project

Hello everyone, i have a problem when trying to create a new project with using npm, i already search about it and it seems the problem was about my path folder for the users contains spacebar so it can create it. But after trying to search for rename the path folder it was pain in the butt, any solution?

You could create a new directory at the root of your C drive, or any other drive you have available and create your project there.

I do this fairly regularly, with a projects directory at the root of my drive, and sub-directories below that for each project.

So, for example:

C:\Users|Mugamad Faiz Gifari> md C:\projects
C:\Users|Mugamad Faiz Gifari> cd C:\projects
C:\projects> yarn create strapi-app my-project --quickstart
...