Hi, i am having issues with the second phase of task 250. We are required to install terminal-kit on the terminal, import terminal kit from terminal kit, i.e import terminalKit from 'terminal-kit'; Export the variable "term" initializing terminalKit.terminal. i.e export const term = terminalKit.terminal;
import {terminalkit} from 'terminal-kit';
export const term = terminalkit.terminal;
This is how it looks like from here.
Test suite failed to run TypeError: Cannot read property 'terminal' of undefined is the result I get when I submit task