I cloned the git repo and tried to compile the trips example. After running npm install, I got the following output:
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.7
npm WARN acorn-jsx@5.0.1 requires a peer of acorn@^6.0.0 but none was installed.
npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none was installed.
npm WARN trips@0.0.0 No repository field.
I cloned the git repo and tried to compile the trips example. After running npm install, I got the following output:
Running
npm start
I get the following error:I'm on npm version 3.5.2
[Update] I was able to update npm to 6.4.1 and I installed acorn manually, then ran
npm install
again. I'm still getting this error.