📄️ Axios Http Request
Axios is a very popular http request library in nodejs. It is easy to use and has a lot of features.
📄️ Dependencies: normal, dev and peer
The article, we are taking a quick look at the different types of dependencies in npm: normal, dev and peer.
📄️ Image Proxy(Process) Server
Background
📄️ Err - Can't import named export
Firstly, we need to understand the difference between named export and default export.
📄️ Npm link
Npm link
📄️ nvm: Node Version Manager
ERROR: Failed to find package "XXX". You may have used the "--no-optional" flag when running "npm install".
📄️ package version [^ / ~]
In package.json's dependencies section, we can see some packages are prefixed with ^ or ~.