@Alundra wrote:
Hi!
Every time i have to add a new plugin to my projects always happens the same:
The plugin @ionic/cli-plugin-cordova is not installed. Would you like to install it and continue?
Ok so install,after this:
@ionic/app-scripts need to install
I execute
npm install @ionic/app-scripts@latest --save-dev
Later
Typescript need to install
I execute
npm install typescript --saveAnd this always happen even i lost more than one hour only for this because enters into a loop that always asking me the same.
Sometimes if i execute cmd in administrator mode not even ask me for @ionic/app-scripts only for typescript.
The funny thing is that only happens in my computer, and also notice that every time i made a project new or another project from friend that already exists, and i have to reinstall node_modules creates a package-lock.json that the existing project never have before.
I read and search everything about this problem, and ok its "fixed" if i do those commands every time but its not supposed to be the normal functionallity to installing plugins. And sometimes takes more to install that implementation itself.
Posts: 1
Participants: 1