-
Notifications
You must be signed in to change notification settings - Fork 41
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
Had to manually run npm install
#40
Comments
@davidnormo Did you get an error about |
@davidnormo any news? |
Having the same issue. |
@orangecoloured because I specify the version of Flow and I update the code of the plugin, if necessary, to work with it. If the Flow team changes its API, I need to change the behaviour of the plugin accordingly. For example if you have an older version of flow, maybe there could be errors because your version doesn't have a particular feature or maybe it works in a different way. However I will add also the possibility to specify a custom path for Flow per project, but, depending on the flow version, some features could not be available. Any advice is welcome! However if you had the same issue, maybe some other features that uses node.js or npm could not work as well, so can you post Sublime Text console logs? Also, what OS do you have? Thanks! |
@pichillilorenzo it's working now! For some reason it didn't download anything and didn't work. I had to restart ST twice to see that it was installing its packages. So, everything's fine now. Thanks! |
@orangecoloured Thank you for the support! |
Expected Behavior
let a = 'abc'; a.
Actual Behavior
let a = 'abc'; a.
To fix I manually cd'd into the Javascript Enhancements directory and ran
npm install
.Specifications
Thanks for making such a helpful package 👍
The text was updated successfully, but these errors were encountered: