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
Description
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
node -v
: v8.9.1npm -v
: 5.5.1npm 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:
- Operating system: Mac OS X 10.11
- Browser and version (if relevant):
Steps to Reproduce
- Use
react-scripts-ts
2.8.0 npm start
starts fine, opens browser, etc- Upgrade to
react-scripts-ts
2.9.0 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
Labels
No labels