ionic3-seed-protractor icon indicating copy to clipboard operation
ionic3-seed-protractor copied to clipboard

Ionic 3 + Karma + Protractor + Appium

Results 2 ionic3-seed-protractor issues
Sort by recently updated
recently updated
newest added

``` throw e; ^ Error: Cannot find module 'tsconfig' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object. (/XXXXX/XXXXXX/XXXXX/SourceCode_ionic_testing/node_modules/ts-node/dist/index.js:23:18) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10)...

I'm interested in a seed like this one. Just followed instructions, installed ionic & cordova, cloned the project and ran npm install. Any subsequent command (start, run android...) fails the...