-
Notifications
You must be signed in to change notification settings - Fork 20
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
Latest version of iltorb causes SyntaxError #9
Comments
Mistake on my side, turns out I was using the wrong version that didn't have the version set to 1.0.13. |
Actually, the latest version is 0.1.4, which has the updated package.json that has iltorb@1.0.13 set as the dependency but the latest version available from npm is 0.1.3
|
Which version of Node are you using? |
Node 6.9.1, npm 4.4.4 It is very likely an issue on my end but I can't get shrink-ray @ 0.1.4, which has iltorb @ 1.0.13 (pre-change to ES2015) as the dependency, from npm. Right now I just stopped using shrink-ray temporarily to keep working on my project, and I'm not comfortable enough with my current AWS knowledge to somehow put in shrink-ray@0.1.4 through somewhere other than npm install. So I will have to wait for this current version to be published to npm before I try again. |
Update nyc to the latest version 🚀
iltorb was recently updated to version 1.1.0 to use ES2015.
package.json is pulling the latest. Should probably have it get 1.0.13 instead
The text was updated successfully, but these errors were encountered: