How to add Import statements?
July 5, 2021 at 4:34pmHow to add Import statements?
July 5, 2021 at 4:34pmHi, I'm very much a beginner - I have a new directory in my C: drive named 'floodstarter' and created a new project from command line, with default name.
My imports are not recognised in the .ts file though and I cannot see how to find them (using VS code). Snippet below:
import { step, TestSettings, Until, By } from "/element";
When I look at package.json the dependencies read:
"/element": "2.0.4",
"/element-cli": "2.0.4",
Element was installed globally and this version number is correct.
Help appreciated as I am stuck!
Thanks Dan
July 9, 2021 at 12:08am