forked from SiddAjmera/WebhookForMovieDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
63 lines (55 loc) · 3.07 KB
/
yarn-error.log
File metadata and controls
63 lines (55 loc) · 3.07 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Arguments:
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js lint --fixclear
PATH:
C:\Users\Ryan\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\local\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\Ryan\bin;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files\Git\cmd;C:\Program Files\nodejs;C:\Program Files\dotnet;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files (x86)\Yarn\bin;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn;C:\Program Files\Microsoft SQL Server\140\Tools\Binn;C:\Program Files\Microsoft SQL Server\140\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Microsoft VS Code Insiders\bin;C:\Users\Ryan\AppData\Local\Programs\Python\Python36-32\Scripts;C:\Users\Ryan\AppData\Local\Programs\Python\Python36-32;C:\Users\Ryan\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Microsoft VS Code Insiders\bin;C:\Users\Ryan\AppData\Roaming\npm;C:\Users\Ryan\AppData\Local\Yarn\bin;C:\Program Files\heroku\bin;C:\Program Files\Git\usr\bin\vendor_perl;C:\Program Files\Git\usr\bin\core_perl
Yarn version:
1.5.1
Node version:
9.4.0
Platform:
win32 x64
npm manifest:
{
"name": "movie_db_webhook",
"version": "2.0.1",
"description": "A Node Based Dialogflow Webhook that fetches the details of a movie for v1 and v2 of dialogflow api",
"main": "index.js",
"scripts": {
"start": "babel-node --presets=env index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"movieDb",
"webhook",
"nodejs"
],
"author": "ryan anglem - forked from repo by Siddharth Ajmera (SiddAjmera)",
"license": "ISC",
"dependencies": {
"actions-on-google": "^2.4.1",
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-watch": "^2.0.7",
"body-parser": "^1.18.2",
"express": "^4.16.1",
"nodemon": "^1.17.2"
},
"devDependencies": {}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: Command "lint" not found.
at new MessageError (C:\Program Files (x86)\Yarn\lib\cli.js:186:110)
at C:\Program Files (x86)\Yarn\lib\cli.js:87307:17
at Generator.next (<anonymous>)
at step (C:\Program Files (x86)\Yarn\lib\cli.js:98:30)
at C:\Program Files (x86)\Yarn\lib\cli.js:116:14
at new Promise (<anonymous>)
at new F (C:\Program Files (x86)\Yarn\lib\cli.js:23451:28)
at C:\Program Files (x86)\Yarn\lib\cli.js:95:12
at runCommand (C:\Program Files (x86)\Yarn\lib\cli.js:87312:22)
at Object.<anonymous> (C:\Program Files (x86)\Yarn\lib\cli.js:87412:14)