Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YAMLException('unacceptable kind of an object to dump #12

Open
cdfa opened this issue Aug 3, 2019 · 0 comments
Open

YAMLException('unacceptable kind of an object to dump #12

cdfa opened this issue Aug 3, 2019 · 0 comments

Comments

@cdfa
Copy link

cdfa commented Aug 3, 2019

I got the following error when popping a stash. pnpm-lock-theirs.yaml pnpm-lock-ours.yaml

home/cdfa/Projects/react-turn-reveal/node_modules/.registry.npmjs.org/js-yaml/3.13.1/node_modules/js-yaml/lib/js-yaml/dumper.js:756
throw new YAMLException('unacceptable kind of an object to dump ' + type);
^
YAMLException: unacceptable kind of an object to dump [object Undefined]
at writeNode (/home/cdfa/Projects/react-turn-reveal/node_modules/.registry.npmjs.org/js-yaml/3.13.1/node_modules/js-yaml/lib/js-yaml/dumper.js:756:13)
at writeBlockMapping (/home/cdfa/Projects/react-turn-reveal/node_modules/.registry.npmjs.org/js-yaml/3.13.1/node_modules/js-yaml/lib/js-yaml/dumper.js:634:10)
at writeNode (/home/cdfa/Projects/react-turn-reveal/node_modules/.registry.npmjs.org/js-yaml/3.13.1/node_modules/js-yaml/lib/js-yaml/dumper.js:727:9)
at dump (/home/cdfa/Projects/react-turn-reveal/node_modules/.registry.npmjs.org/js-yaml/3.13.1/node_modules/js-yaml/lib/js-yaml/dumper.js:817:7)
at Object.safeDump (/home/cdfa/Projects/react-turn-reveal/node_modules/.registry.npmjs.org/js-yaml/3.13.1/node_modules/js-yaml/lib/js-yaml/dumper.js:823:10)
at writeShrinkwrap (/home/cdfa/Projects/react-turn-reveal/node_modules/.registry.npmjs.org/pnpm-shrinkwrap/6.5.1_@[email protected]/node_modules/pnpm-shrinkwrap/lib/write.js:33:26)
at Object.writeWantedOnly (/home/cdfa/Projects/react-turn-reveal/node_modules/.registry.npmjs.org/pnpm-shrinkwrap/6.5.1_@[email protected]/node_modules/pnpm-shrinkwrap/lib/write.js:20:12)
at Object.<anonymous> (/home/cdfa/Projects/react-turn-reveal/node_modules/.registry.npmjs.org/@pnpm/merge-driver/0.1.0/node_modules/@pnpm/merge-driver/lib/cli.js:12:19)
at Module._compile (internal/modules/cjs/loader.js:701:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant