Skip to content

Instantly share code, notes, and snippets.

@danielrob
Last active June 14, 2020 01:22
Show Gist options
  • Save danielrob/3472f543bcd847235686aa04955f26f6 to your computer and use it in GitHub Desktop.
Save danielrob/3472f543bcd847235686aa04955f26f6 to your computer and use it in GitHub Desktop.
posthtml-expressions error logs
project/src/index.html: input.match is not a function
[1] at placeholders (project/node_modules/posthtml-expressions/lib/placeholders.js:42:27)
[1] at concat.reduce (project/node_modules/posthtml-expressions/lib/index.js:195:27)
[1] at Array.reduce (<anonymous>)
[1] at walk (project/node_modules/posthtml-expressions/lib/index.js:167:27)
[1] at concat.reduce (project/node_modules/posthtml-expressions/lib/index.js:204:22)
[1] at Array.reduce (<anonymous>)
[1] at walk (project/node_modules/posthtml-expressions/lib/index.js:167:27)
[1] at concat.reduce (project/node_modules/posthtml-expressions/lib/index.js:204:22)
[1] at Array.reduce (<anonymous>)
[1] at walk (project/node_modules/posthtml-expressions/lib/index.js:167:27
🚨 /Users/daniel/dev/sandbox/index.html: input.match is not a function
at placeholders (/Users/daniel/dev/sandbox/node_modules/posthtml-expressions/lib/placeholders.js:42:27)
at concat.reduce (/Users/daniel/dev/sandbox/node_modules/posthtml-expressions/lib/index.js:195:27)
at Array.reduce (<anonymous>)
at walk (/Users/daniel/dev/sandbox/node_modules/posthtml-expressions/lib/index.js:167:27)
at /Users/daniel/.nvm/versions/node/v11.9.0/lib/node_modules/parcel-bundler/node_modules/posthtml/lib/index.js:188:14
at tryCatch (/Users/daniel/.nvm/versions/node/v11.9.0/lib/node_modules/parcel-bundler/node_modules/posthtml/lib/index.js:271:12)
at PostHTML.<anonymous> (/Users/daniel/.nvm/versions/node/v11.9.0/lib/node_modules/parcel-bundler/node_modules/posthtml/lib/index.js:187:15)
at _next (/Users/daniel/.nvm/versions/node/v11.9.0/lib/node_modules/parcel-bundler/node_modules/posthtml/lib/index.js:170:14)
at PostHTML.<anonymous> (/Users/daniel/.nvm/versions/node/v11.9.0/lib/node_modules/parcel-bundler/node_modules/posthtml/lib/index.js:204:5)
at /Users/daniel/.nvm/versions/node/v11.9.0/lib/node_modules/parcel-bundler/node_modules/posthtml/lib/index.js:208:5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment