Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Can't do any testing - TypeError: Converting circular structure to JSON #94

Open
mayteio opened this issue Mar 7, 2019 · 0 comments
Open

Comments

@mayteio
Copy link

mayteio commented Mar 7, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant