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

php - Auto increment employee ID -

php - isset function not working properly -

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