Skip to content

Not able to crate app npm ERR! tar.unpack untar error E:\Project\workspaces\NodeJS\npm-cache\recursive-readdir\2.1.0\package.tgz #1427

Closed
@ksrimatk

Description

@ksrimatk

If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely.

Can you reproduce the problem with latest npm?

Yes
Many errors, especially related to "missing modules", are due to npm bugs.

If you're using Windows, follow these instructions to update npm.

If you're using OS X or Linux, run this to update npm:

npm install -g npm@latest

cd your_project_directory
rm -rf node_modules
npm install

Then try to reproduce the issue again.

Can you still reproduce it?
yes

Description

What are you reporting?
New app is not getting created

Expected behavior

React app needs to be created
Tell us what you think should happen.

Actual behavior

Tell us what actually happens.

ended up with exceptin provided in logs

Environment

Run these commands in the project folder and fill in their results:

  1. npm ls react-scripts (if you haven’t ejected):
    my-new-app@0.1.0 E:\Project\workspaces\NodeJS\react\my-new-app
    `-- (empty)
  2. node -v:
    v6.9.4
  3. npm -v:
    4.1.1

Then, specify:

  1. Operating system:
    Windows 7
  2. Browser and version:
    Chrome

Reproducible Demo

installed latest version of create-react-app then tried creating new app (Ran CMD as admin)

ConsoleLog.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions