Nanashi.
Nanashi.
DDeno
Created by Nanashi. on 8/12/2024 in #help
Rust's `-> !` equivalent in TS
I see; thanks!
4 replies
DDeno
Created by Nanashi. on 7/15/2024 in #help
Good way to re-export with document?
No description
4 replies
DDeno
Created by Nanashi. on 7/15/2024 in #help
Good way to re-export with document?
No description
4 replies
DDeno
Created by Nanashi. on 6/2/2023 in #help
How to get the path of compiled executable?
nvm, I found
4 replies
DDeno
Created by Nanashi. on 6/2/2023 in #help
How to get the path of compiled executable?
4 replies
DDeno
Created by Nanashi. on 4/9/2023 in #help
How to import npm module from github?
well,
How to import npm module from github?
The answer is "impossible"?
20 replies
DDeno
Created by Nanashi. on 4/9/2023 in #help
How to import npm module from github?
thanks, it worked
20 replies
DDeno
Created by Nanashi. on 4/9/2023 in #help
How to import npm module from github?
20 replies
DDeno
Created by Nanashi. on 4/9/2023 in #help
How to import npm module from github?
I didn't know this, i'll try it
20 replies
DDeno
Created by Nanashi. on 4/9/2023 in #help
How to import npm module from github?
Yes, npm latest doesn't support zip64, but unreleased one does
20 replies
DDeno
Created by Nanashi. on 4/9/2023 in #help
How to import npm module from github?
this package didn't work
20 replies
DDeno
Created by Nanashi. on 4/9/2023 in #help
How to import npm module from github?
Unzipping
20 replies
DDeno
Created by Nanashi. on 4/9/2023 in #help
How to import npm module from github?
It didn't.
20 replies
DDeno
Created by Nanashi. on 4/9/2023 in #help
How to import npm module from github?
20 replies
DDeno
Created by Nanashi. on 4/9/2023 in #help
How to import npm module from github?
yes, but I want to use unreleased version
20 replies
DDeno
Created by Nanashi. on 4/9/2023 in #help
How to import npm module from github?
I guess that I need to make deno recognize it's a npm module, but i don't know how to.
20 replies
DDeno
Created by Nanashi. on 4/9/2023 in #help
How to import npm module from github?
I tried
// @deno-types="npm:@types/unzipper@0.10"
export { Extract } from "https://github.com/ZJONSSON/node-unzipper/raw/341f258/lib/extract.js";
// @deno-types="npm:@types/unzipper@0.10"
export { Extract } from "https://github.com/ZJONSSON/node-unzipper/raw/341f258/lib/extract.js";
, but it did not work:
error: Uncaught SyntaxError: The requested module 'https://github.com/ZJONSSON/node-unzipper/raw/341f258/lib/extract.js' does not provide an export named 'Extract'
export { Extract } from "https://github.com/ZJONSSON/node-unzipper/raw/341f258/lib/extract.js";
^
at <anonymous> (file:///E:/voicevox-project/vvproxy/deps.ts:3:10)
error: Uncaught SyntaxError: The requested module 'https://github.com/ZJONSSON/node-unzipper/raw/341f258/lib/extract.js' does not provide an export named 'Extract'
export { Extract } from "https://github.com/ZJONSSON/node-unzipper/raw/341f258/lib/extract.js";
^
at <anonymous> (file:///E:/voicevox-project/vvproxy/deps.ts:3:10)
20 replies
DDeno
Created by Nanashi. on 4/9/2023 in #help
How to import npm module from github?
I want to use a npm module which is not on npm (https://github.com/ZJONSSON/node-unzipper/blob/341f258 )
20 replies