You should see it with:
$ npm ls
anyway, if you don’t have a package.json, then just remove the local version:
$ npm remove elm
elm-doc-preview should work after this.
You should see it with:
$ npm ls
anyway, if you don’t have a package.json, then just remove the local version:
$ npm remove elm
elm-doc-preview should work after this.
Yes!!
$ npm ls | grep 18
└─┬ elm@0.18.0
I then ran npm remove elm and elm-doc-preview runs fine. (It is awesome, by the way).
A bug was fixed in elm-doc-preview@3.0.1 that could make applications documentation fail with nodejs versions < 12.x.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.