Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

卡在require('player')这一行 #75

Open
MaoScut opened this issue Dec 25, 2017 · 0 comments
Open

卡在require('player')这一行 #75

MaoScut opened this issue Dec 25, 2017 · 0 comments

Comments

@MaoScut
Copy link

MaoScut commented Dec 25, 2017

`var Player = require('player');

// create player instance
var player = new Player('./someMusic.mp3');

// play now and callback when playend
player.play(function(err, player){
console.log('playend!');
});`
代码非常简单,第一行一直在执行。安装没报错,运行也没有任何信息。
node版本8.5.0
windows10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant