You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
npm ls react-scripts-ts (if you haven’t ejected): └── (empty)
node -v: v8.4.0
npm -v: 5.3.0
yarn --version (if you use Yarn): 0.27.5
Operating system: Ubuntu 14.04
Steps to Reproduce
create-react-app test --scripts-version=react-scripts-ts
cd test && npm install
npm run eject
npm run test
> node scripts/test.js --env=jsdom
module.js:491
throw err;
^
Error: Cannot find module '/home/user/test/node_modules/jest-cli'
at Function.Module._resolveFilename (module.js:489:15)
at Function.Module._load (module.js:439:25)
at Module.require (module.js:517:17)
at require (internal/module.js:11:18)
at getJest (/home/user/test/node_modules/jest/node_modules/jest-cli/build/cli/getJest.js:22:12)
at Object.run (/home/user/test/node_modules/jest/node_modules/jest-cli/build/cli/index.js:39:48)
at Object.<anonymous> (/home/user/test/scripts/test.js:27:6)
at Module._compile (module.js:573:30)
at Object.Module._extensions..js (module.js:584:10)
at Module.load (module.js:507:32)
dawsbot, mahta73, aquaflamingo, dfaivre and alk-jerber