npm install warnings
Opened this issue · 1 comments
facine commented
Hi, I get this warnings during installation, but I can run npm run dev
$ npm install
npm WARN eslint-plugin-prettier@3.0.0 requires a peer of eslint@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN webpack-dev-middleware@1.12.2 requires a peer of webpack@^1.0.0 || ^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN contenta_vue_nuxt@2.0.1 No repository field.
macOS High Sierra - 10.13.6 (17G65)
$ node -v
v11.1.0
$ npm -v
6.4.1
yann-yinn commented
hmm, I guess the project should include its peers dependencies. I will try to do that as soon as i can, thx for the report