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.

npm start fails in 2.9.0 #190

Closed
Closed
@rnemec

Description

@rnemec

Is this a bug report?

Yes.

Can you also reproduce the problem with npm 4.x?

Running on npm 5.
Cannot try 4.

Which terms did you search for in User Guide?

npm run start - it is well documented and has been working well.

Environment

  1. node -v: v8.9.1
  2. npm -v: 5.5.1
  3. npm ls react-scripts-ts (if you haven’t ejected):
xxxxxx@0.1.0 /Users/rnemec/Projects/xxxxxx
└── react-scripts-ts@2.9.0 

Then, specify:

  1. Operating system: Mac OS X 10.11
  2. Browser and version (if relevant):

Steps to Reproduce

  1. Use react-scripts-ts 2.8.0
  2. npm start starts fine, opens browser, etc
  3. Upgrade to react-scripts-ts 2.9.0
  4. npm start fails (stack trace below)

Expected Behavior

npm start starts fine as before

Actual Behavior

Failed with stacktrace:

module.js:538
    throw err;
    ^

Error: Cannot find module 'react-dev-utils/ignoredFiles'
    at Function.Module._resolveFilename (module.js:536:15)
    at Function.Module._load (module.js:466:25)
    at Module.require (module.js:579:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/Users/rnemec/Projects/xxxxxx/node_modules/react-scripts-ts/config/webpackDevServer.config.js:13:22)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
    at Module.require (module.js:579:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/Users/rnemec/Projects/xxxxxx/node_modules/react-scripts-ts/scripts/start.js:40:31)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)

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