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 install via Deno #155

Open
5 tasks done
happydog-bot opened this issue Jan 5, 2025 · 0 comments
Open
5 tasks done

Can't install via Deno #155

happydog-bot opened this issue Jan 5, 2025 · 0 comments

Comments

@happydog-bot
Copy link

Describe the bug

Deno is an approved installer for Nuxt.

All you have to do is:

  • npx nuxi@latest init tresjs
  • I choose deno as installer, later tried this with NPM too
  • cd tresjs and open IDE (code .)
  • In the devtools, choose to install tresjs module
  • it runs deno add @tresjs/nuxt@latest -D --ignore-scripts

error is

 ERROR  error: unexpected argument '--ignore-scripts' found
 tip: a similar argument exists: '--allow-scripts'

Usage: deno add --dev --allow-scripts[=<PACKAGE>...] <packages>...

ERROR  [nuxt-devtools] RPC error on executing "installNuxtModule":                                                                                                                                                                      7:39:57 AM  
Failed to install module, process exited with 1

I tried to modify it and also get

$ deno add @tresjs/nuxt@latest -D
error: @tresjs/nuxt@latest is missing a prefix. Did you mean `deno add npm:@tresjs/nuxt@latest`?

I tried adding
"@tresjs/nuxt": "latest",
to my package.json, nuke the node_modules folder and run deno install and that reinstalls everything, and it still doesn't show tresjs as an installed module.

Reproduction

http://localhost:3000

Steps to reproduce

No response

System Info

No response

Used Package Manager

npm

Code of Conduct

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

1 participant