Skip to content

rjayaraman1/javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

javascript


javascript related learnings and tips

References

Trouble Shooting

Issue 1

Tried to install npm install -g mocha in my laptop Received the following error

npm install -g mocha

npm ERR! Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/mocha' npm ERR! at Error (native)

Solution

Solution 1

sudo npm install -g mocha

About

javascript related

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages