Bernardo A. Dal Corno

Results 35 comments of Bernardo A. Dal Corno

Wouldn't know.. but in eslint's package there's a: ``` "bin": { "eslint": "bin/eslint.js" }, ``` Maybe this should be checked too, if not yet. I don't want to use npx...

Suddenly this happened here, but I did not update on pnpm whatsoever. Also, that msg states you may change the global store location, but even doing that, the error continues....

great @equiman ! Sorry for the late response. I believe it should have a way of setting it with spawn (I think package cross-env does that), but setting the variable...

Same here. I've seen this is related directly to `ora` package, specifically on `catch` calling `this.spinner.fail(error)` (line 113). It could be a bug in the package (and solution is to...

I think `-n` makes more sense, since not specifying a dest folder will degit in current directory, so `n` would stand for "new folder"

This is great @gustavnikolaj . Led me think about generic custom scripts too, maybe something like ``` [ { "action": "script/run/node", "script": "bootstrap.js", "args": "" } ] ``` ..if project...

You're right @gustavnikolaj, I hadn't thought about security at all (so innocent of me). I agree we cannot make it more secure than to prompt the user, and that is...

You're right, did not see #6 . The only difference being: do it with actions and not a YAML file (seems better to me). Shell and/or script actions with prompts...

Was reading another issue on a totally different project, nonetheless the node_modules safety concern was also raised and I thought it would be good to quote them here (opinion from...

I think #30 debunks this