Closed thg303 closed 7 years ago
After jumpsuit new project, cd project jumpsuit watch
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'
solved by npm i react --save
npm i react --save
I'll look into this! Let me know if you find anything else that is related
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'