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
Environment versions are as followed:
Node v20.11.0
Npm 10.2.4
Python 3.9
> node generateParsers.js -new generic postgresql
Identifying parsers...
Error: Could not find parser definitions for'-new, 'postgresql' at findParsersToGenerateFromArgs (file:///hue/tools/jison/generateParsers.js:49:11) at file:///hue/tools/jison/generateParsers.js:101:33
Steps To Reproduce
cd tools/jison
npm install
node generateParsers.js -new generic postgresql
Logs
Identifying parsers...
Error: Could not find parser definitions for '-new, 'postgresql'
at findParsersToGenerateFromArgs (file:///hue/tools/jison/generateParsers.js:49:11)
at file:///hue/tools/jison/generateParsers.js:101:33
Hue version
release 4.11
The text was updated successfully, but these errors were encountered:
Hi, sorry about the long delay. It looks like new parser bootstrap tool was broken and removed some time ago since it was hardly ever used. I'll file a ticket to update the docs. Thanks for your patience.
Is there an existing issue for this?
Description
While following https://docs.gethue.com/developer/development/#tutorial-creating-a-parser for the creation of new parser from the generic one like in example suggested
node generateParsers.js -new generic postgresql
encountering error as followed.Environment versions are as followed:
Node v20.11.0
Npm 10.2.4
Python 3.9
Steps To Reproduce
cd tools/jison
npm install
node generateParsers.js -new generic postgresql
Logs
Identifying parsers...
Error: Could not find parser definitions for '-new, 'postgresql'
at findParsersToGenerateFromArgs (file:///hue/tools/jison/generateParsers.js:49:11)
at file:///hue/tools/jison/generateParsers.js:101:33
Hue version
release 4.11
The text was updated successfully, but these errors were encountered: