You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"//": "Not a package. This file exists for exactly one line: \"type\": \"module\", which tells node the .js files here are ES modules. Without it node tries CommonJS first, reparses every file, and warns. There are no dependencies, no lockfile and nothing to install: `npm install` would do nothing. Do not add dependencies here without a very good reason - the site ships as plain files and that is the point.",