Unknown mapping error

can someone please tell me why this error keeps coming up when html-db is installing it’s dependencies?
project

express: 4.17.1
^

at generateError     /opt/nvm/versions/node/v10.15.3/lib/node_modules/pnpm/lib/node_modules/js-yaml/lib/js-yaml/loader.js:165   return new YAMLException(
at throwError        /opt/nvm/versions/node/v10.15.3/lib/node_modules/pnpm/lib/node_modules/js-yaml/lib/js-yaml/loader.js:171   throw generateError(stat…
at readBlockMapping  /opt/nvm/versions/node/v10.15.3/lib/node_modules/pnpm/lib/node_modules/js-yaml/lib/js-yaml/loader.js:1046  throwError(state, 'can n…
at composeNode       /opt/nvm/versions/node/v10.15.3/lib/node_modules/pnpm/lib/node_modules/js-yaml/lib/js-yaml/loader.js:1332  readBlockMapping(state, …
at readDocument      /opt/nvm/versions/node/v10.15.3/lib/node_modules/pnpm/lib/node_modules/js-yaml/lib/js-yaml/loader.js:1492  composeNode(state, state…
at loadDocuments     /opt/nvm/versions/node/v10.15.3/lib/node_modules/pnpm/lib/node_modules/js-yaml/lib/js-yaml/loader.js:1548  readDocument(state);     
at load              /opt/nvm/versions/node/v10.15.3/lib/node_modules/pnpm/lib/node_modules/js-yaml/lib/js-yaml/loader.js:1569  var documents = loadDocu…
at safeLoad          /opt/nvm/versions/node/v10.15.3/lib/node_modules/pnpm/lib/node_modules/js-yaml/lib/js-yaml/loader.js:1591  return load(input, commo…
at parse             /opt/nvm/versions/node/v10.15.3/lib/node_modules/pnpm/lib/node_modules/read-yaml-file/index.js:8           const parse = data => ya…
at data              /opt/nvm/versions/node/v10.15.3/lib/node_modules/pnpm/lib/node_modules/read-yaml-file/index.js:10          const readYamlFile = fp …

MOD EDIT: formatting

Hey @Jonyk56 I took at look at your project and this bug is a mysterious one! All the search results for the error point to a malformed YAML file, but the YAML files I’ve seen in your project were all empty? Maybe there’s something I can’t see! I’ll check back later and take another crack at it. Hope this is a little helpful at least!

ok!
thank you for that tip

Hey @Jonyk56 I don’t see the error you mentioned right now, but I thought I’d point out that your project is basically out of space, and all sorts of weird behavior can happen when you get into that state. It might be worth addressing that before trying to resolve any other issues you might be seeing.

2 Likes