Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

npx failing when running create-react-app-ts #426

@brucou

Description

@brucou

Is this a bug report?

(write your answer here)
no

Environment

  1. npm ls react-scripts-ts (if you haven’t ejected):

-- (empty)

  1. node -v:
    v8.2.0

  2. npm -v:
    v5.3.0

  3. yarn --version (if you use Yarn):

  4. npm ls react-scripts-ts (if you haven’t ejected):

Then, specify:

  1. Operating system: windows 10
  2. Browser and version (if relevant): Chrome latest

Steps to Reproduce

(Write your steps here:)

  1. import directory : https://github.com/wmonk/create-react-app-typescript
  2. run npm install
  3. run npx create-react-app app

Expected Behavior

(Write what you thought would happen.)
well, an app should be created

Actual Behavior

(Write what happened. Please add screenshots!)

C:\Users\toshiba\WebstormProjects\create-react-app-typescript>npx create-react-app app
Command failed: C:\"Program Files"\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js config get cache --parseable
module.js:487
    throw err;
    ^

Error: Cannot find module 'C:\Program'
    at Function.Module._resolveFilename (module.js:485:15)
    at Function.Module._load (module.js:437:25)
    at Function.Module.runMain (module.js:605:10)
    at startup (bootstrap_node.js:158:16)
    at bootstrap_node.js:575:3

Command failed: C:\"Program Files"\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js config get cache --parseable
module.js:487
    throw err;
    ^

Error: Cannot find module 'C:\Program'
    at Function.Module._resolveFilename (module.js:485:15)
    at Function.Module._load (module.js:437:25)
    at Function.Module.runMain (module.js:605:10)
    at startup (bootstrap_node.js:158:16)
    at bootstrap_node.js:575:3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions