single-spa / single-spa-examples

Examples of single-spa applications.
https://single-spa.surge.sh
MIT License
359 stars 128 forks source link

run install error #68

Closed callmesoul closed 5 years ago

callmesoul commented 5 years ago
F:\single-spa-examples>npm install
npm WARN deprecated babel-preset-es2015@6.24.1: 🙌  Thanks for using Babel: we recommend using babel-preset-env no
w: please read https://babeljs.io/env to update!
npm WARN deprecated exists-sync@0.0.4: Please replace with usage of fs.existsSync
npm WARN deprecated exists-sync@0.0.3: Please replace with usage of fs.existsSync
npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other
tools.
npm WARN deprecated core-js@1.2.7: core-js@<2.6.8 is no longer maintained. Please, upgrade to core-js@3 or at least
to actual version of core-js@2.
npm WARN deprecated flatten@1.0.2: I wrote this module a very long time ago; you should use something else.
npm ERR! Unexpected end of JSON input while parsing near '...se-only":"^0.8.0-a","'

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Benz\AppData\Roaming\npm-cache\_logs\2019-06-10T08_49_51_379Z-debug.log
joeldenning commented 5 years ago

Try using yarn install instead.

Also, this repo is fairly out of date and in need of a big update. When that update happens, npm installing will probably be supported.