Nate Fischer
Nate Fischer
> This is not working compared to glob Any way to get that working? I think fast-glob documents support for that pattern.
Is any of this supported by JavaScript regex?
Hmm OK. Anything beyond simple regex support is unlikely to be supported. If you can refactor to use other unix commands instead (ex. see my replies on #983), I recommend...
This is still used by `shjs`. I'm planning to remove `shjs` (see issue #500), but I'm not sure what the best deprecation strategy is. I think `"coffee-script"` and `"coffeescript"` have...
What is `shelljs_1["default"]`?
As far as I'm aware, this should work fine. Does the node script have permission to create the `/tmp/shelljs_87bea80abecef2d76bf8` folder? This is one of the first setup steps `shell.exec()` takes.
It sounds like it might be useful to see the output of `npm ls shelljs` in your project.
Ah, well that rules out the hypothesis of other projects importing shelljs 😜 Maybe something is tampering with global state we rely on? One thing which comes to mind is...
Looks like those folders are only writable by `root` user. Are you running your project as `sudo`? I don't recommend doing that, I'm just trying to understand why the permissions...
It would still help to know (1) which Ubuntu version and (2) are you running your app as `root` user.