nx-console
nx-console copied to clipboard
Adding @nrwl/nest dependency using nx console in vscode fails
Current Behavior
I receive this error
Telemetry: production
Graph - init
unable to send telemetry: Unable to connect to https://www.google-analytics.com/mp/collect?api_secret=3J_QsvygSLKfjxMXFSG03Q&measurement_id=G-TNJ97NGX40. Error: connect ECONNREFUSED 0.0.0.0:443Error running task: "ENOENT: no such file or directory, open '/workspaces/nx-tsconfig.base/package.json'"
unable to send telemetry: Unable to connect to https://www.google-analytics.com/mp/collect?api_secret=3J_QsvygSLKfjxMXFSG03Q&measurement_id=G-TNJ97NGX40. Error: connect ECONNREFUSED 0.0.0.0:443Error running task: "ENOENT: no such file or directory, open '/workspaces/nx-tsconfig.base/package.json'"
unable to send telemetry: Unable to connect to https://www.google-analytics.com/mp/collect?api_secret=3J_QsvygSLKfjxMXFSG03Q&measurement_id=G-TNJ97NGX40. Error: connect ECONNREFUSED 0.0.0.0:443
Expected Behavior
Adding dependency works
GitHub Repo
https://github.com/CodingSpiderFox/nx-tsconfig.base/commit/bb4db429b6596bcb28c66867f482426b33b29b78
Steps to Reproduce
- Start new devcontainer (see config in repo)
- Run npx nx init
- Open in vscode
- install nx console extension
- open nx console in vscode and try to add dependency @nrwl/nest
Nx Report
Node : 20.2.0
OS : linux-x64
npm : 9.6.6
nx (global) : 18.3.4
nx : 18.3.4
@nrwl/tao : 18.3.4
Failure Logs
No response
Package Manager Version
No response
Operating System
- [ ] macOS
- [X] Linux
- [X] Windows
- [ ] Other (Please specify)
Additional Information
No response