Help I can't install obytes started #270
              
                Unanswered
              
          
                  
                    
                      RezkiBawono
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| 
         @RezkiBawono I can confirm that the command is working as expected. Could you please try with clean build once?  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
This is maybe a silly question but I can't manage to install it on my local computer.
I've tried to follow the instruction from here https://starter.obytes.com/getting-started/create-new-app/
But when I used npx create-obytes-app@latest MyApp, this error comes out :
✖ Error: EBUSY: resource busy or locked, unlink 'E:\Mobile Dev Projects\rn-template\MyApp.git\FETCH_HEAD'
Failed to clean up project folder Error: EBUSY: resource busy or locked, unlink 'E:\Mobile Dev Projects\rn-template\MyApp.git\FETCH_HEAD'
at unlinkSync (node:fs:1878:11)
at _unlinkSync (node:internal/fs/rimraf:214:14)
at rimrafSync (node:internal/fs/rimraf:195:7)
at node:internal/fs/rimraf:253:9
at Array.forEach ()
at _rmdirSync (node:internal/fs/rimraf:250:7)
at rimrafSync (node:internal/fs/rimraf:193:7)
at Object.rmSync (node:fs:1268:10)
at Object.removeSync (C:\Users\Eky\AppData\Local\npm-cache_npx\0cb2eca481b24e2f\node_modules\fs-extra\lib\remove\index.js:15:28)
at C:\Users\Eky\AppData\Local\npm-cache_npx\0cb2eca481b24e2f\node_modules\create-obytes-app\utils.js:90:10 {
errno: -4082,
code: 'EBUSY',
syscall: 'unlink',
path: 'E:\Mobile Dev Projects\rn-template\MyApp\.git\FETCH_HEAD'
}
What should I do?
Beta Was this translation helpful? Give feedback.
All reactions