pkg
pkg copied to clipboard
Error! Cannot read file, ENOENT stream\web
What version of pkg are you using?
5.3.1
What version of Node.js are you using?
v16.13.1
What operating system are you using?
Windows
What CPU architecture are you using?
x86_64
What Node versions, OSs and CPU architectures are you building for?
默认
Describe the Bug
pkg -t win package.json Error! Cannot read file, ENOENT stream\web
Expected Behavior
do
To Reproduce
{ "name": "apple2", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www" }, "dependencies": { "better-sqlite3": "^7.6.2", "bignumber.js": "^9.0.1", "cookie-parser": "~1.4.3", "debug": "~2.6.9", "ejs": "^3.1.3", "express": "~4.16.0", "http-errors": "~1.6.2", "i18n": "^0.13.2", "install": "^0.13.0", "jade": "~1.11.0", "md5": "^2.2.1", "morgan": "~1.9.0", "node-schedule": "^1.3.2", "w3name": "^1.0.4", "web3.storage": "^4.4.0" }, "bin": "./bin/www", "pkg": { "assets": [ "public//*", "views//*" ] } }