This must be quite an old piece of software you're using. You should remove 
the 'crypto' package from the dependencies in your package.json and remove 
your package-lock.json, then run `npm install`. The built-in crypto package 
should then load properly and the warning will go away. Additionally, the 
'No repository field.' and 'No license field' can be resolved by adding 
them to your package.json:

{
...
    "license": "MIT",
    "repository": "github:user/repo"
...
}

Follow the docs here: https://docs.npmjs.com/files/package.json#repository

Mikkel

On Wednesday, February 28, 2018 at 6:42:30 AM UTC-8, Craig Rosier wrote:
>
> I am trying to install  nodes for my Broadlink using: npm install 
> node-red-contrib-broadlink
>
> I am getting the following errors:
>
>
> <https://lh3.googleusercontent.com/-pMi72fH0RPg/WpZl2GlUYvI/AAAAAAAAAzM/KlyM6qf3f0c3sgUYguvWiCGiFSF3qDnxgCLcBGAs/s1600/Broadlink%2Berror%2Blog.jpg>
> Can anyone tell me how to fix this?
>
> THX
>

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/cfedec58-cb14-4637-bcd0-c3a06a60d128%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to