Skip to content
New issue

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

First tutorial step (01-getting-started) is broken #27

Open
jq170727 opened this issue Apr 27, 2023 · 0 comments
Open

First tutorial step (01-getting-started) is broken #27

jq170727 opened this issue Apr 27, 2023 · 0 comments

Comments

@jq170727
Copy link

Thought I'd give the tutorial a try.
Here's what I observe after the initial clone and cd.

% npm i
  npm WARN old lockfile 
  npm WARN old lockfile The package-lock.json file was created with an old version of npm,
  npm WARN old lockfile so supplemental metadata must be fetched from the registry.
  npm WARN old lockfile 
  npm WARN old lockfile This is a one-time fix-up, please be patient...
  npm WARN old lockfile 
  npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
  npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead
  npm WARN deprecated [email protected]: "Please update to latest v2.3 or v2.2"
  
  added 88 packages, and audited 89 packages in 17s
  
  3 packages are looking for funding
    run `npm fund` for details
  
  8 vulnerabilities (3 moderate, 5 high)
  
  To address all issues, run:
    npm audit fix
  
  Run `npm audit` for details.

% npm run dev
  
  > [email protected] dev
  > rollup -c -w
  
  (node:63270) [DEP0164] DeprecationWarning: Implicit coercion to integer for exit code is deprecated.
  (Use `node --trace-deprecation ...` to show where the warning was created)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant