dts-google-apps-script
dts-google-apps-script copied to clipboard
Could not generate `out.json`
I'm attempting to update type definitions. I cloned this repo and ran npm install .
(Note: maybe worth adding npm install
to the readme?)
I ran:
node spider.js out.json
and the command seemed to work except it did not write the result to an out.json
file.
I am on Windows 10, using the cmder console emulator.
Edit: node spider.js > out.json
worked for me.