简体   繁体   中英

Do I need to know express to use Javascript?

is it necessary to know express in order to use to learn javascript?

I am learning express with git and vs code and struggling to run the code in vs code - I don't know how to do it how to open the URL. And in vs code "require" doesn't work properly (error):

let express = require("express");

Thank you for your responses, -l

No, Express knowledge is not required for learning javascript.

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. which is written in javascript. In order to use express you should have basic knowledge of javascript and ES5 features for Node.js.

Check your package.json for information whether you have installed express as dependency or not.

谢谢大家的答复,我非常感谢。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM