When I am developing a package or entering in dev environment using`dev package_n

When I am developing a package or entering in dev environment using
dev package_name
I am getting the following error:

ERROR: The following package names could not be resolved:
 * package_name (not found in project, manifest or registry)

Note that the original poster on Slack cannot see your response here on Discourse. Consider transcribing the appropriate answer back to Slack, or pinging the poster here on Discourse so they can follow this thread.
(Original message :slack:) (More Info)

2 Likes

you can dev it with URL though, just not by the name alone.
dev your_github_repo_url

1 Like