Is there someone who can help me? Thanks.
run npm install
GET https://registry.npmjs.org/@min-gb%2fvuejs-components - Not found
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@min-gb%2fvuejs-components - Not found
npm ERR! 404
npm ERR! 404 '@min-gb/[email protected]' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
How NPM works: you download a source code without libraries, only a
package.jsonfile to describe libraries. So NPM install all dependencies intonode_modulesdirectory. This is the best method because you don't need to carry extra files into source code.Unfortunately,
min-gbdoes not exist on NPM repository. So ScadaLTS comes with min-gb innode_modulesdirectory already. It comes already installed.Check
min-gbdirectory here https://github.com/SCADA-LTS/Scada-LTS/tree/10b3c97506e79c3a3dc761fdf9e74df3d363d7cf/scadalts-ui/node_modules/%40min-gb/vuejs-components