? Looks like a fresh checkout! No ./node_modules directory found. Would you like to install project dep
endencies? Yes
[INFO] Installing dependencies may take several minutes!
npm install Running command - failed!
[ERROR] An error occurred while running npm install (exit code 254):
npm ERR! addLocal Could not install
/Users/.../pojectname-cordova-pl_ugin-thumbtool
npm ERR! Darwin 16.7.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v6.11.3
npm ERR! npm v3.10.10
npm ERR! path
/Users/.../pojectname-cordova-pl_ugin-thumbtool
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open
'/Users/.../pojectname-cordova-pl_ugin-thumbtool'
npm ERR! enoent ENOENT: no such file or directory, open
'/Users/.../pojectname-cordova-pl_ugin-thumbtool'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR!
It might be a version conflicts, as you have installed NPM later. There are possibilities of version dependencies conflict problem. I am not sure about it. but it happens sometime.
This is a version conflict problem. Better you create a new project and install new plugins from start and you can copy your .ts code from older project.
Yes its conflict. Because you upgraded node modules. So there are major possibilities of version conflicts on plugin that you have used. the same problem I have faced before. So I created a new project with updated plugins and copied my previous project code and it worked.
I hope you will also get an error free code after creating a new project