We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The nmp install command is incorrect under the Installing section.
https://github.com/LinkedInLearning/javascript-essential-training-2832077?tab=readme-ov-file#installing 2) From the root folder, open the terminal and enter the command nmp install to install dependencies. Should be
npm install
The text was updated successfully, but these errors were encountered:
npm is deprecated from vs code. You can go to the extensions tab on vs code, type npm and click on the extension to know what to do further.
Sorry, something went wrong.
The OP still stands. The command is supposed to be npm but the readme says nmp which will of course not work and will confuse learners.
npm
nmp
No branches or pull requests
The nmp install command is incorrect under the Installing section.
https://github.com/LinkedInLearning/javascript-essential-training-2832077?tab=readme-ov-file#installing
2) From the root folder, open the terminal and enter the command nmp install to install dependencies. Should be
The text was updated successfully, but these errors were encountered: