Closed pongells closed 2 years ago
Hi, thanks for the issue.
Hello,
the warning appears when I require the library:
const svgFixer = require('oslllo-svg-fixer');
I am on Windows, and using ts-node to run my CLI script (written in typescript), the tsconfig.json is:
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"esModuleInterop": true,
"resolveJsonModule": true,
"strict": true,
"lib": [
"es2019"
],
"types": [
"node"
]
},
"include": [
"src"
],
"exclude": [
"**/*.spec.ts"
]
}
node version is 14.16.0 :)
I think this might be caused by they way microsoft outlook was installed on you system, check this out https://stackoverflow.com/questions/67607643/what-does-this-warning-mean-it-happens-every-time-i-restart-the-node-process
I also failed to reproduce it on my side
weird.. well it's a minor inconvenience, I'll try to dig a bit more into it when I get some time. thanks for the feedback :)
no problem, let me know if you find a fix for it and feel free to reopen the issue if the problem is really coming from this package.
Hello,
when I run the library via node (I have not tested via CLI) I get this warning:
It seems to be working anyway, but the warning itself is annoying. Any way this can be fixed or silenced?
Thanks