Tahul / nuxt-edgedb

💽 Nuxt 3 integration for EdgeDB
71 stars 7 forks source link

import: command not found" when trying to run nuxt-edgedb-module #34

Open watzon opened 2 months ago

watzon commented 2 months ago

This is due to the shell trying to run the file. Files in the .bin directory should generally have a #!/usr/bin/env node on the top for exactly this reason.