GovReady / Issue-Packs

Generate packs of compliance related issues for GitHub issues
MIT License
2 stars 3 forks source link

Update issue-pack dependencies #27

Open gregelin opened 7 years ago

gregelin commented 7 years ago

Dependencies issues when installing Issue Pack on Ubuntu Ubuntu 16.04 LTS (run as local server user site)

site@q:~/Issue-Packs$ npm run setup

> issue-pack@0.9.1 setup /home/site/Issue-Packs
> npm install && npm link

npm WARN deprecated node-uuid@1.4.7: use uuid module instead
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

Also:

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.15
npm ERR! Linux 4.4.0-31-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "link"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! path /usr/local/lib/node_modules
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall mkdir

Re ran npm run setup as root:

site@q:~/Issue-Packs$ exit
exit
root@q:/home/site# cd Issue-Packs/
root@q:/home/site/Issue-Packs# npm run setup

> issue-pack@0.9.1 setup /home/site/Issue-Packs
> npm install && npm link

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.15
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.15
/usr/local/bin/issue-pack -> /usr/local/lib/node_modules/issue-pack/bin/index.js
/usr/local/lib/node_modules/issue-pack -> /home/site/Issue-Packs

Also see issue #28