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

hello_world examples not working #39

Closed
herudi opened this issue May 24, 2021 · 1 comment
Closed

hello_world examples not working #39

herudi opened this issue May 24, 2021 · 1 comment

Comments

@herudi
Copy link

herudi commented May 24, 2021

hi, thanks for amazing libs... im try hello_world examples not working on my OS windows. and Deno version 1.10.2.

Structure

\---src
        index.html
        index.ts
        world.ts

Command on root hello_world

 bundler bundle src/index.html=index.html

Error

Error: file was not found: src\src\world.ts
    at Bundler.readSource (https://deno.land/x/bundler@0.7.1/bundler.ts:92:19)
    at async TypescriptTopLevelAwaitModulePlugin.createAsset (https://deno.land/x/bundler@0.7.1/plugins/typescript/typescript.ts:88:24)
    at async Bundler.createAsset (https://deno.land/x/bundler@0.7.1/bundler.ts:138:23)
    at async Bundler.createGraph (https://deno.land/x/bundler@0.7.1/bundler.ts:218:17)
    at async Bundler.bundle (https://deno.land/x/bundler@0.7.1/bundler.ts:480:19)
    at async bundleFunction (https://deno.land/x/bundler@0.7.1/cli.ts:190:41)
    at async Command.bundleCommand [as fn] (https://deno.land/x/bundler@0.7.1/cli.ts:239:3)
  • Deno version 1.10.2
  • OS Windows 10

Thanks.

@timreichen
Copy link
Owner

Should be fixed now with 0.8.0.

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

2 participants