Closed mxochicale closed 2 years ago
Installing Gatsby plugins
sudo npm install --global gatsby-cli #https://arador.com/how-to-install-gatsby-on-ubuntu-18-04/
sudo npm i gatsby-transformer-sharp gatsby-plugin-sharp gatsby-background-image
sudo npm i gatsby-image
sudo npm i gatsby-remark-images
sudo npm i gatsby-plugin-webpack-bundle-analyzer
:warning:
found 627 vulnerabilities (622 low, 4 moderate, 1 high)
run `npm audit fix` to fix them, or `npm audit` for details
Perhaps it is not an appropriate practice but using the following lines the site seems to work!
sudo npm run develop
google-chrome http://localhost:8000/
closed as it is outdated
Successful installation of npm and dependencies in Ubuntu1804x64
then i got this
but when trying this
I got this: Unable to connect
Any ideas?