DevExpress / DevExtreme.AspNet.Data

DevExtreme data layer extension for ASP.NET
MIT License
152 stars 128 forks source link

Can't install devextreme-aspnet-data-nojquery #431

Closed ghost closed 4 years ago

ghost commented 4 years ago

I get this error/warning when I 'npm install devextreme-aspnet-data-nojquery' "npm WARN devextreme-aspnet-data-nojquery@2.6.1 requires a peer of devextreme@>=18.1.0 but none is installed. You must install peer dependencies yourself."

What peer package is it looking for specifically? There's no Nuget package called only devextreme.

AlekseyMartynov commented 4 years ago

Hello

This warning is about npm peer dependencies. It says that you need to install the devextreme npm package by running the following command:

npm install devextreme