-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
32 lines (32 loc) · 1.75 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'access',
1 verbose cli 'restricted',
1 verbose cli 'bg-modal' ]
2 info using npm@2.7.4
3 info using node@v0.12.2
4 verbose changeAccess name bg-modal level restricted
5 silly mapToRegistry name bg-modal
6 silly mapToRegistry using default registry
7 silly mapToRegistry registry https://registry.npmjs.org/
8 silly mapToRegistry uri https://registry.npmjs.org/bg-modal
9 error access Sorry, you can't change the access level of unscoped packages.
10 verbose stack Error: Sorry, you can't change the access level of unscoped packages.
10 verbose stack at /usr/local/lib/node_modules/npm/lib/access.js:93:17
10 verbose stack at mapToRegistry (/usr/local/lib/node_modules/npm/lib/utils/map-to-registry.js:55:3)
10 verbose stack at changeAccess_ (/usr/local/lib/node_modules/npm/lib/access.js:86:3)
10 verbose stack at changeAccess (/usr/local/lib/node_modules/npm/lib/access.js:66:3)
10 verbose stack at EventEmitter.access (/usr/local/lib/node_modules/npm/lib/access.js:47:46)
10 verbose stack at Object.commandCache.(anonymous function) (/usr/local/lib/node_modules/npm/lib/npm.js:220:11)
10 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/bin/npm-cli.js:72:28)
10 verbose stack at process._tickCallback (node.js:355:11)
11 verbose cwd /Users/blainergunn/bg-modal
12 error Darwin 14.3.0
13 error argv "node" "/usr/local/bin/npm" "access" "restricted" "bg-modal"
14 error node v0.12.2
15 error npm v2.7.4
16 error Sorry, you can't change the access level of unscoped packages.
17 error If you need help, you may report this error at:
17 error <https://github.com/npm/npm/issues>
18 verbose exit [ 1, true ]