Created
April 24, 2014 09:21
-
-
Save joeriks/11247871 to your computer and use it in GitHub Desktop.
the lazy first impressions nodejs from webstorm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1) tried to run the express project got the error | |
| Error creating Node.js Express App. Wrong express generator | |
| http://devnet.jetbrains.com/message/5513598#5513598 | |
| 2) tried to run the nodejs boilerplate and then the initproject.bat | |
| Fails as mongodb "Not compatible with your operating system or architecture.. x64" | |
| 3) tried to run a basic nodescript created from outside webstorm. No packages installed. Runs nicely, but no intellisense "Unresolved function require()" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment