Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chawaa opened this issue Jan 14, 2021 · 0 comments

Comments

@chawaa
Copy link

chawaa commented Jan 14, 2021

  • 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 npm@6.14.10
3 info using node@v12.20.1
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant