-
With Deno 1.28 I would like to drop node completely. While using npm modules in my scripts works perfectly installing npm executables (in the home folder) causes permission errors. This is what I am trying to do:
Error message:
Installation does work with:
Yet, when you run
you get this error message:
does work correctly but as the script is called by other scripts it is not always possible to prepend (The same package installed via node does not require Is is possible to run (and possibly install) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@dsherret please take a look |
Beta Was this translation helpful? Give feedback.
-
Installation now works perfectly with deno 1.29.2. No OS permission errors any more. I’ll mark this question as answered. Stand-alone scripts work fine from the command line (e.g. Scripts that require other packages (e.g. |
Beta Was this translation helpful? Give feedback.
Installation now works perfectly with deno 1.29.2. No OS permission errors any more.
I’ll mark this question as answered.
Stand-alone scripts work fine from the command line (e.g.
mjml
ormammoth
).Scripts that require other packages (e.g.
stylelint
) do not work correctly; but this is a different topic.