npm start // error in Visual Studio Code integrated bash - run separately
sudo apt install nodejs
sudo apt install npm
sudo npm install live-server -g
live-server // in project folder to see changes real-time
sudo npm install node-sass -g // install globally and add to dependencies
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
added 240 packages, and audited 241 packages in 25s
19 packages are looking for funding
run `npm fund` for detail
3 high severity vulnerabilities
To address all issues, run:
npm audit fix
Run `npm audit` for details.
sudo npm install autoprefixer --save-dev
sudo npm install concat --save-dev
sudo npm install postcss-cli --save-dev
sudo npm install npm-run-all -g