-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathyarn-error.log
48 lines (40 loc) · 1.16 KB
/
yarn-error.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Arguments:
/Users/admin/.nvm/versions/node/v8.9.4/bin/node /usr/local/Cellar/yarn/1.5.1_1/libexec/bin/yarn.js remove @slack/client
PATH:
/Users/admin/go/bin/:/Users/admin/.nvm/versions/node/v8.9.4/bin:/Users/admin/.rbenv/shims:/usr/local/opt/rbenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Yarn version:
1.5.1
Node version:
8.9.4
Platform:
darwin x64
npm manifest:
{
"name": "slack-docker",
"version": "1.0.0",
"description": "Slack integration for notifying Docker events",
"repository": {
"type": "git",
"url": "https://github.com/int128/slack-docker.git"
},
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "int128",
"license": "Apache-2.0",
"dependencies": {
"@slack/client": "^3.14.1",
"dockerode": "^2.5.3",
"immutable": "^3.8.2"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: No lockfile in this directory. Run `yarn install` to generate one.
at new MessageError (/usr/local/Cellar/yarn/1.5.1_1/libexec/lib/cli.js:186:110)
at /usr/local/Cellar/yarn/1.5.1_1/libexec/lib/cli.js:89389:13
at <anonymous>