I've ran through the first geospatial app course just fine. On to testing.
cd src/demos/testing-a-geospatial-app/4-testing-actions && npm i && npm run test
gives me the error Cannot find module 'babel-register'
npm i -D babel-register && npm run test
gives me the error Couldn't find preset "stage-2" relative to directory
npm i -D babel-preset-stage-2 && npm run test
Gives me the error Converting circular structure to JSON
Unsure where to go from here.
I've ran through the first geospatial app course just fine. On to testing.
cd src/demos/testing-a-geospatial-app/4-testing-actions && npm i && npm run testgives me the error
Cannot find module 'babel-register'npm i -D babel-register && npm run testgives me the error
Couldn't find preset "stage-2" relative to directorynpm i -D babel-preset-stage-2 && npm run testGives me the error
Converting circular structure to JSONUnsure where to go from here.