jsonmaur / jumpsuit

MIT License
1.39k stars 74 forks source link

Cannot find module 'react' from '.../node_modules' #62

Closed thg303 closed 7 years ago

thg303 commented 7 years ago

After jumpsuit new project, cd project jumpsuit watch

shows the error message:

Cannot find module 'react' from '.../node_modules'

looks like 'react' is missing from 'package.json'

thg303 commented 7 years ago

solved by npm i react --save

tannerlinsley commented 7 years ago

I'll look into this! Let me know if you find anything else that is related