Modules "net" and "tls" not found when running webpack under sheets API directory #1732
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
web
Environment details
googleapis
version: 40.0.0Steps to reproduce
cd src/apis/sheets
npm install
npm run webpack
If you are running the environment versions above, the webpack compilation should error out.
Steps to fix
webpack.config.js
net: 'empty'
andtls: 'empty'
to thenode
section:npm run webpack
should now work.Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
The text was updated successfully, but these errors were encountered: