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

Can't run a fresh project #1

Closed
pblanco-dekalabs opened this issue Feb 16, 2024 · 1 comment
Closed

Can't run a fresh project #1

pblanco-dekalabs opened this issue Feb 16, 2024 · 1 comment

Comments

@pblanco-dekalabs
Copy link

pblanco-dekalabs commented Feb 16, 2024

After running deno run -A https://deno.land/x/entropy_cli/init.ts, I went to the created directory, and ran:

deno task dev

But then, the following problem arose:

error: Module not found "file:///home/x/entropy-test/core/src/server/server.module.ts".
    at file:///home/x/entropy_test/src/main.ts:1:30

Warning

The created folder does NOT contain any core/ directory, hence the error.

My details:

Linux: 5.15.144-1-MANJARO
deno: 1.39.2 (release, x86_64-unknown-linux-gnu)
v8: 12.0.267.8
typescript: 5.3.3
@dominiq007
Copy link
Contributor

dominiq007 commented Feb 16, 2024

@pblanco-dekalabs Thanks for reporting this bug, I have now published a fixed framework version v1.0.0-beta.17 and CLI v1.0.0-beta.7. The error was caused by a faulty import map that has been accidentally changed in the repository.

Now the installation process should run smoothly - however you may still encounter little bugs since the framework is still in the beta stage and it is under active development.

# latest framework version requires Deno 1.40
deno upgrade

deno run -A https://deno.land/x/entropy_cli/init.ts

I hope the CLI is more stable now and it will come out of beta soon 😅

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