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

Description
Is this a bug report?
Yes
Environment
node -v: 8.9.4
npm -v: 3.10.8
Then, specify:
- Operating system: Linux
- Browser and version (if relevant): Irrelevant
Steps to Reproduce
- set the
react-script-ts version of an existing project to0.2.13
- run
npm install
- run
npm start
Expected Behavior
The project installs updated dependencies, then builds and starts
Actual Behavior
- During the
npm install phase:
During the npm start phase:
> react-scripts-ts start
module.js:540
throw err;
^
Error: Cannot find module 'typescript'
at Function.Module._resolveFilename (module.js:538:15)
at Function.Module._load (module.js:468:25)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)