npm no longer installs peer dependencies so you need to install them manually, just do an npm install
on the needed deps, and then try to install the main one again.
Reply to comment:
it’s right in that message, it says which deps you’re missing
UNMET PEER DEPENDENCY angular-animate@^1.5.0 +-- UNMET PEER DEPENDENCY angular-aria@^1.5.0 +-- [email protected] + UNMET PEER DEPENDENCY angular-messages@^1.5.0 `-- [email protected]`
So you need to npm install angular angular-animate angular-aria angular-material angular-messages mdi
Related Posts:
- How to solve npm error “npm ERR! code ELIFECYCLE”
- How to solve npm error “npm ERR! code ELIFECYCLE”
- What is the difference between npm install and npm run build?
- nodemon app crashed – waiting for file changes before starting
- Unable to resolve dependency tree error when installing npm packages
- npm – EPERM: operation not permitted on Windows
- npm – “Can’t find Python executable “python”, you can set the PYTHON env variable.”
- npm install with error: `gyp` failed with exit code: 1
- How can I update NodeJS and NPM to the next versions?
- How can I update npm itself?
- How to install a previous exact version of a NPM package?
- Can not find module “@angular-devkit/build-angular”
- After command npm start “Missing script:start” error
- sudo: npm: command not found
- How to resolve Nodejs: Error: ENOENT: no such file or directory
- Please run `npm cache clean`
- typeerror cannot read property ‘data’ of undefined
- NPM clean modules
- ‘node’ is not recognized as an internal or an external command, operable program or batch file while using phonegap/cordova
- NPM Start not starting local server
- NPM ELIFECYCLE error – using node server.js command
- What is the –save option for npm install?
- Refused to display in a frame because it set ‘X-Frame-Options’ to ‘SAMEORIGIN’
- nodemon not working: -bash: nodemon: command not found
- npm install not working in windows
- nodemon not found in npm
- Refused to display in a frame because it set ‘X-Frame-Options’ to ‘SAMEORIGIN’
- Node.js – SyntaxError: Unexpected token import
- How to format date in angularjs
- ExpressJS – throw er Unhandled error event
- npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
- Why am I getting “Error socket hang up” response?
- Node.js Port 3000 already in use but it actually isn’t?
- Angular-ui-router: ui-sref-active and nested states
- Understanding STATE in angularJS
- What Are “npm run dev” and “npm run prod”
- Find the version of an installed npm package
- What is .$on() in AngularJS
- “npm config set registry https://registry.npmjs.org/” is not working in windows bat file
- How do I uninstall a package installed using npm link?
- Error: EACCES: permission denied, access ‘/usr/local/lib/node_modules’
- File Upload using AngularJS
- ExpressJS – throw er Unhandled error event
- Error “Cannot find module ‘npmlog'” after “npm update -g”
- AngularJS : Prevent error $digest already in progress when calling $scope.$apply()
- What is the difference between –save and –save-dev?
- error: This is probably not a problem with npm. There is likely additional logging output above
- AngularJS BootstrapUI Typeahead with object & selection functionality
- Node update a specific package
- angular.service vs angular.factory
- npm update does not do anything
- How do I store data in local storage using Angularjs?
- What is .$on() in AngularJS
- `ui-router` $stateParams vs. $state.params
- $apply already in progress error
- Cannot find module ‘internal/fs’ after upgrading to node 7
- ng-repeat :filter by single field
- CentOS error – sudo: effective uid is not 0, is sudo installed setuid root?
- Do I commit the package-lock.json file created by npm 5?
- npm update broke npm
- Difference between onLoad and ng-init in angular
- `node-pre-gyp install –fallback-to-build` failed during MeanJS installation on OSX
- npm install resulting in ‘ENOENT: no such file or directory’
- Submit form on pressing Enter with AngularJS
- node.js: cannot find module ‘request’
- With ng-bind-html-unsafe removed, how do I inject HTML?
- What is the use of angular ui-mask?
- npm install errors with Error: ENOENT, chmod
- NPM self_signed_cert_in_chain
- npm WARN deprecated [email protected]: Use uuid module instead
- npm WARN package.json: No repository field
- Response for preflight has invalid HTTP status code 403 on angular post request
- How to achieve pagination/table layout with Angular.js?
- Angular js is front end or backend?
- Maximum call stack size exceeded on npm install
- AngularJS Folder Structure
- npm “failed to parse json”
- Npm Error – Windows NT – How to resolve
- AngularJS $watch vs $watchCollection: which is better for performance?
- Angular.js: How does $eval work and why is it different from vanilla eval?
- How do you uninstall all dependencies listed in package.json (NPM)?
- Angularjs ng-view does not work
- AngularJS For Loop with Numbers & Ranges
- Why is .then not a function?
- npm update check failed
- events.js: 141 throw er; // Unhandled ‘error’ event
- NPM warn message about deprecated package
- How do I filter an array with AngularJS and use a property of the filtered object as the ng-model attribute?
- How npm start runs a server on port 8000
- In AngularJS, what’s the difference between ng-pristine and ng-dirty?
- AngularJS Modal Popup
- Webpack – webpack-dev-server: command not found
- npm install hangs
- Can pm2 run an ‘npm start’ script
- Webpack command not found
- Why do we use $rootScope.$broadcast in AngularJS?
- how to use ng-option to set default value of select element
- nvm is not compatible with the npm config “prefix” option:
- What does ngInject do in the following piece of code?
- AngularJS: how to implement a simple file upload with multipart form?