Javascript – index.js doesn't see node module on import
My project didn't have package.json earlier, but now I have to add npm packages to the site. I typed in project root directory npm init, after npm i moment and package has been installed, but index.js file doesn't see it,…