We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running Nodal without any arguments returns this error:
/usr/local/lib/node_modules/nodal/node_modules/cmnd/lib/command_line_interface.js:22 commands = commands.split(':'); ^ TypeError: Cannot read property 'split' of undefined at CommandLineInterface.parse (/usr/local/lib/node_modules/nodal/node_modules/cmnd/lib/command_line_interface.js:22:26) at CommandLineInterface.run (/usr/local/lib/node_modules/nodal/node_modules/cmnd/lib/command_line_interface.js:133:19) at Object.<anonymous> (/usr/local/lib/node_modules/nodal/cli/bin.js:6:5) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) at Module.load (module.js:456:32) at tryModuleLoad (module.js:415:12) at Function.Module._load (module.js:407:3) at Function.Module.runMain (module.js:575:10) at startup (node.js:160:18)
The text was updated successfully, but these errors were encountered:
Nice catch. Thanks! This error is actually is in https://github.com/keithwhor/cmnd
I'll open an issue there :)
Sorry, something went wrong.
keithwhor/cmnd#3
Successfully merging a pull request may close this issue.
Running Nodal without any arguments returns this error:
The text was updated successfully, but these errors were encountered: