LANG SELRCT

Apps Script Reference  (Create: Create new Spreadsheet | Create new Apps Script

Friday, August 30, 2019

Module not found: Can't resolve 'axios' を npm install axiosで解決した


こんなエラーが出たので

Module not found: Can't resolve 'axios' in ' 〜


npm installして

$ npm install axios

解決した


参考

https://github.com/bradtraversy/devconnector/issues/23

Latest post

スプレッドシートA列にある複数のテキストをスライドに追加したい(Google Apps Script)

今回Google Apps Scriptでやりたいこと GoogleスプレッドシートA列にある複数の値を取得して Googleスライドに渡して 図形オブジェクトのテキストとして追加したい ① スプレッドシートのA列に値を入れておく ② Code.gsのinsertNewShape...