jaraco / jaraco.abode

MIT License
11 stars 9 forks source link

Node tests fail on Windows #4

Closed jaraco closed 1 year ago

jaraco commented 1 year ago

On Windows, tests fail to start up the mock server:

python run-test: commands[0] | npm --prefix ./tests/mock_server install ./tests/mock_server
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path D:\a\jaraco.abode\jaraco.abode/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'D:\a\jaraco.abode\jaraco.abode\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

According to this answer, it should work. Maybe the version is old.