Diego Bernal
Diego Bernal
@rahul138 Try making sure that `selectProps.value.value` isn't undefined ```jsx console.error("Could not inject Google script", error) } selectProps={{ components: { IndicatorSeparator: undefined, DropdownIndicator: undefined, Control, Option, Menu, ValueContainer, }, placeholder: "",...
On Windows, if you have Git Bash, you can run something like `./node_modules/.bin/m2j -o index.json ./mddata/*.md` just fine
Here is what I found: Assuming you have defined an npm script like this: ``` "scripts": { "start": "node_modules/.bin/m2j -p -c -o output.json ./input/*.md" } ``` Opening a git bash...
@ph1-xyz The solution above did not work for you?