Read the statement by Michael Teeuw here.
Install error, not sure what to do.
-
Attached is an error I’m getting when running the installer on a raspberry pi 3
Installing dependencies …
npm WARN peerDependencies The peer dependency grunt@~0.4.0 included from grunt-yamllint will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency stylelint@^7.6.0 included from stylelint-config-standard will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.what is causing this and what should i do
-
Hi,
Are you running Automatic installation from README.md or following Manual Installation guide? It may be helpful to get some more information on steps that you did prior to this and exact command that you are executing. Also what version of
node
andnpm
are you running? You can find that by running following commands in your terminal:node --version
and
npm --version
Thanks.