smui-example-rollup icon indicating copy to clipboard operation
smui-example-rollup copied to clipboard

npm install / npm run dev

Open ohbob opened this issue 5 years ago • 3 comments

npm installl


npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/es-abstract/-/es-abstract-1.14.0.tgz
npm ERR! 404 
npm ERR! 404  '[email protected]' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'smui-example-rollup'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm WARN tar ENOENT: no such file or directory, open '/home/q/smui-example-rollup/node_modules/.staging/rollup-9f4895d8/dist/rollup.d.ts'
npm WARN tar ENOENT: no such file or directory, open '/home/q/smui-example-rollup/node_modules/.staging/rollup-9f4895d8/dist/rollup.es.js'

ohbob avatar Oct 31 '19 11:10 ohbob

I met the same problem.

I've solved it by removing package-lock.json. the cache in package-lock.json is outdated. So, you should remove it and try npm i again.

astrohsy avatar Nov 17 '19 13:11 astrohsy

I got this error: $ npm run dev npm ERR! missing script: dev

npm ERR! A complete log of this run can be found in: npm ERR! /Users/ajoseph/.npm/_logs/2020-03-29T00_40_15_163Z-debug.log

ajith-joseph avatar Mar 29 '20 00:03 ajith-joseph

I'm also tried to start from this template and am getting the same error as @ajith-joseph Is there a working example?

FunMiles avatar Dec 11 '20 15:12 FunMiles