import {browser, element, by, By, $, $$, ExpectedConditions} from 'protractor' error
问题 I have installed Protractor, typescript, jasmine with type globally and also locally. Getting following error while running the test via npm install, please guide if anything wrong with the setup. import {browser, element, by, By, $, $$, ExpectedConditions} from 'protractor'; ^^^^^^ SyntaxError: Unexpected token import at createScript (vm.js:56:10) at Object.runInThisContext (vm.js:97:10) at Module._compile (module.js:542:28) at Object.Module._extensions..js (module.js:579:10) at Module.load