Verification for Focal:

First, verifying that the bug manifests itself:

# apt policy node-uid-number
node-uid-number:
  Installed: 0.0.6-1
  Candidate: 0.0.6-1
  Version table:
 *** 0.0.6-1 500
        500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
        100 /var/lib/dpkg/status
# npm install yarn -g
# grep get-uid-gid .npm/_logs/*-debug.log
57 verbose stack Error: Cannot find module './get-uid-gid.js'
64 error Cannot find module './get-uid-gid.js'

Now, installing the updated package from -proposed and verifying that
the bug is fixed:

# apt policy node-uid-number
node-uid-number:
  Installed: 0.0.6-1ubuntu0.20.04.1
  Candidate: 0.0.6-1ubuntu0.20.04.1
  Version table:
 *** 0.0.6-1ubuntu0.20.04.1 500
        500 http://archive.ubuntu.com/ubuntu focal-proposed/universe amd64 
Packages
        100 /var/lib/dpkg/status
     0.0.6-1 500
        500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
# npm install yarn -g

> yarn@1.22.10 preinstall /usr/local/lib/node_modules/yarn
> :; (node ./preinstall.js > /dev/null 2>&1 || true)

/usr/local/bin/yarn -> /usr/local/lib/node_modules/yarn/bin/yarn.js
/usr/local/bin/yarnpkg -> /usr/local/lib/node_modules/yarn/bin/yarn.js
+ yarn@1.22.10
updated 1 package in 1.731s
# ls .npm/_logs/
# ls /usr/lib/nodejs/uid-number/get-uid-gid.js 
/usr/lib/nodejs/uid-number/get-uid-gid.js

The bug has been fixed with the package from -proposed.

This concludes the verification for Focal.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877704

Title:
  File get-uid-gid.js is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/node-uid-number/+bug/1877704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to