Skip to content
New issue

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

Getting issue when i was create new app #6236

Open
lavarajallu opened this issue Aug 6, 2018 · 2 comments
Open

Getting issue when i was create new app #6236

lavarajallu opened this issue Aug 6, 2018 · 2 comments
Assignees
Labels

Comments

@lavarajallu
Copy link

react-native : 0.56,
react-native cli- 2.0.1,
node -v : v8.11.3

This will walk you through creating a new React Native project in /Users/apple/Desktop/Kalyanajathakam
Installing react-native...
Consider installing yarn to make this faster: https://yarnpkg.com
npm ERR! path /Users/apple/.npm/_cacache/index-v5/c8/14
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall mkdir
npm ERR! Error: EACCES: permission denied, mkdir '/Users/apple/.npm/_cacache/index-v5/c8/14'
npm ERR!  { Error: EACCES: permission denied, mkdir '/Users/apple/.npm/_cacache/index-v5/c8/14'
npm ERR!   cause: 
npm ERR!    { Error: EACCES: permission denied, mkdir '/Users/apple/.npm/_cacache/index-v5/c8/14'
npm ERR!      errno: -13,
npm ERR!      code: 'EACCES',
npm ERR!      syscall: 'mkdir',
npm ERR!      path: '/Users/apple/.npm/_cacache/index-v5/c8/14' },
npm ERR!   isOperational: true,
npm ERR!   stack: 'Error: EACCES: permission denied, mkdir \'/Users/apple/.npm/_cacache/index-v5/c8/14\'',
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'mkdir',
npm ERR!   path: '/Users/apple/.npm/_cacache/index-v5/c8/14',
npm ERR!   parent: 'metro' }
npm ERR! 
npm ERR! Please try running this command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/apple/.npm/_logs/2018-08-06T16_17_37_663Z-debug.log
{ Error: Command failed: npm install --save --save-exact react-native
    at checkExecSyncError (child_process.js:601:13)
    at execSync (child_process.js:641:13)
    at run (/usr/local/lib/node_modules/react-native-cli/index.js:294:5)
    at createProject (/usr/local/lib/node_modules/react-native-cli/index.js:249:3)
    at /usr/local/lib/node_modules/react-native-cli/index.js:217:7
    at /usr/local/lib/node_modules/react-native-cli/node_modules/prompt/lib/prompt.js:316:32
    at /usr/local/lib/node_modules/react-native-cli/node_modules/async/lib/async.js:142:25
    at assembler (/usr/local/lib/node_modules/react-native-cli/node_modules/prompt/lib/prompt.js:313:9)
    at /usr/local/lib/node_modules/react-native-cli/node_modules/prompt/lib/prompt.js:322:32
    at /usr/local/lib/node_modules/react-native-cli/node_modules/prompt/lib/prompt.js:597:5
  error: null,
  cmd: 'npm install --save --save-exact react-native',
  file: '/bin/sh',
  args: 
   [ '/bin/sh',
     '-c',
     'npm install --save --save-exact react-native' ],
  options: 
   { stdio: [ [Object], [Object], [Object] ],
     shell: true,
     file: '/bin/sh',
     args: 
      [ '/bin/sh',
        '-c',
        'npm install --save --save-exact react-native' ],
     envPairs: 
      [ 'TERM_PROGRAM=Apple_Terminal',
        'SHELL=/bin/bash',
        'TERM=xterm-256color',
        'TMPDIR=/var/folders/3g/5h2jdkhn65n5v9xrfrnrzpch0000gn/T/',
        'Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.KJumpTryiq/Render',
        'TERM_PROGRAM_VERSION=404',
        'OLDPWD=/Users/apple',
        'TERM_SESSION_ID=D0C3B953-1CFC-4985-B27C-3D30CB15C6D5',
        'USER=apple',
        'SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.6oHHDdIFUh/Listeners',
        'PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin',
        'PWD=/Users/apple/Desktop',
        'XPC_FLAGS=0x0',
        'XPC_SERVICE_NAME=0',
        'SHLVL=1',
        'HOME=/Users/apple',
        'LOGNAME=apple',
        'LC_CTYPE=UTF-8',
        'SECURITYSESSIONID=186a8',
        '_=/usr/local/bin/react-native',
        '__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0' ],
     killSignal: undefined },
  envPairs: 
   [ 'TERM_PROGRAM=Apple_Terminal',
     'SHELL=/bin/bash',
     'TERM=xterm-256color',
     'TMPDIR=/var/folders/3g/5h2jdkhn65n5v9xrfrnrzpch0000gn/T/',
     'Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.KJumpTryiq/Render',
     'TERM_PROGRAM_VERSION=404',
     'OLDPWD=/Users/apple',
     'TERM_SESSION_ID=D0C3B953-1CFC-4985-B27C-3D30CB15C6D5',
     'USER=apple',
     'SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.6oHHDdIFUh/Listeners',
     'PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin',
     'PWD=/Users/apple/Desktop',
     'XPC_FLAGS=0x0',
     'XPC_SERVICE_NAME=0',
     'SHLVL=1',
     'HOME=/Users/apple',
     'LOGNAME=apple',
     'LC_CTYPE=UTF-8',
     'SECURITYSESSIONID=186a8',
     '_=/usr/local/bin/react-native',
     '__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0' ],
  stderr: null,
  stdout: null,
  pid: 773,
  output: [ null, null, null ],
  signal: null,
  status: 243 }
Command `npm install --save --save-exact react-native` failed.
Apples-MacBook-Pro-3:Desktop apple$ 

@ghost ghost assigned rally25rs Aug 6, 2018
@ghost ghost added the triaged label Aug 6, 2018
@DanielRuf
Copy link
Contributor

You used npm.
So this is not a problem with yarn

npm install --save --save-exact react-native
Error: EACCES: permission denied, mkdir '/Users/apple/.npm/_cacache/index-v5/c8/14'

Please close this issue and open a new one at npm.community or https://github.com/zkat/cacache/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc

@jlortega
Copy link

jlortega commented Aug 6, 2018

I tried npm install --save --save-exact react-native and it works for me.

looks like you need admin/sudo privileges to run the command.

and like @DanielRuf said, this is not the correct channel.

**Screenshots **
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants