Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

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

@mayteio

Description

@mayteio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions