Wednesday 17 May 2017

problems with including dependencies in package.json

Why is it that when including dependencies in package.json such as

"dependencies": {
    "nodemailer": "*"
 }

and running

npm install

doesn't install the package but doing

npm install nodemailer

is ok?



via Stanley

No comments:

Post a Comment