retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.01k stars 201 forks source link

retype command doesn't work #699

Closed eliasSFL closed 1 month ago

eliasSFL commented 1 month ago

I just installed retype but I'm getting this error: image any idea how to get it working?

geoffreymcgill commented 1 month ago

Looks like you installed retypeapp as a package into your project while it should be installed as a global package. You can install as a global package by running the following command:

npm install retypeapp --global

More docs available at the following location:

https://retype.com/guides/getting-started/#install

You should also uninstall the package from your project.

Hope this helps.