A little help with a Yarn install

I am having a challenging time getting my yarn to install on ci . it installs and works locally just not on CI i get a

yarn install v1.22.5
error An unexpected error occurred: “/home/circleci/repo/package.json: Unexpected token / in JSON at position 288”.

message everytime I try to deploy

It’s saying that there is an issue with your package.json. Can we see that? Or maybe run it through and online JSON validator? My guess would be that there is some typo in that file. A good IDE should flag it for you.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.