Remove Protractor from from Aurelia TS WebPack? -


is possible remove protractor , related libraries aurelia typescript webpack skeleton project?

i tried npm uninstall protractor , successful, when npm start fires off typescript errors aurelia-protractor can't find protractor. tried typings uninstall aurelia-protractor , tells me typings folder doesn't doesn't exist. argh. there easy way rid of protractor , it's supporting modules?

thanks.


Comments

Popular posts from this blog

javascript - Access directive function from component class or template -

php - Auto increment employee ID -

python - Evaluating the next line in a For Loop while in the current iteration -