staskobzar / vue-audio-visual

VueJS audio visualization components
MIT License
693 stars 111 forks source link

npm install vue vue-audio-visual doesn't work #47

Closed satels closed 3 years ago

satels commented 3 years ago
# npm install vue vue-audio-visual
 npm WARN npm npm does not support Node.js v10.21.0
 npm WARN npm You should probably upgrade to a newer version of node as we
 npm WARN npm can't make any promises that npm will work with this version.
 npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
 npm WARN npm You can find the latest version at https://nodejs.org/

 > core-js@3.6.5 postinstall /var/www/cabinet/node_modules/core-js
 > node -e "try{require('./postinstall')}catch(e){}"

 Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

 The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
 > https://opencollective.com/core-js 
 > https://www.patreon.com/zloirock 

 Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

 npm notice created a lockfile as package-lock.json. You should commit this file.
+ vue-audio-visual@2.0.3
+ vue@2.6.11
 added 7 packages from 9 contributors in 8.736s

# ls node_modules/vue-audio-visual/
 LICENSE  README.md  babel.config.js  package.json  src

I don't see dist/ folder in the module

staskobzar commented 3 years ago

I think you will see dist/ folder if you do npm build inside plugin. Also, considering the log, your node version is 10. It is quite old. Try to use newer version.