Git Product home page Git Product logo

planetoftheweb / expressjs Goto Github PK

View Code? Open in Web Editor NEW
179.0 179.0 264.0 8.31 MB

This is the repository for my course, Building a Website with Node.js and Express.js on LinkedIn Learning and Lynda.com.

Home Page: https://www.linkedin.com/learning/building-a-website-with-node-js-and-express-js

JavaScript 37.61% CSS 13.26% HTML 49.13%
expressjs javascript lynda lynda-com node nodejs rayvillalobos training tutorial

expressjs's Introduction

planetoftheweb_fix_weird_tentacle_aee4c2aa-ab18-4ac7-8059-1a82bd482616

Ray Villalobos is a full-stack design/development teacher and Senior Staff Author at LinkedIn Learning. His courses are focused on topics like Artificial Intelligence, JavaScript, React, Svelte, VueJS, Sass plus frameworks like Bootstrap, Tailwind CSS and tools that can make you a faster, more efficient developer. He approaches teaching with a clear and practical style which can help you improve your skills through real-world exercises and projects.

As the Director of Multimedia for Entravision Communications, Ray managed a network of radio and TV station websites on the East Coast. He designed large newspaper sites and created interactive projects/games for the Tribune network of newspapers.

My Content

expressjs's People

Contributors

hosamshahin avatar planetoftheweb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

expressjs's Issues

This fails on my system

Hello,
I think my system is set up properly, however I am unable to start the server with the npm start command. Please find attached the the npm-debug log for reference.

Thank you for your assistance. I'm really looking forward to taking this course.

npm-debug.txt

Security vulnerabilities in Reload and Socket

NPM is reporting 19 vulnerabilities (12 low, 2 moderate, 4 high, 1 critical) in the packages for the project.
Reload 1.0.0 is responsible for 10 of them and NPM suggests upgrading to 2.3.0.
Socket 1.4.8 is responsible for 9 of them and NPM suggests upgrading to 2.1.1.

However, these are breaking changes. While this isn't a public site and it doesn't have much chance of being exploited in this case, I'm sure a lot of people build off of this code and it sets a good example for security and maintaining projects.

$ npm start command Fails on Windows and Mac Environments

Hello Ray,

I going through your lynda.com ,Building a Website with Node.js and Express.js course on the Windows and Mac environments. In both cases, I'm encountering a problem with the npm start command. As a result of this, I am at a standstill to complete your course.
npm-debug.pdf
npm-debug.pdf
npm-debug.pdf
npm-debug.pdf

I'm encountering the problem while viewing "Using the exercises for this course", in the Introduction section.

Here is the message as displayed in the Git Bash terminal window:

npm ERR! Failed at the [email protected] start script 'nodemon -e css,ejs,js,json --watch app --ignore feedback.json'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the expressjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! nodemon -e css,ejs,js,json --watch app --ignore feedback.json
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs expressjs
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls expressjs
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\QService.WIN-S25S85JNN0I\Desktop\expressjs\npm-debug.log

Unfortunately, I attached the log file several times.
Can you please help so that I can continue with the very important course.

Kind regards,
Tony Ventura
www.tonyventura.com

Delete button on feedback page not working

Hi,

while viewing your course at Lynda.com, everything worked fine. Deleting feedback entries too.
During the process of restarting npm via console a message appeared that a new version is available. I then executed:
npm install -g npm
it installed:
npm -v
5.6.0

After upgrading npm, i noticed that deleting the feedback entries stopped working. As i am not aware of any other updates that mighthave occured on my system, i assume it is strongly related to the npm update.

I was able to fix this by changing app/public/js/feedback.js:
< if (e.target.className == 'glyphicon glyphicon-remove') {

 if (e.target.className == 'feedback-delete btn btn-xs btn-danger') {

< output += '

';

output += '       <div class="media-left"><button id="' + key + '" class="feedback-delete btn btn-xs btn-danger"><span class="glyphicon glyphicon-remove"></span></button></div>';

I currently have Mac OS High Sierra with Firefox 57.0.3 installed.

Kind regards,
Daniel

Unable to run npm start

Hi,

I've just started your course on Lynda, and as I was setting up the environment, I got stuck after cloning the repo.
Unfortunately I am unable to run npm start!
I followed all the instructions to the letter, but no success.
Here is the error I am having:

npm start
[email protected] start /Users/Ange/Documents/Angekap/Websites/expressSite
nodemon -e css,ejs,js,json --watch app --ignore feedback.json

sh: nodemon: command not found

npm ERR! Darwin 16.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v6.8.1
npm ERR! npm v3.10.8
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] start: nodemon -e css,ejs,js,json --watch app --ignore >feedback.json
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] start script 'nodemon -e css,ejs,js,json --watch app -->ignore feedback.json'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the expressjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! nodemon -e css,ejs,js,json --watch app --ignore feedback.json
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs expressjs
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls expressjs
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/Ange/Documents/Angekap/Websites/expressSite/npm-debug.log

I updated both node and npm and every single modules, but the issue still persist.
Any pointers as to where am going wrong/what am missing?

Thanks in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.