Skip to content

Error with installation custom-react-scripts #20

Closed
@badenkov

Description

@badenkov

Hello! I'm trying to use your fork. But everytime I've got an error when npm install dependencies:

npm ERR! Darwin 15.6.0
npm ERR! argv "/Users/user/.nvm/versions/node/v6.6.0/bin/node" "/Users/user/.nvm/versions/node/v6.6.0/bin/npm" "install"
npm ERR! node v6.6.0
npm ERR! npm  v3.10.8

npm ERR! Path must be a string. Received undefined
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/user/Projects/lim/front/npm-debug.log

I've tried two ways:
At first I've created app from scratch:

create-react-app my-app --scripts-version custom-react-scripts

At second times I've done

create-react-app my-app

and then change devDependencies

from

"react-scripts": "0.6.0"

to

"custom-react-scripts": "0.0.14"

And everytime I've got same error.
I have

  • node v6.6.6
  • npm v3.10.8

Thanks and best wishes!

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