Skip to content

WIP - Tutorial Issue #2

@powernerd

Description

@powernerd

WIP -
Writing up my own issues encountered while following the tutorial at https://dry.ly/authentic

$ npm start

> scale-admin@1.0.0 start /Users/andys/powernerd/scale-admin
> wzrd index.js

server started at:
http://127.0.0.1:9966
http://10.0.1.100:9966
{"url":"/","type":"generated","time":"2018-11-19T03:44:11.562Z"}
{"url":"/index.js","type":"bundle","command":"browserify index.js","elapsed":"7ms","time":"2018-11-19T03:44:11.672Z"}
/bin/sh: browserify: command not found

(resolved above by installing browserify)

Later on down the doc, got some dep warnings:

$ npm install --save authentic-client
npm WARN deprecated joi@6.10.1: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated topo@1.1.0: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated hoek@2.16.3: This version is no longer maintained. Please upgrade to the latest version.
npm WARN scale-admin@1.0.0 No description
npm WARN scale-admin@1.0.0 No repository field.

+ authentic-client@1.2.2
added 37 packages from 29 contributors and audited 119 packages in 4.235s
found 4 vulnerabilities (1 low, 3 moderate)
  run `npm audit fix` to fix them, or `npm audit` for details

...some more dependency warnings:

$ npm install --save authentic-service
npm WARN deprecated joi@6.10.1: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated hoek@2.16.3: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated topo@1.1.0: This version is no longer maintained. Please upgrade to the latest version.
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN scale-reports@1.0.0 No description
npm WARN scale-reports@1.0.0 No repository field.

+ authentic-service@0.3.1
added 45 packages from 31 contributors and audited 60 packages in 4.01s
found 2 moderate severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions