-
Notifications
You must be signed in to change notification settings - Fork 73
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
Deploying to windows azure #52
Comments
This appears to be the same root problem as issue #51, going by this line: |
+1
|
Thanks! I did try that changing the version to 0.7.4 and it still fails at the cloud. It cannot find postInstall.js file. We can reproduce the issue locally as well with fresh project.
here is the error I am getting connect-mongo@0.4.2 node_modules\connect-mongo
module.js:338 npm ERR! Windows_NT 6.1.7601 npm ERR! Please include the following file with any support request: |
I figured this out. I am new to Node JS apps and took some time to see how these things work :) To use older version of meanio, we need to change following things at package.json
Thanks, |
I am now getting below error when deploying to windows azure as Node js websites
You're attempting to deploy mean without the mean-cli, the mean post install script traverses through all packages and takes care of their dependencies, please install mean-cli and continue...
Here is the log
Command: "D:\home\site\deployments\tools\deploy.cmd"
Handling node.js deployment.
KuduSync.NET from: 'D:\home\site\repository' to: 'D:\home\site\wwwroot'
Copying file: 'package.json'
Using start-up script server.js from package.json.
Generated web.config.
Node.js versions available on the platform are: 0.6.17, 0.6.20, 0.8.2, 0.8.19, 0.8.26, 0.8.27, 0.8.28, 0.10.5, 0.10.18, 0.10.21, 0.10.24, 0.10.26, 0.10.28, 0.10.29, 0.10.31, 0.10.32, 0.12.0, 0.12.2.
Selected node.js version 0.10.32. Use package.json file to choose a different version.
Updating iisnode.yml at D:\home\site\wwwroot\iisnode.yml
npm http GET https://registry.npmjs.org/meanio/0.7.5
npm http 200 https://registry.npmjs.org/meanio/0.7.5
npm http GET https://registry.npmjs.org/meanio/-/meanio-0.7.5.tgz
npm http 200 https://registry.npmjs.org/meanio/-/meanio-0.7.5.tgz
npm WARN engine meanio@0.7.5: wanted: {"node":"0.10.x","npm":"1.4.x"} (current: {"node":"v0.10.32","npm":"1.3.21"})
The text was updated successfully, but these errors were encountered: