Packaging typescript app using zeit's pkg (lib.d.ts not found)
up vote
0
down vote
favorite
I am trying to package a typescript app using zeit's pkg
that was compiled to .js
using the typescript compiler tsc
. The package seems to be created without any issues, however when I try to run the exe I get the error:
TypeScriptError: File 'C:/snapshot/script/node_modules/typescript/lib/lib.d.ts' not found.
So I added every .d.ts
files as assets in package.json
:
"assets": "**/*.d.ts"
...but that didn't work.
Anyone knows why it cannot find the file even thought its packaged? I verified with --debug
and its listed as packaged.
Thank!
node.js typescript zeit-pkg
add a comment |
up vote
0
down vote
favorite
I am trying to package a typescript app using zeit's pkg
that was compiled to .js
using the typescript compiler tsc
. The package seems to be created without any issues, however when I try to run the exe I get the error:
TypeScriptError: File 'C:/snapshot/script/node_modules/typescript/lib/lib.d.ts' not found.
So I added every .d.ts
files as assets in package.json
:
"assets": "**/*.d.ts"
...but that didn't work.
Anyone knows why it cannot find the file even thought its packaged? I verified with --debug
and its listed as packaged.
Thank!
node.js typescript zeit-pkg
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to package a typescript app using zeit's pkg
that was compiled to .js
using the typescript compiler tsc
. The package seems to be created without any issues, however when I try to run the exe I get the error:
TypeScriptError: File 'C:/snapshot/script/node_modules/typescript/lib/lib.d.ts' not found.
So I added every .d.ts
files as assets in package.json
:
"assets": "**/*.d.ts"
...but that didn't work.
Anyone knows why it cannot find the file even thought its packaged? I verified with --debug
and its listed as packaged.
Thank!
node.js typescript zeit-pkg
I am trying to package a typescript app using zeit's pkg
that was compiled to .js
using the typescript compiler tsc
. The package seems to be created without any issues, however when I try to run the exe I get the error:
TypeScriptError: File 'C:/snapshot/script/node_modules/typescript/lib/lib.d.ts' not found.
So I added every .d.ts
files as assets in package.json
:
"assets": "**/*.d.ts"
...but that didn't work.
Anyone knows why it cannot find the file even thought its packaged? I verified with --debug
and its listed as packaged.
Thank!
node.js typescript zeit-pkg
node.js typescript zeit-pkg
asked Nov 10 at 16:07
Deathicon
5691724
5691724
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53240801%2fpackaging-typescript-app-using-zeits-pkg-lib-d-ts-not-found%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password