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
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 ]----- ^^^
Steps to reproduce
Expectation
We should show the instructions for running a
new
project.What's happening
Why?
https://github.com/infinitered/ignite/blob/master/packages/ignite-cli/src/commands/new.js#L25
We shouldn't be feeding
null
into match.The text was updated successfully, but these errors were encountered: