You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
Deno is an approved installer for Nuxt.
All you have to do is:
npx nuxi@latest init tresjs
deno add @tresjs/nuxt@latest -D --ignore-scripts
error is
I tried to modify it and also get
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
The text was updated successfully, but these errors were encountered: