-
Notifications
You must be signed in to change notification settings - Fork 9
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
Cannot find module './FileUtils' #11
Comments
Hi Eusse, I've released a new update 0.6.0 and tested installing via the package manager and it seems to start up fine for me. Please can you re-test and confirm for me? Note: I've had to remove the functionality to set up the classpath on start up, so you need to save you pom files for it to generate the .classpath file - i'll be looking to add this back in later this week. |
Hi @concon121, This is the output in atom: Atom Version: 1.7.3 Stack TraceFailed to load the atom-maven package
Commands
Config{
"core": {
"themes": [
"one-dark-ui",
"atom-dark-syntax"
]
}
} Installed Packages# User
activate-power-mode, v0.5.2
autocomplete-java, v1.2.5
atom-maven, v0.7.0
file-icons, v1.7.11
linter, v1.11.4
linter-javac, v1.9.1
merge-conflicts, v1.4.2
minimap, v4.23.5
pigments, v0.26.3
terminal-plus, v0.14.5
# Dev
No dev packages Is there a dependency missing or outdated? |
Nah, FileUtils is a js file which comes bundled with atom-maven, and the dependencies I used should be downloaded via apm / npm when you download update the package (which you can check by going to $home/. atom/packages/atom-maven/node_modules and cross referencing with package.json) Admittedly I haven't tested this on a Linux enviomronment, maybe something behaves differently to windows which hasn't been accounted for? I will attempt to replicate your environment tomorrow morning. Cheers! |
Steps to reproduce:
Atom Version: 1.7.3
System: Ubuntu 16.04
Thrown From: atom-maven package, v0.5.0
Stack Trace
Failed to load the atom-maven package
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: