You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENV Windows 10
git version 2.18.0.windows.1
node v12.16.1
dot-object@2.1.3
Example script:
var dot = require("dot-object");
var basepath = process.cwd();
console.log(basepath);
And when I run the above script i get:
basedir=$(dirname "$(echo "$0" | sed -e 's,\,/,g')")
^^^^^^^
SyntaxError: missing ) after argument list
?[90m at wrapSafe (internal/modules/cjs/loader.js:1072:16)?[39m
?[90m at Module._compile (internal/modules/cjs/loader.js:1122:27)?[39m
?[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)?[39m
?[90m at Module.load (internal/modules/cjs/loader.js:1002:32)?[39m
?[90m at Function.Module._load (internal/modules/cjs/loader.js:901:14)?[39m
?[90m at Module.require (internal/modules/cjs/loader.js:1044:19)?[39m
?[90m at require (internal/modules/cjs/helpers.js:77:18)?[39m
at Object. (C:\AngularApps\eserv-web-common-1\apps\tr\src\assets\translations\ngx-translate-extract-csv-ircc.js:2:11)
?[90m at Module._compile (internal/modules/cjs/loader.js:1158:30)?[39m
?[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)?[39m
The text was updated successfully, but these errors were encountered:
Hi,
This one has me scratching my head:
ENV Windows 10
git version 2.18.0.windows.1
node v12.16.1
dot-object@2.1.3
Example script:
And when I run the above script i get:
basedir=$(dirname "$(echo "$0" | sed -e 's,\,/,g')")
^^^^^^^
SyntaxError: missing ) after argument list
?[90m at wrapSafe (internal/modules/cjs/loader.js:1072:16)?[39m
?[90m at Module._compile (internal/modules/cjs/loader.js:1122:27)?[39m
?[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)?[39m
?[90m at Module.load (internal/modules/cjs/loader.js:1002:32)?[39m
?[90m at Function.Module._load (internal/modules/cjs/loader.js:901:14)?[39m
?[90m at Module.require (internal/modules/cjs/loader.js:1044:19)?[39m
?[90m at require (internal/modules/cjs/helpers.js:77:18)?[39m
at Object. (C:\AngularApps\eserv-web-common-1\apps\tr\src\assets\translations\ngx-translate-extract-csv-ircc.js:2:11)
?[90m at Module._compile (internal/modules/cjs/loader.js:1158:30)?[39m
?[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)?[39m
The text was updated successfully, but these errors were encountered: