-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Dependencies not recognized #93
Comments
Both the The term Currently I only see one Elm file in your project ( Does this clear things up? |
Closed this as not a bug, but as an unclarity. If someone else encounters the same thing, this will be picked up. |
This causes any dependency only used in |
Im my project, dependencies do not seem to be recognized, because
Package Dependencies
is empty andModule Graph
tells me I have 0 Imports, which is not true because I my Main.elm is full of imports. The project is not public, but maybe you can help me with the following info:package.json
:$ elm analyse -s Elm Analyser server starting with config: { port: 3000, elmFormatPath: 'elm-format' } Listening on http://localhost:3000 INFO: No configuration provided. Using default configuration. INFO: Load dependency NoRedInk/elm-decode-pipeline3.0.0 INFO: Load dependency elm-lang/core5.1.1 INFO: Load dependency elm-lang/html2.0.0 INFO: Load dependency elm-lang/http1.0.0 INFO: Load dependency elm-tools/parser2.0.1 INFO: Load dependency krisajenkins/remotedata4.3.0 INFO: Load dependency ohanhi/remotedata-http2.0.2 INFO: Load file Main.elm... Found 22 message(s)
$ tree -L 3 . ├── Caddyfile ├── elm.js ├── elm-package.json ├── elm-stuff │ ├── exact-dependencies.json │ └── packages │ ├── elm-lang │ ├── elm-tools │ ├── krisajenkins │ ├── NoRedInk │ └── ohanhi ├── index.html └── Main.elm 7 directories, 6 files
The text was updated successfully, but these errors were encountered: