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
run twilio flex:plugins:create plugin_sample -l debug
[DEBUG] Config File: C:\Users\AAAA\.twilio-cli\config.json
[DEBUG] Using profile: test_profile
[DEBUG] Found command "flex:plugins:create" plugin: @twilio-labs/plugin-flex
» twilio-cli encountered an unexpected error. To report this issue, execute the command with the "-l debug" flag, then copy the output to a new issue here: "https://github.com/twilio/flex-plugin-builder/issues"
[DEBUG] Cannot read properties of undefined (reading 'statusCode')
[DEBUG] TypeError: Cannot read properties of undefined (reading 'statusCode')
at Object.packageJson [as default] (C:\Users\AAAA\.twilio-cli\node_modules\package-json\index.js:71:22)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
» Error: EEXIT: 1
» Code: EEXIT
Expected Behavior
Should able to create plugin
Screenshots
Additional Context
I have HTTP Proxy configured with px, and able to install npm packages for other projects.
Also configured HTTP proxy in .npmrc
The text was updated successfully, but these errors were encountered:
Description
Can't create Plugin when running behind corp proxy
Added log level debug but not much information in the console output
Versions
You can find the version of your
@twilio/plugin-flex
by typingtwilio plugins
.@twilio/plugin-flex
7.1.0
flex-plugin-scripts
NA
node
v18.20.6
npm
10.8.2
Package.json
Please include the entire content of your
package.json
.Steps to Reproduce
Please provide the steps to reproduce this bug:
Expected Behavior
Should able to create plugin
Screenshots
Additional Context
I have HTTP Proxy configured with px, and able to install npm packages for other projects.
Also configured HTTP proxy in .npmrc
The text was updated successfully, but these errors were encountered: