smui-example-rollup
smui-example-rollup copied to clipboard
npm install / npm run dev
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'
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.
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
I'm also tried to start from this template and am getting the same error as @ajith-joseph Is there a working example?