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

possible error updating trex to version v1.2.2 #65

Closed
buttercubz opened this issue Sep 14, 2020 · 1 comment
Closed

possible error updating trex to version v1.2.2 #65

buttercubz opened this issue Sep 14, 2020 · 1 comment
Labels
Error wontfix This will not be worked on

Comments

@buttercubz
Copy link
Member

denoland/deno#7455

with deno 1.4 update the way installable scripts are generated change, before a trex.cmd file was generated with the following:

% generated by deno install %
@deno.exe "run" "--allow-read" "--allow-write" "--allow-net" "--allow-env" "--allow-run" "--allow-plugin" "--allow-hrtime" "--unstable" "https://deno.land/x/[email protected]/cli.ts" %*

this points directly to the url of the cli

now, deno install creates a trex.js file this is a bundler of the whole cli and the file points directly to this bundler but these are being generated with errors.

% generated by deno install %
@deno.exe "run" "--allow-read" "--allow-write" "--allow-net" "--allow-env" "--allow-run" "--allow-plugin" "--allow-hrtime" "--unstable" "C:\Users\****\.deno\bin\trex.js" %*

If after installation or update trex does not work, replace the absolute path of the bundler file with the URL of the latest version of trex.

url of the latest version: https://deno.land/x/[email protected]/cli.ts

@buttercubz buttercubz added Error wontfix This will not be worked on labels Sep 14, 2020
@buttercubz buttercubz pinned this issue Sep 14, 2020
@buttercubz
Copy link
Member Author

fixed in deno v1.4.1

@buttercubz buttercubz unpinned this issue Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Error wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant