avh4 / elm-upgrade

Upgrade Elm projects

Home Page:https://www.npmjs.com/package/elm-upgrade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Got message 'The "path" argument must be of type string'

RobertSwirsky opened this issue · comments

D:\repos\virtualairwaves.web\vartc\assets [master ≡ +4 ~2 -0 !]> npx elm-upgrade
npx: installed 1 in 4.084s
The "path" argument must be of type string

C:\Users\rober\AppData\Roaming\npm\node_modules\elm-upgrade\upgrade.js
INFO: Found elm at node_modules\.bin\elm.CMD
INFO: Found elm 0.19.0
INFO: Found elm-format at node_modules\.bin\elm-format.CMD
INFO: Found elm-format 0.8.1
INFO: Cleaning ./elm-stuff before upgrading
INFO: Converting elm-package.json -> elm.json
INFO: Detected an application project (this project has no exposed modules)
INFO: Switching from elm-lang/core (deprecated) to elm/core
INFO: Installing latest version of elm/core
[...]


Everything seemed to proceed OK, but I'm not sure what path it was complaining about.

Since this was so long ago and there have been no other reports, I'm going to close this. Please re-open or file a new issue if anyone runs into this again. Thanks for the original report!