PixivDeck icon indicating copy to clipboard operation
PixivDeck copied to clipboard

The DLL files are missing. Sit back while we build them for you with "npm run build-dll"

Open chawaa opened this issue 3 years ago • 0 comments

  • module name:
  • module version:
  • node version: v12.14.1
  • yarn version: 1.22.10

Do you want to request a feature or report a bug?:

image

What is the current behavior?:

npm run dev failing with error,code The DLL files are missing. Sit back while we build them for you with "npm run build-dll"

debug.log

0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'build-dll' ]
2 info using [email protected]
3 info using [email protected]
4 verbose stack Error: missing script: build-dll
4 verbose stack
4 verbose stack Did you mean one of these?
4 verbose stack     build:dll
4 verbose stack     build
4 verbose stack     at run (/usr/lib/node_modules/npm/lib/run-script.js:155:19)
4 verbose stack     at /usr/lib/node_modules/npm/lib/run-script.js:63:5
4 verbose stack     at /usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:116:5
4 verbose stack     at /usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:436:5
4 verbose stack     at checkBinReferences_ (/usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:391:45)
4 verbose stack     at final (/usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:434:3)
4 verbose stack     at then (/usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:161:5)
4 verbose stack     at /usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:281:12
4 verbose stack     at /usr/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:123:16
4 verbose stack     at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
5 verbose cwd /timcha
6 verbose Linux 4.15.0-128-generic
7 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "build-dll"
8 verbose node v12.20.1
9 verbose npm  v6.14.10
10 error missing script: build-dll
10 error
10 error Did you mean one of these?
10 error     build:dll
10 error     build
11 verbose exit [ 1, true ]

npm run build-dll

chawaa avatar Jan 14 '21 06:01 chawaa