Skip to content
New issue

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

Typing ignite new blows up. #930

Closed
skellock opened this issue Mar 22, 2017 · 0 comments
Closed

Typing ignite new blows up. #930

skellock opened this issue Mar 22, 2017 · 0 comments
Assignees

Comments

@skellock
Copy link
Contributor

Steps to reproduce

ignite new

Expectation

We should show the instructions for running a new project.

What's happening

vvv -----[ DEBUG ]----- vvv
TypeError: Cannot read property 'match' of undefined
    at match (/Users/steve/src/ir/ignite/packages/ignite-cli/node_modules/ramda/src/match.js:26:13)
    at f2 (/Users/steve/src/ir/ignite/packages/ignite-cli/node_modules/ramda/src/internal/_curry2.js:25:16)
    at Command.command [as run] (/Users/steve/src/ir/ignite/packages/ignite-cli/src/commands/new.js:25:35)
    at Runtime.run (/Users/steve/src/ir/ignite/packages/ignite-cli/node_modules/gluegun/src/domain/runtime.js:158:46)
    at run (/Users/steve/src/ir/ignite/packages/ignite-cli/src/cli/cli.js:59:29)
    at Object.<anonymous> (/Users/steve/src/ir/ignite/packages/ignite-cli/bin/ignite:9:31)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
^^^ -----[ DEBUG ]----- ^^^

Why?

https://github.com/infinitered/ignite/blob/master/packages/ignite-cli/src/commands/new.js#L25

We shouldn't be feeding null into match.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants