You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
This seems to be happening on Windows only, not Linux or (I've been told) macOS.
A route called something like routes/[foo]/[bar].html causes an error to be thrown from within snapdragon:
C:\...\node_modules\snapdragon\lib\parser.js:473
throw new Error('no parsers registered for: "' + self.input.slice(0, 5) + '"');
^
Error: no parsers registered for: "]"
at parse (C:\...\node_modules\snapdragon\lib\parser.js:473:15)
at Parser.parse (C:\...\node_modules\snapdragon\lib\parser.js:477:24)
at Snapdragon.parse (C:\...\node_modules\snapdragon\index.js:122:28)
at Snapdragon.<anonymous> (C:\...\node_modules\braces\lib\braces.js:42:45)
at Braces.parse (C:\...\node_modules\braces\lib\braces.js:68:26)
at Braces.expand (C:\...\node_modules\braces\lib\braces.js:89:18)
at create (C:\...\node_modules\braces\index.js:143:15)
at memoize (C:\...\node_modules\braces\index.js:295:13)
at Function.braces.create (C:\...\node_modules\braces\index.js:162:10)
at Function.braces.expand (C:\...\node_modules\braces\index.js:82:17)
This seems to be happening on Windows only, not Linux or (I've been told) macOS.
A route called something like
routes/[foo]/[bar].html
causes an error to be thrown from within snapdragon:cc @naturalethic
The text was updated successfully, but these errors were encountered: