sergey-lapin / redux-import-export-monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot resolve dependencies

kjr247 opened this issue · comments

Following the installation steps verbatim...

step 1: git clone https://github.com/lapanoid/redux-import-export-monitor.git
step 2: cd to the C:\Users\Desktop\DEV\redux-import-export-monitor\redux-import-export-monitor\examples\todomvc
step 3: npm i
step 4: npm run

ERROR in C:/Users//Desktop/DEV/redux-import-export-monitor/redux-import-export-monitor/src/ImportExportMonitor.js
Module not found: Error: Cannot resolve module 'redux-devtools' in C:\Users\Desktop\DEV\redux-import-export-monitor\redux-import-export-monitor\src
@ C:/Users//Desktop/DEV/redux-import-export-monitor/redux-import-export-monitor/src/ImportExportMonitor.js 17:21-46

ERROR in C:/Users//Desktop/DEV/redux-import-export-monitor/redux-import-export-monitor/src/ImportExportMonitor.js
Module not found: Error: Cannot resolve module 'parse-key' in C:\Users\Desktop\DEV\redux-import-export-monitor\redux-import-export-monitor\src
@ C:/Users//Desktop/DEV/redux-import-export-monitor/redux-import-export-monitor/src/ImportExportMonitor.js 19:16-36

ERROR in C:/Users//Desktop/DEV/redux-import-export-monitor/redux-import-export-monitor/src/ImportExportMonitor.js
Module not found: Error: Cannot resolve module 'babel' in C:\Users\Desktop\DEV\redux-import-export-monitor\redux-import-export-monitor\src
@ C:/Users//Desktop/DEV/redux-import-export-monitor/redux-import-export-monitor/src/ImportExportMonitor.js 23:16-37

ERROR in C:/Users//Desktop/DEV/redux-import-export-monitor/redux-import-export-monitor/src/ImportExportMonitor.js
Module not found: Error: Cannot resolve module 'babel' in C:\Users\Desktop\DEV\redux-import-export-monitor\redux-import-export-monitor\src
@ C:/Users//Desktop/DEV/redux-import-export-monitor/redux-import-export-monitor/src/ImportExportMonitor.js 27:18-41

Then I tried one by one installing these dependencies to be sure we had them. with
npm install --save-dev followed by each one and still the same errors.

npm i on the parent folders first