Difference between revisions of "Error: Module not found"

From wikieduonline
Jump to navigation Jump to search
 
Line 30: Line 30:
 
== Related ==
 
== Related ==
 
* <code>[[terraform init]]</code>
 
* <code>[[terraform init]]</code>
* [[Error: Failed to download module]]
+
* <code>[[Error: Failed to download module]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 20:04, 29 November 2021

Module address could not be resolved[edit]

Initializing modules...
Downloading github.com/your_wrong_path/ for yourmodulename...
╷
│ Error: Module not found
│
│ The module address "github.com/your_wrong_path/e" could not be resolved.
│
│ If you intended this as a path relative to the current module, use "./github.com/your_wrong_path/"
│ instead. The "./" prefix indicates that the address is a relative filesystem path.
╵


Module address could not be resolved[edit]

╷
│ Error: Module not found
│
│ The module address
│ "[email protected]/your-project/yourpath/modules/module1" could
│ not be resolved.
│
│ If you intended this as a path relative to the current module, use
│ "./[email protected]/your-project/yourpath/modules/module1"
│ instead. The "./" prefix indicates that the address is a relative
│ filesystem path.
╵

Related[edit]

See also[edit]

Advertising: