No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Error with " npm install "

    CLI
    3
    4
    4000
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      asv last edited by asv

      Vue version: 2.8.2
      I have this error with the command " npm install ":

      C:\Users\asus\Desktop\myapp>npm install
      npm WARN quasar-app@0.0.1 No repository field.
      npm WARN quasar-app@0.0.1 No license field.
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules\fsevents):
      npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, utime ‘C:\Users\asus\Desktop\myapp\node_modules.staging\fsevents-7165358e\build\Release\obj.target\fse\fsevents.o’

      npm ERR! code EINTEGRITY
      npm ERR! sha1-mnHEh0chjrylHlGmbaaCA4zct78= integrity checksum failed when using sha1: wanted sha1-mnHEh0chjrylHlGmbaaCA4zct78= but got sha1-/YpVJeQDWBecRzRr4sUf0fw8bVc=. (250296 bytes)

      npm ERR! A complete log of this run can be found in:
      npm ERR! C:\Users\asus\AppData\Roaming\npm-cache_logs\2017-08-14T00_03_41_944Z-debug.log

      1 Reply Last reply Reply Quote 0
      • D
        damosse31 last edited by

        It seem to be a checksum failure (EINTEGRITY)

        Clear your npm cache and try again

        1 Reply Last reply Reply Quote 2
        • A
          asv last edited by

          With “npm cache verify” works, thank you very much 🙂

          1 Reply Last reply Reply Quote 2
          • S
            Suraj last edited by

            @asv better to use yarn.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post