Skip to content

npm

Configure Ubuntu to enable the execution of npm without sudo

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Latest posts by Gary Woodfine (see all)

Node.js Package Manager (NPM) , is an is an online repository for the publishing of open-source Node.js projects, and a command-line utility for interacting with said repository that aids in package installation, version management, and dependency management. Essentially what this tools enables you to do is easily and quickly make use of the plethora of nodejs packages being developed on a daily basis. NPM enables the community to share and contribute to reusable javascript code libraries to help others with common software development problems.

Read More »Configure Ubuntu to enable the execution of npm without sudo

Remove Failed to load c++ bson extension message from MEAN.js application start

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Latest posts by Gary Woodfine (see all)

I have previously posted a How To:  install mean.js on ubuntu, In this post I will provide additional instructions on how to remove the error… Read More »Remove Failed to load c++ bson extension message from MEAN.js application start