Here is an example of the contents of the .jshintrc file (it should be inside the project, or in the project folder). { "camelcase" : true, // Variable names in camelCase style "undef" : true, // All non-global variables must be declared before they can be used "quotmark" : true, …
Read More »Uncategorized
Missing write access to /usr/local/lib/node_modules when installing Jshint for Vscode
The problem is described in the topic. Below is a screenshot of this error: Here is the solution, you just need to change the permissions: sudo chown -R $USER /usr/local/lib/node_modules After that npm install -g jshint and any npm install works fine.
Read More »Do you remember me? Let’s work!
I have about 1500 contacts on Skype, 99% of which are customers. From time to time, messages like “Remember me? We worked with you a year ago. I have a new issue, can we work again?”. It’s cool and pleasant to receive such messages, they amuse my vanity as a …
Read More »