Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2017 14:27:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223782] www/npm 5.4.2 wrong permissions on npx
Message-ID:  <bug-223782-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223782

            Bug ID: 223782
           Summary: www/npm 5.4.2 wrong permissions on npx
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: lapo@lapo.it
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

% npx -v
zsh: permission denied: npx
% ll /usr/local/bin/npx /usr/local/lib/node_modules/npm/bin/npx-cli.js
lrwxr-xr-x  1 root  wheel   38 15 lug 19:10 /usr/local/bin/npx ->
../lib/node_modules/npm/bin/npx-cli.js
-rw-r-xr-x  1 root  wheel  177 14 lug 07:08
/usr/local/lib/node_modules/npm/bin/npx-cli.js
% sudo chmod +x /usr/local/lib/node_modules/npm/bin/npx-cli.js
% npx -v
9.2.0

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223782-13>