-
Notifications
You must be signed in to change notification settings - Fork 247
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
运行./star.js 时出现的问题 #24
Comments
你用的node版本是多少?执行的什么命令? |
极有可能是因为你用的 |
v0.12.7版的啊 |
用这个命令试试: |
解决了。 |
嗯,好的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/home/wangkr/star/star.js:11
let _ = require('lodash'),
^^^
SyntaxError: Unexpected strict mode reserved word
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
at node.js:814:3
The text was updated successfully, but these errors were encountered: