ericlenio
Results
2
issues of
ericlenio
In 3.7, I was using sparky to run a series of tasks, like this: ``` const {src,task,context}=require("fuse-box/sparky"); ... task("default",["clean","static-resources","scripts-hashes","touch-config","compile"]); ``` It seems this approach is not suitable in 4.0. Is...
question
4.0.0
## Environment details - OS: OpenBSD - OS version: 7.1 - node-pty version: 1.0.0 ## Issue description I was getting this error while compiling: ```` > [email protected] install > node-gyp...