0

I am trying to install ionic framework on my Ubuntu 14.04 Linux system. I already installed the nodejs,npm,cordova. I use the command 'npm install -g ionic' in my terminal and everytime I get the following error

npm http GET https://registry.npmjs.org/ionic
npm http 304 https://registry.npmjs.org/ionic
npm WARN unmet dependency /home/dineshadhithya/node_modules/ionic/node_modules/connect/node_modules/finalhandler requires debug@'1.0.4' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /home/dineshadhithya/node_modules/ionic/node_modules/request/node_modules/    form-data requires combined-stream@'~0.0.4' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
ionic@1.7.14 node_modules/ionic
Dinesh Adhithya
  • 191
  • 1
  • 1
  • 7

1 Answers1

0

This seemed to have solved the problem for many: Why does npm install say I have unmet dependencies?

  • remove node_modules using rm -rf node_modules/
  • run npm cache clean
Community
  • 1
  • 1
Greg
  • 1,382
  • 3
  • 22
  • 45