Opened on 10/26/2017 at 09:29:52 AM
Closed on 08/30/2019 at 04:03:50 PM
#5937 closed defect (rejected)
Tests in buildtools on Windows
| Reported by: | oleksandr | Assignee: | |
|---|---|---|---|
| Priority: | Unknown | Milestone: | |
| Module: | Automation | Keywords: | |
| Cc: | kvas, tlucas, erikvold | Blocked By: | |
| Blocking: | Platform: | Unknown / Cross platform | |
| Ready: | no | Confidential: | no |
| Tester: | Unknown | Verified working: | no |
| Review URL(s): | |||
Description
Environment
Windows 10, Fall Creators Update
How to reproduce
- Run 'tox' in buildtools directory
...
Observed behaviour
There are a lot of messages and erorrs, starting from:
Error: Failed to replace env in config: ${APPDATA}
at C:\Program Files\nodejs\node_modules\npm\lib\config\core.js:418:13
at RegExp.[Symbol.replace] (native)
at String.replace (native)
at envReplace (C:\Program Files\nodejs\node_modules\npm\lib\config\core.js:414:12)
at parseField (C:\Program Files\nodejs\node_modules\npm\lib\config\core.js:392:7)
at C:\Program Files\nodejs\node_modules\npm\lib\config\core.js:335:17
at Array.forEach (native)
at Conf.add (C:\Program Files\nodejs\node_modules\npm\lib\config\core.js:334:23)
at ConfigChain.addString (C:\Program Files\nodejs\node_modules\npm\node_modules\config-chain\index.js:244:8)
at Conf.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\config\core.js:322:10)
TypeError: Cannot read property 'get' of undefined
at writeLogFile (C:\Program Files\nodejs\node_modules\npm\lib\utils\error-handler.js:205:32)
at exit (C:\Program Files\nodejs\node_modules\npm\lib\utils\error-handler.js:96:5)
at errorHandler (C:\Program Files\nodejs\node_modules\npm\lib\utils\error-handler.js:194:3)
at C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js:76:20
at cb (C:\Program Files\nodejs\node_modules\npm\lib\npm.js:195:22)
at C:\Program Files\nodejs\node_modules\npm\lib\npm.js:233:24
at C:\Program Files\nodejs\node_modules\npm\lib\config\core.js:81:7
at Array.forEach (native)
at Conf.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\config\core.js:80:13)
at Conf.f (C:\Program Files\nodejs\node_modules\npm\node_modules\once\once.js:25:25)
Expected behaviour
Replace this text with your detailed expectations.
Attachments (0)
Change History (2)
Note: See
TracTickets for help on using
tickets.

I think we are trying to deprecate the buildtools, so maybe we can avoid working on this.