I am very green with programming and just set up my VM on my computer through prep modules for a boot camp I am going to attend. I am running into issues trying to install javascript.
If you have a problem with an error message:
node version: v12.18.4
npm version: v6.14.6
os: Windows 11
Error output
labber@MSI:~$ npm install javascripting
npm WARN deprecated colors-tmpl@1.0.0: no longer maintained
npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi'
npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
npm WARN saveError ENOENT: no such file or directory, open '/home/labber/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN notsup Unsupported engine for javascripting@2.7.4: wanted: {"node":">=12.22.4"} (current: {"node":"12.18.4","npm":"6.14.6"})
npm WARN notsup Not compatible with your version of node/npm: javascripting@2.7.4
npm WARN enoent ENOENT: no such file or directory, open '/home/labber/package.json'
npm WARN labber No description
npm WARN labber No repository field.
npm WARN labber No README data
npm WARN labber No license field.
+ javascripting@2.7.4
added 723 packages from 380 contributors and audited 124 packages in 403.809s
6 packages are looking for funding
run `npm fund` for details
found 3 vulnerabilities (1 moderate, 2 high)
run `npm audit fix` to fix them, or `npm audit` for details
I am very green with programming and just set up my VM on my computer through prep modules for a boot camp I am going to attend. I am running into issues trying to install javascript.
If you have a problem with an error message:
Error output