aws-samples / aws-samples/aws-nodejs-sample
repository and license field warnings in npm install
Open
- Dominant language
- JavaScript
- Stars
- 306
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
Description
After invoking **npm install** you get repository and license field warnings:
$ npm install
aws-nodejs-sample
├─┬ aws-sdk@2.4.0
│ ├── jmespath@0.15.0
│ ├── sax@1.1.5
│ ├── xml2js@0.4.15
│ └─┬ xmlbuilder@2.6.2
│ └── lodash@3.5.0
└── node-uuid@1.4.7
npm WARN aws-nodejs-sample No repository field.
npm WARN aws-nodejs-sample No license field.
aws-nodejs-sample$
One solution is in: #4.
Contributor guide
Assessment
This issue has not been assessed yet.