-
Notifications
You must be signed in to change notification settings - Fork 8
Error: Could not find module remark-preset-lint-recommended
#155
Comments
@oupala If you use your own configuration, for example if you’d rather not use the defaults, you can use locally installed modules with a remark config file. If you plan on doing this, could you show me the config file as well? Otherwise, if you’d like to stick with the defaults, you don’t need to add any dependencies. |
For a default configuration, I don't need any dependencies. But I still have to install If I want my own configuration, I have 2 solutions:
Am I still right? If yes, I think that it needs to be more clearly explained in the |
If you’re not going to configure
Yes, but your first solution doesn’t work currently.
Feel free to create a PR for the docs! |
PR proposed, see #167 |
I'm rather confused. If want to use the default configuration that comes "out of the box" with the Atom linter-markdown package, all is well, but if I want to do any configuration whatsoever, I have to install other stuff? This seems bizarre. I would have thought that I could have just tossed some settings in a ~/.remarkrc file to disable some of the default stuff. As a novice user, I'm more than satisfied with the default set of plugins. I just want to tweak the settings they're using. Is this not possible without installing other things? |
That's it. Due to some bugs and limitations, you cannot tweak configuration without installing some modules. |
OK, thanks for the confirmation. I'm going to log an issue for that, because this dramatically reduces the utility/convenience of the linter. I don't have npm or nvm installed, so I would have to install one of those, then remark and remark-cli, then whatever packages I'm using, just to get back to the basic functionality that comes with the package... |
Did something changed with Atom v32? My config that used to work until recently seems to not work anymore. The error is:
And note that the the package |
@oupala Have you tried uninstalling and re-installing? |
Nope, I did not tried this. But what would you reinstall? Which npm modules? |
Oh sorry, I meant to uninstall the |
Something must have changed somewhere because it does now work again while I have not modified anything... |
I get an error
Error: Could not find module remark-preset-lint-recommended
while trying to use linter-markdown.I'm using Atom 1.23.0 for debian. I installed the following package locally, in the same directory as the markdown file I want to lint:
I get a basic package.json file
It is not clear for me how to install and use linter-markdown for Atom.
The text was updated successfully, but these errors were encountered: