Giter Site home page Giter Site logo

meteor-azure's Introduction

Meteor Azure

Project Status: Inactive โ€“ The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. npm version

A command line tool for deploying Meteor applications on Azure App Service.

demo

Installation

$ npm install meteor-azure

Usage

See the documentation.

Support

We welcome any questions or bug reports in the GitHub issue tracker.

License

MIT

meteor-azure's People

Contributors

guilhermedecampo avatar ramijarrar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

meteor-azure's Issues

Changes pushsed from Continious Deployment not coming through even with METEOR_AZURE_NOCACHE = 1

When I do not have METEOR_AZURE_NOCACHE set to 1, the continuous deployment works find and says it is successful but the changes I made are not reflected on the website.

When I set METEOR_AZURE_NOCACHE to 1, the continuous deployment fails and the website stops working.

I have pretty much limited it down to this line in the scrip

if [[ -v METEOR_AZURE_NOCACHE && -d D:/home/meteor-azure ]]; then
  echo meteor-azure: Clearing cache
  rm -rf D:/home/meteor-azure
fi
if [ ! -d D:/home/meteor-azure ]; then
  mkdir D:/home/meteor-azure
fi

and when I actually run rm -rf D:/home/meteor-azure in the KUDU console, it gives me file path too long errors.

Any help is appreciated.

Give better error when deployment credentials fail

Just a suggestion, if the deployment fails with a 401, give a message like "Check your deployment credentials (username and password)". Right now it's just "401".

info:    Deploying bundle tarball
error:   Request failed with status code 401

Slow build times / Request for Linux version

When the Web App runs the deploy.sh script, it takes an incredibly long time during the meteor build process. Now, I am used to deploying on Ubuntu 16.06, and the build time then is ~2 minutes. This build process is taking up to 30 minutes. And I have tried on 3 different version of the Standard Plan on Azure.

Would you consider adding a deploy.sh to go with the newly available Web App Linux VM's? I am going to explore the process so can possibly contribute as well. In addition, if you have suggestions on how to speed up the build times, I'm all ears!

Error: Deploying bundle tarball

One day back it worked fine. Nothing changed on my side, can't understand why it fails

  • Operating system: Mac OS

  • Meteor version: 1.5

  • Package version (run meteor-azure -v) 2.0.4

  • Command output with debug mode enabled

image

  • Log file content:
1 verbose cli [ '/Users/andriy/local/bin/node',
1 verbose cli   '/Users/andriy/local/bin/npm',
1 verbose cli   'run',
1 verbose cli   'deploy-test' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'predeploy-test', 'deploy-test', 'postdeploy-test' ]
5 info lifecycle hib-meteor@~predeploy-test: hib-meteor@
6 silly lifecycle hib-meteor@~predeploy-test: no script for predeploy-test, continuing
7 info lifecycle hib-meteor@~deploy-test: hib-meteor@
8 verbose lifecycle hib-meteor@~deploy-test: unsafe-perm in lifecycle true
9 verbose lifecycle hib-meteor@~deploy-test: PATH: /Users/andriy/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/andriy/Work/GetBetter/Sonova/HIB/hib/node_modules/.bin:/usr/local/Cellar/:/Users/andriy/Work/tests/apache-maven-3.5.0/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/bin:/Users/andriy/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Frameworks/Mono.framework/Versions/Current/Commands
10 verbose lifecycle hib-meteor@~deploy-test: CWD: /Users/andriy/Work/HIB/hib
11 silly lifecycle hib-meteor@~deploy-test: Args: [ '-c',
11 silly lifecycle   'git checkout dev && ./node_modules/.bin/meteor-azure --settings environments/env.test.json --web-config web.config -d' ]
12 silly lifecycle hib-meteor@~deploy-test: Returned: code: 1  signal: null
13 info lifecycle hib-meteor@~deploy-test: Failed to exec deploy-test script
14 verbose stack Error: hib-meteor@ deploy-test: `git checkout dev && ./node_modules/.bin/meteor-azure --settings environments/env.test.json --web-config web.config -d`
14 verbose stack Exit status 1
14 verbose stack     at EventEmitter.<anonymous> (/Users/andriy/local/lib/node_modules/npm/lib/utils/lifecycle.js:283:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess.<anonymous> (/Users/andriy/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:885:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid hib-meteor@
16 verbose cwd /Users/andriy/Work/GetBetter/Sonova/HIB/hib
17 verbose Darwin 16.6.0
18 verbose argv "/Users/andriy/local/bin/node" "/Users/andriy/local/bin/npm" "run" "deploy-test"
19 verbose node v7.4.0
20 verbose npm  v5.0.3
21 error code ELIFECYCLE
22 error errno 1
23 error hib-meteor@ deploy-test: `git checkout dev && ./node_modules/.bin/meteor-azure --settings environments/env.test.json --web-config web.config -d`
23 error Exit status 1
24 error Failed at the hib-meteor@ deploy-test script.
24 error This is probably not a problem with npm. There is likely additional logging output above.
25 verbose exit [ 1, true ]

Run meteor-azure after Github push?

Thanks for creating a great tool! Is there a canonical method you can point me at for running meteor-azure from the App Service, rather than locally? I'd like to automatically deploy after pushing to Github. Do I have to use a separate CI service or can I do it directly in Azure/Kudu?

How to configure "App Settings"?

after have deplyed may react-meteor app, I get this error on http://elkoufa.azurewebsites.net/.

any one can explain me what's happens and how to fix it, please??

alos, I can't figure out where to set up all this bellow

Following App Settings:
SCM_COMMAND_IDLE_TIMEOUT - 3600
MONGO_URL - (MongoDB connection string)
MONGO_OPLOG_URL - (Optional: Recommended with multiple instances)
ROOT_URL - http://{sitename}.azurewebsites.net or your custom domain if you've set that up
METEOR_SETTINGS - (Optional: e.g from your settings.json)
WEBSITE_NODE_DEFAULT_VERSION - (Node version bundled with your current Meteor release)
METEOR_AZURE_NPM_VERSION - (NPM version bundled with your current Meteor release)

Any help please.

Thank's

Getting [Error: ENOTEMPTY: directory not empty, rmdir 'D:\local\Temp\mt-irythc']

Hey guys, getting error that a directory isn't empty. Here's the log:

Command: bash .config/azure/deploy.sh
meteor-azure: Setting Node version
Version 4.7.3 is already installed.
meteor-azure: Now using Node v4.7.3 (32-bit)
meteor-azure: Setting NPM version
meteor-azure: Now using NPM v4.1.2
meteor-azure: Installing NPM dependencies
meteor-azure: Building app
{ [Error: ENOTEMPTY: directory not empty, rmdir 'D:\local\Temp\mt-irythc']
  errno: -4051,
  code: 'ENOTEMPTY',
  syscall: 'rmdir',
  path: 'D:\\local\\Temp\\mt-irythc' }
events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: write EOF
    at exports._errnoException (util.js:907:11)
    at WriteWrap.afterWrite (net.js:785:14)
meteor-azure: ERROR! Could not generate Meteor bundle
events.js:141\r\n      throw er; // Unhandled 'error' event\r\n      ^\r\n\r\nError: write EOF\r\n    at exports._errnoException (util.js:907:11)\r\n    at WriteWrap.afterWrite (net.js:785:14)\r\nD:\Program Files (x86)\SiteExtensions\Kudu\59.60207.2684\bin\Scripts\starter.cmd bash .config/azure/deploy.sh

Proper format for settings.json in Application settings?

I saw the closed post about how to do the application settings, but I wasn't sure the proper format for METEOR_SETTINGS. Is it a path to the settings.json in the repo? Is it a stringified version of settings.json? or is it something else?

Support Free/Shared plans

Deployment fails while installing Meteor due to quota restrictions:

tar: .meteor/packages/meteor-tool/1.4.1_1/mt-os.windows.x86_32/isopackets: Cannot mkdir: No space left on device
tar: .meteor/packages/meteor-tool/1.4.1_1/mt-os.windows.x86_32/isopackets/ddp/npm/node_modules/meteor/babel-compiler/node_modules/core-js/library/modules/es6.number.is-nan.js: Cannot open: No such file or directory

The only real solution to this would be native support (i.e pre-installation) on App Service.

Error with anti:i18n package

(Following #2)

I tried the updated code, but deployment still failed for me. Here are the logs:

remote: Updating branch 'master'.
remote: Updating submodules.
remote: Preparing deployment for commit id '609b841e5f'.
remote: Running custom deployment command...
remote: Running deployment command...
remote: meteor-azure: Installing Meteor
remote: % Total % Received % Xferd Average Speed Time Time Time Current
remote: Dload Upload Total Spent Left Speed
remote:
remote: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
remote: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
remote:
remote: 0 143M 0 607k 0 0 732k 0 0:03:19 --:--:-- 0:03:19 732k
remote: 5 143M 5 7503k 0 0 4102k 0 0:00:35 0:00:01 0:00:34 6896k
remote: 10 143M 10 14.3M 0 0 5208k 0 0:00:28 0:00:02 0:00:26 7064k
remote: 14 143M 14 20.3M 0 0 5432k 0 0:00:26 0:00:03 0:00:23 6730k
remote: 18 143M 18 26.6M 0 0 5645k 0 0:00:25 0:00:04 0:00:21 6664k
remote: 23 143M 23 33.3M 0 0 5860k 0 0:00:24 0:00:05 0:00:19 6710k
remote: 27 143M 27 39.3M 0 0 5901k 0 0:00:24 0:00:06 0:00:18 6560k
remote: 31 143M 31 45.5M 0 0 5963k 0 0:00:24 0:00:07 0:00:17 6390k
remote: 36 143M 36 52.1M 0 0 6049k 0 0:00:24 0:00:08 0:00:16 6521k
remote: 41 143M 41 58.7M 0 0 6122k 0 0:00:23 0:00:09 0:00:14 6582k
remote: 45 143M 45 64.6M 0 0 6113k 0 0:00:23 0:00:10 0:00:13 6409k
remote: 49 143M 49 71.3M 0 0 6175k 0 0:00:23 0:00:11 0:00:12 6550k
remote: 54 143M 54 77.8M 0 0 6212k 0 0:00:23 0:00:12 0:00:11 6601k
remote: 58 143M 58 84.0M 0 0 6226k 0 0:00:23 0:00:13 0:00:10 6540k
remote: 63 143M 63 90.5M 0 0 6251k 0 0:00:23 0:00:14 0:00:09 6505k
remote: 67 143M 67 96.2M 0 0 6227k 0 0:00:23 0:00:15 0:00:08 6473k
remote: 71 143M 71 102M 0 0 6252k 0 0:00:23 0:00:16 0:00:07 6435k
remote: 76 143M 76 109M 0 0 6305k 0 0:00:23 0:00:17 0:00:06 6544k
remote: 81 143M 81 116M 0 0 6314k 0 0:00:23 0:00:18 0:00:05 6556k
remote: 85 143M 85 121M 0 0 6284k 0 0:00:23 0:00:19 0:00:04 6384k
remote: 89 143M 89 128M 0 0 6301k 0 0:00:23 0:00:20 0:00:03 6537k
remote: 93 143M 93 134M 0 0 6289k 0 0:00:23 0:00:21 0:00:02 6411k
remote: 98 143M 98 140M 0 0 6294k 0 0:00:23 0:00:22 0:00:01 6256k
remote: 100 143M 100 143M 0 0 6302k 0 0:00:23 0:00:23 --:--:-- 6253k
remote: .............................................................................................................................................................................................
remote: meteor-azure: Building app
remote: ...............................................................
remote: D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\isopackets\ddp\npm\node_modules\meteor\promise\node_modules\meteor-promise\promise_server.js:165
remote: throw error;
remote: ^
remote:
remote: Error: ENOENT: no such file or directory, open 'D:\local\Temp\mt-1uyhdac\os\packages\anti_i18n.js'
remote: at Error (native)
remote: cp: cannot create regular file 'D:\local\Temp\8d3e09c6b98d7ad\output\bundle': No such file or directory
remote: Handling node.js deployment.
remote: KuduSync.NET from: 'D:\local\Temp\8d3e09c6b98d7ad\output\bundle' to: 'D:\home\site\wwwroot'
remote: Error: Could not find a part of the path 'D:\local\Temp\8d3e09c6b98d7ad\output\bundle'.
remote: An error has occurred during web site deployment.
remote: Kudu Sync failed
remote:
remote: Error - Changes committed to remote repository but deployment to website failed.

Meteor NPM not working properly

Meteor Azure Version: 1.0.1

I added react from npm and it deploys okay, but I get Uncaught Error: Cannot find module 'react' when I load the page. What do I have to do to make npm packages work?

Error/Stuck on Running server initialisation, polling for status...

With --debug it gets stuck polling for status:

  • Meteor version
    1.5

  • Package version (run meteor-azure -v)
    2.0.2

  • Command output with debug mode enabled

> meteor-azure --debug --settings settings.json --web-config .\.config\azure\web.config

info:    Authenticating with interactive login...
To sign in, use a web browser to open the page https://aka.ms/devicelogin and enter the code - to authenticate.
debug:   completed Azure authentication
info:    Updating Azure application settings
debug:   set environment variables
debug:   set Meteor settings
debug:   set Kudu deployment settings
debug:   set Node to v4.8.3
debug:   set NPM to v4.6.1
info:    Compiling application bundle
debug:   generate meteor build
debug:   add custom web config
debug:   create tarball
info:    Deploying bundle tarball
info:    Running server initialisation, polling for status...

Without the --debug flag it shows this error:

info:    Running server initialisation, polling for status...
error:   getaddrinfo ENOTFOUND viewmodel.scm.azurewebsites.net viewmodel.scm.azurewebsites.net:443
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ViewModel.org@ just-deploy: `meteor-azure --settings settings.json --web-config .\.config\azure\web.config`
npm ERR! Exit status 1

I don't know where the scm comes from. The site is viewmodel.org and viewmodel.azurewebsites.net redirects to it.

npm ERR! Failed at the [email protected] install script.

Moved from #43 (comment)

Hi! Sorry for opening this thread again, but I'm getting this error. Below is the output

meteor-azure --settings settings-development.json -w web.config -d debug: check Meteor is installed debug: check for incompatible 'force-ssl' package debug: check current Meteor release >= 1.4 info: Validating settings file debug: check valid json exists debug: check data follows schema debug: dr-contact-lens-dev: configure kudu api info: Validating Kudu connection info: dr-contact-lens-dev: Authenticating with interactive login... To sign in, use a web browser to open the page https://aka.ms/devicelogin and enter the code FMMHG6ZA3 to authenticate. debug: dr-contact-lens-dev: completed Azure authentication info: dr-contact-lens-dev: Updating Azure application settings debug: dr-contact-lens-dev: retrieve existing values debug: dr-contact-lens-dev: set environment variables debug: dr-contact-lens-dev: set Meteor settings debug: dr-contact-lens-dev: set Kudu deployment settings debug: dr-contact-lens-dev: set Node to v8.8.1 debug: dr-contact-lens-dev: set NPM to v5.4.2 debug: dr-contact-lens-dev: serialise values debug: dr-contact-lens-dev: push new settings info: Compiling application bundle debug: generate meteor build debug: add custom web config debug: checking for broken symlinks debug: create tarball info: dr-contact-lens-dev: Deploying bundle tarball info: dr-contact-lens-dev: Running server initialisation info: dr-contact-lens-dev: Polling server status... load: 2.10 cmd: node 20372 waiting 16.77u 2.64s debug: dr-contact-lens-dev: Retrieving Kudu deployment log... debug: Command: bash script.sh debug: meteor-azure: Now using NVM v1.1.4 debug: meteor-azure: Setting Node version debug: Version 8.8.1 is already installed. debug: meteor-azure: Now using Node v8.8.1 (32-bit) debug: meteor-azure: Now using NPM v5.4.2 debug: meteor-azure: Unpacking bundle debug: meteor-azure: Setting Node runtime debug: meteor-azure: Enabling IISNode logging debug: meteor-azure: Installing NPM dependencies debug: /tmp/8d55ac83e1946d6/bundle/programs/server /tmp/8d55ac83e1946d6 debug: debug: > [email protected] install D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\node_modules\fibers debug: > node build.js || nodejs build.js debug: debug: win32-ia32-57 exists; testing debug: Binary is fine; exiting debug: debug: > [email protected] install D:\local\Temp\8d55ac83e1946d6\bundle\programs\server debug: > node npm-rebuild.js debug: debug: npm WARN saveError EPERM: operation not permitted, rename 'D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\npm-shrinkwrap.json.4002820371' -> 'D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\npm-shrinkwrap.json' debug: added 124 packages in 14.932s debug: npm WARN [email protected] No description debug: npm WARN [email protected] No repository field. debug: npm WARN [email protected] No license field. debug: debug: /tmp/8d55ac83e1946d6 debug: meteor-azure: Rebuilding NPM dependencies debug: /tmp/8d55ac83e1946d6/bundle/programs/server/npm /tmp/8d55ac83e1946d6 debug: debug: > [email protected] install D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\npm\node_modules\bcrypt debug: > node-gyp rebuild debug: debug: debug: D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\npm\node_modules\bcrypt>if not defined npm_config_node_gyp (node "D:\home\meteor-azure\nvm\v8.8.1\node_modules\npm\bin\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) debug: Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. debug: D:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(400,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\npm\node_modules\bcrypt\build\bcrypt_lib.vcxproj] debug: blowfish.cc debug: bcrypt.cc debug: bcrypt_node.cc debug: win_delay_load_hook.cc debug: ..\src\blowfish.cc : fatal error C1902: Program database manager mismatch; please check your installation [D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\npm\node_modules\bcrypt\build\bcrypt_lib.vcxproj] debug: ..\src\bcrypt.cc : fatal error C1902: Program database manager mismatch; please check your installation [D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\npm\node_modules\bcrypt\build\bcrypt_lib.vcxproj] debug: ..\src\bcrypt_node.cc : fatal error C1902: Program database manager mismatch; please check your installation [D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\npm\node_modules\bcrypt\build\bcrypt_lib.vcxproj] debug: D:\home\meteor-azure\nvm\v8.8.1\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.cc : fatal error C1902: Program database manager mismatch; please check your installation [D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\npm\node_modules\bcrypt\build\bcrypt_lib.vcxproj] debug: gyp ERR! build error debug: gyp ERR! stack Error: msbuild failed with exit code: 1 debug: gyp ERR! stack at ChildProcess.onExit (D:\home\meteor-azure\nvm\v8.8.1\node_modules\npm\node_modules\node-gyp\lib\build.js:258:23) debug: gyp ERR! stack at emitTwo (events.js:125:13) debug: gyp ERR! stack at ChildProcess.emit (events.js:213:7) debug: gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) debug: gyp ERR! System Windows_NT 10.0.14393 debug: gyp ERR! command "D:\home\meteor-azure\nvm\v8.8.1\node.exe" "D:\home\meteor-azure\nvm\v8.8.1\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild" debug: gyp ERR! cwd D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\npm\node_modules\bcrypt debug: gyp ERR! node -v v8.8.1 debug: gyp ERR! node-gyp -v v3.6.2 debug: gyp ERR! not ok debug: npm ERR! code ELIFECYCLE debug: npm ERR! errno 1 debug: npm ERR! [email protected] install: node-gyp rebuild debug: npm ERR! Exit status 1 debug: npm ERR! debug: npm ERR! Failed at the [email protected] install script. debug: npm ERR! This is probably not a problem with npm. There is likely additional logging output above. debug: debug: npm ERR! A complete log of this run can be found in: debug: npm ERR! D:\local\AppData\npm-cache_logs\2018-01-13T21_01_11_892Z-debug.log debug: meteor-azure: Could not rebuild NPM dependencies debug: npm WARN saveError EPERM: operation not permitted, rename 'D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\npm-shrinkwrap.json.4002820371' -> 'D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\npm-shrinkwrap.json'\r\nnpm WARN [email protected] No description\r\nnpm WARN [email protected] No repository field.\r\nnpm WARN [email protected] No license field.\r\n\r\ngyp ERR! build error \r\ngyp ERR! stack Error: msbuild failed with exit code: 1\r\ngyp ERR! stack at ChildProcess.onExit (D:\home\meteor-azure\nvm\v8.8.1\node_modules\npm\node_modules\node-gyp\lib\build.js:258:23)\r\ngyp ERR! stack at emitTwo (events.js:125:13)\r\ngyp ERR! stack at ChildProcess.emit (events.js:213:7)\r\ngyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)\r\ngyp ERR! System Windows_NT 10.0.14393\r\ngyp ERR! command "D:\home\meteor-azure\nvm\v8.8.1\node.exe" "D:\home\meteor-azure\nvm\v8.8.1\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"\r\ngyp ERR! cwd D:\local\Temp\8d55ac83e1946d6\bundle\programs\server\npm\node_modules\bcrypt\r\ngyp ERR! node -v v8.8.1\r\ngyp ERR! node-gyp -v v3.6.2\r\ngyp ERR! not ok \r\nnpm ERR! code ELIFECYCLE\r\nnpm ERR! errno 1\r\nnpm ERR! [email protected] install: node-gyp rebuild\r\nnpm ERR! Exit status 1\r\nnpm ERR! \r\nnpm ERR! Failed at the [email protected] install script.\r\nnpm ERR! This is probably not a problem with npm. There is likely additional logging output above.\r\n\r\nnpm ERR! A complete log of this run can be found in:\r\nnpm ERR! D:\local\AppData\npm-cache_logs\2018-01-13T21_01_11_892Z-debug.log\r\nmeteor-azure: Could not rebuild NPM dependencies\r\nD:\Program Files (x86)\SiteExtensions\Kudu\70.10102.3204\bin\Scripts\starter.cmd bash script.sh error: dr-contact-lens-dev: Failed to complete server initialisation

Could you help me?

Thanks!

main.js added to url with force ssl rule

Using the latest script. When I add the following force SSL rule, it adds /main.js to the url when I navigate to the root of the site and I get the error too many redirects.

<rule name="Redirect to HTTPS" stopProcessing="true">
  <match url="(.*)" />
  <conditions>
    <add input="{HTTPS}" pattern="^OFF$" />
  </conditions>
   <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" redirectType="Permanent" />
</rule>

Any clues?

Request body larger than maxBodyLength limit

If you are reporting a bug, please be sure to include the following:

  • Operating system: MacOS 10.13.3
  • Meteor version: 1.6.1
  • Package version: [email protected]
  • Command output with debug mode enabled
info:    Authenticating with service principal
debug:   completed Azure authentication
info:    Updating Azure application settings
debug:   set environment variables
debug:   set Meteor settings
debug:   set Kudu deployment settings
debug:   set Node to v8.9.4
debug:   set NPM to v5.6.0
info:    Compiling application bundle
debug:   generate meteor build
debug:   add custom web config
debug:   checking for broken symlinks
debug:   create tarball
info:    Deploying bundle tarball
error:   Request body larger than maxBodyLength limit

App doesn't finish deploying

First - thank you very much for sharing this deployment script. I'm trying to deploy a simple-todos test app, but am running into an error (not sure which one below is he real culprit - so attaching the log file below)
Would appreciate any insight you have.

Command: bash .config/azure/deploy.sh
Looking for app.js/server.js under site root.
The package.json file does not specify node.js engine version constraints.
The node.js application will run with the default node.js version 4.4.7.
Selected npm version 2.15.8
meteor-azure: Setting NPM version
Invalid start-up command "meteor run" in package.json. Please use the format "node <script relative path>".
Missing server.js/app.js files, web.config is not generated
D:\local\AppData\npm\npm -> D:\local\AppData\npm\node_modules\npm\bin\npm-cli.js
[email protected] D:\local\AppData\npm\node_modules\npm
4.0.2
meteor-azure: Installing Meteor
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  1  160M    1 2031k    0     0  2651k      0  0:01:02 --:--:--  0:01:02 2651k
  5  160M    5 9215k    0     0  5218k      0  0:00:31  0:00:01  0:00:30 7184k
  9  160M    9 15.6M    0     0  5795k      0  0:00:28  0:00:02  0:00:26 7000k
 14  160M   14 23.5M    0     0  6410k      0  0:00:25  0:00:03  0:00:22 7370k
 18  160M   18 30.4M    0     0  6552k      0  0:00:25  0:00:04  0:00:21 7300k
 23  160M   23 37.3M    0     0  6634k      0  0:00:24  0:00:05  0:00:19 7244k
 28  160M   28 45.1M    0     0  6829k      0  0:00:24  0:00:06  0:00:18 7398k
 32  160M   32 52.1M    0     0  6875k      0  0:00:23  0:00:07  0:00:16 7472k
 36  160M   36 58.4M    0     0  6824k      0  0:00:24  0:00:08  0:00:16 7136k
 40  160M   40 64.3M    0     0  6746k      0  0:00:24  0:00:09  0:00:15 6931k
 44  160M   44 70.9M    0     0  6744k      0  0:00:24  0:00:10  0:00:14 6870k
 48  160M   48 78.3M    0     0  6822k      0  0:00:24  0:00:11  0:00:13 6812k
 53  160M   53 85.1M    0     0  6830k      0  0:00:24  0:00:12  0:00:12 6761k
 57  160M   57 92.1M    0     0  6856k      0  0:00:23  0:00:13  0:00:10 6912k
 61  160M   61 99.0M    0     0  6868k      0  0:00:23  0:00:14  0:00:09 7107k
 66  160M   66  106M    0     0  6889k      0  0:00:23  0:00:15  0:00:08 7203k
 70  160M   70  113M    0     0  6920k      0  0:00:23  0:00:16  0:00:07 7152k
 74  160M   74  120M    0     0  6924k      0  0:00:23  0:00:17  0:00:06 7164k
 79  160M   79  128M    0     0  6988k      0  0:00:23  0:00:18  0:00:05 7353k
 83  160M   83  134M    0     0  6949k      0  0:00:23  0:00:19  0:00:04 7187k
 88  160M   88  141M    0     0  6982k      0  0:00:23  0:00:20  0:00:03 7276k
 93  160M   93  149M    0     0  7028k      0  0:00:23  0:00:21  0:00:02 7392k
 97  160M   97  156M    0     0  7035k      0  0:00:23  0:00:22  0:00:01 7427k
100  160M  100  160M    0     0  7036k      0  0:00:23  0:00:23 --:--:-- 7229k
Command 'starter.cmd bash .config/az ...' was aborted due to no output nor CPU activity for 61 seconds. You can increase the SCM_COMMAND_IDLE_TIMEOUT app setting (or WEBJOBS_IDLE_TIMEOUT if this is a WebJob) if needed.\r\nstarter.cmd bash .config/azure/deploy.sh
One or more errors occurred.
Command 'starter.cmd bash .config/az ...' was aborted due to no output nor CPU activity for 61 seconds. You can increase the SCM_COMMAND_IDLE_TIMEOUT app setting (or WEBJOBS_IDLE_TIMEOUT if this is a WebJob) if needed.\r\nstarter.cmd bash .config/azure/deploy.sh

File Path is longer than 260 characters

After running meteor npm --version I get npm version 3.10.9.

Command: bash .config/azure/deploy.sh
The package.json file does not specify node.js engine version constraints.
The node.js application will run with the default node.js version 6.9.1.
Selected npm version 3.10.8
meteor-azure: Setting NPM version
D:\local\AppData\npm\npm -> D:\local\AppData\npm\node_modules\npm\bin\npm-cli.js
D:\local\AppData\npm
`-- [email protected] 

meteor-azure: Building app
npm WARN enoent ENOENT: no such file or directory, open 'D:\home\site\repository\package.json'
npm WARN repository No description
npm WARN repository No repository field.
npm WARN repository No README data
npm WARN repository No license field.

Changes to your project's package version selections:

momentjs:moment  added, version 2.10.6

Handling node.js deployment.
KuduSync.NET from: 'D:\local\LocalAppData\meteor-azure\bundle' to: 'D:\home\site\wwwroot'
Copying file: '.node_version.txt'
Copying file: 'main.js'
Copying file: 'README'
Copying file: 'star.json'
Copying file: 'programs\server\boot-utils.js'
Copying file: 'programs\server\boot.js'
Copying file: 'programs\server\config.json'
Copying file: 'programs\server\mini-files.js'
Copying file: 'programs\server\npm-rebuild-args.js'
Copying file: 'programs\server\npm-rebuild.js'
Copying file: 'programs\server\npm-rebuilds.json'
Copying file: 'programs\server\npm-require.js'
Copying file: 'programs\server\npm-shrinkwrap.json'
Copying file: 'programs\server\package.json'
Copying file: 'programs\server\profile.js'
Copying file: 'programs\server\program.json'
Copying file: 'programs\server\server-json.js'
Copying file: 'programs\server\app\app.js'
Copying file: 'programs\server\app\app.js.map'
Copying file: 'programs\server\assets\app\equip-report.html'
Copying file: 'programs\server\assets\app\equip-report.js'
Copying file: 'programs\server\assets\app\layout.css'
Copying file: 'programs\server\assets\app\layout.html'
Copying file: 'programs\server\assets\app\layout.js'
Copying file: 'programs\server\assets\packages\boilerplate-generator\boilerplate_web.browser.html'
Copying file: 'programs\server\assets\packages\boilerplate-generator\boilerplate_web.cordova.html'
Copying file: 'programs\server\assets\packages\oauth\end_of_popup_response.html'
Copying file: 'programs\server\assets\packages\oauth\end_of_redirect_response.html'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\.node_version'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\.npm-shrinkwrap.json'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\.bin\acorn'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\.bin\babylon'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\.bin\detect-indent'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\.bin\jsesc'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\.bin\json5'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\.bin\loose-envify'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\.bin\mkdirp'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\.bin\regjsparser'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\.bin\repeating'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\.bin\user-home'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\acorn\.editorconfig'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\acorn\.gitattributes'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\acorn\.meteor-portable'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\acorn\.npmignore'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\acorn\.tern-project'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\acorn\.travis.yml'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\acorn\AUTHORS'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\acorn\CHANGELOG.md'
Copying file: 'programs\server\npm\node_modules\meteor\babel-compiler\node_modules\acorn\LICENSE'
Omitting next output lines...
Processed 1628 files...
Processed 3532 files...
Processed 5364 files...
Error: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
An error has occurred during web site deployment.
Kudu Sync failed
npm WARN enoent ENOENT: no such file or directory, open 'D:\home\site\repository\package.json'\r\nnpm WARN repository No description\r\nnpm WARN repository No repository field.\r\nnpm WARN repository No README data\r\nnpm WARN repository No license field.\r\nError: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.\r\nD:\Program Files (x86)\SiteExtensions\Kudu\59.51102.2512\bin\Scripts\starter.cmd bash .config/azure/deploy.sh

"Thread was being aborted"

After following your guide, I am having an error when setting up the GitHub deployment. Some more info

Meteor Version: 1.4.0.1
App-Service: Standard

Web-Socket: On
AAR Affinity: On

image

I have the script directory contents in my project root folder
image

I followed the instructions from the deployment link.

I added my web.config with the HTTPS rule and RequestLimits=20000 (for url length)

The deployment works fine, except when I visit the screen it is just a white page with no errors in console.

Cannot load momentjs:moment

Hi

While i'm trying to deploy an existing webproject to a fresh azure webapp, i'm getting npm errors.

Please let me know i you need some more information.

Server Properties:
WEBSITE_NODE_DEFAULT_VERSION: 4.6.1
SCM_COMMAND_IDLE_TIMEOUT: 3600
ROOT_URL: http://...
MONGO_URL: mongodb://...

  • Script version (listed in .config/azure/deploy.sh)
    1.0.2
  • Deployment log

remote: Updating branch 'master'.
remote: Updating submodules.
remote: Preparing deployment for commit id '00dc04ce41'.
remote: Running custom deployment command...
remote: Running deployment command...
remote: Looking for app.js/server.js under site root.
remote: The package.json file does not specify node.js engine version constraints.
remote: The node.js application will run with the default node.js version 4.6.1.
remote: Selected npm version 2.15.9
remote: meteor-azure: Building app
remote: Missing server.js/app.js files, web.config is not generated
remote: ...........................................
remote: => Errors while initializing project:
remote:
remote: While loading package momentjs:[email protected]:
remote: error: Command failed:
remote: D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\bin\npm.cmd
remote: rebuild --update-binary
remote: node-pre-gyp ERR! Tried to download:
remote: https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.0.14/fse-v1.0.14-node-v46-win32-ia32.tar.gz
remote: node-pre-gyp ERR! Pre-built binaries not found for [email protected] and
remote: [email protected] (node-v46 ABI) (falling back to source compile with node-gyp)
remote: Traceback (most recent call last):
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\gyp_main.py",
remote: line 16, in
remote: sys.exit(gyp.script_main())
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\pylib\gyp__init__.py",
remote: line 545, in script_main
remote: return main(sys.argv[1:])
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\pylib\gyp__init__.py",
remote: line 538, in main
remote: return gyp_main(args)
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\pylib\gyp__init__.py",
remote: line 523, in gyp_main
remote: generator.GenerateOutput(flat_list, targets, data, params)
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\pylib\gyp\generator\msvs.py",
remote: line 2003, in GenerateOutput
remote: sln_projects, project_objects, flat=msvs_version.FlatSolution())
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\pylib\gyp\generator\msvs.py",
remote: line 1762, in GatherSolutionFolders
remote: return DictsToFolders('', root, flat)
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\pylib\gyp\generator\msvs.py",
remote: line 1715, in DictsToFolders
remote: for folder, contents in bucket.iteritems():
remote: AttributeError: 'MSVSProject' object has no attribute 'iteritems'
remote: gyp ERR! configure error
remote: gyp ERR! stack Error: gyp failed with exit code: 1
remote: gyp ERR! stack at ChildProcess.onCpExit
remote: (D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\lib\configure.js:305:16)
remote: gyp ERR! stack at emitTwo (events.js:87:13)
remote: gyp ERR! stack at ChildProcess.emit (events.js:172:7)
remote: gyp ERR! stack at Process.ChildProcess.handle.onexit
remote: (internal/child_process.js:200:12)
remote: gyp ERR! System Windows_NT 6.2.9200
remote: gyp ERR! command
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\bin\node.exe"
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\bin\node-gyp.js"
remote: "configure" "--fallback-to-build"
remote: "--module=D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents\lib\binding\Release\node-v46-win32-ia32\fse.node"
remote: "--module_name=fse"
remote: "--module_path=D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents\lib\binding\Release\node-v46-win32-ia32"
remote: gyp ERR! cwd
remote: D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents
remote: gyp ERR! node -v v4.6.1
remote: gyp ERR! node-gyp -v v3.4.0
remote: gyp ERR! not ok
remote: node-pre-gyp ERR! build error
remote: node-pre-gyp ERR! stack Error: Failed to execute
remote: 'D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\bin\node.exe
remote: D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\bin\node-gyp.js
remote: configure --fallback-to-build
remote: --module=D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents\lib\binding\Release\node-v46-win32-ia32\fse.node
remote: --module_name=fse
remote: --module_path=D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents\lib\binding\Release\node-v46-win32-ia32'
remote: (1)
remote: node-pre-gyp ERR! stack at ChildProcess.
remote: (D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
remote: node-pre-gyp ERR! stack at emitTwo (events.js:87:13)
remote: node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7)
remote: node-pre-gyp ERR! stack at maybeClose
remote: (internal/child_process.js:829:16)
remote: node-pre-gyp ERR! stack at Process.ChildProcess.handle.onexit
remote: (internal/child_process.js:211:5)
remote: node-pre-gyp ERR! System Windows_NT 6.2.9200
remote: node-pre-gyp ERR! command
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\bin\node.exe"
remote: "D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents\node_modules\node-pre-gyp\bin\node-pre-gyp"
remote: "install" "--fallback-to-build"
remote: node-pre-gyp ERR! cwd
remote: D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents
remote: node-pre-gyp ERR! node -v v4.6.1
remote: node-pre-gyp ERR! node-pre-gyp -v v0.6.29
remote: node-pre-gyp ERR! not ok
remote:
remote: npm ERR! Windows_NT 6.2.9200
remote: npm ERR! argv
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\bin\node.exe"
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\npm\bin\npm-cli.js"
remote: "rebuild" "--update-binary"
remote: npm ERR! node v4.6.1
remote: npm ERR! npm v3.10.9
remote: npm ERR! code ELIFECYCLE
remote: npm ERR! [email protected] install: node-pre-gyp install remote: --fallback-to-build
remote: npm ERR! Exit status 1
remote: npm ERR!
remote: npm ERR! Failed at the [email protected] install script 'node-pre-gyp
remote: install --fallback-to-build'.
remote: npm ERR! Make sure you have the latest version of node.js and npm
remote: installed.
remote: npm ERR! If you do, this is most likely a problem with the fsevents
remote: package,
remote: npm ERR! not with npm itself.
remote: npm ERR! Tell the author that this fails on your system:
remote: npm ERR! node-pre-gyp install --fallback-to-build
remote: npm ERR! You can get information on how to open an issue for this project
remote: with:
remote: npm ERR! npm bugs fsevents
remote: npm ERR! Or if that isn't available, you can get their info via:
remote: npm ERR! npm owner ls fsevents
remote: npm ERR! There is likely additional logging output above.
remote:
remote: npm ERR! Please include the following file with any support request:
remote: npm ERR!
remote: D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\npm-debug.log
remote: node-pre-gyp ERR! Tried to download:
remote: https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.0.14/fse-v1.0.14-node-v46-win32-ia32.tar.gz
remote: node-pre-gyp ERR! Pre-built binaries not found for [email protected] and
remote: [email protected] (node-v46 ABI) (falling back to source compile with node-gyp)
remote: Traceback (most recent call last):
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\gyp_main.py",
remote: line 16, in
remote: sys.exit(gyp.script_main())
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\pylib\gyp__init
.py",
remote: line 545, in script_main
remote: return main(sys.argv[1:])
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\pylib\gyp__init
.py",
remote: line 538, in main
remote: return gyp_main(args)
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\pylib\gyp__init
_.py",
remote: line 523, in gyp_main
remote: generator.GenerateOutput(flat_list, targets, data, params)
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\pylib\gyp\generator\msvs.py",
remote: line 2003, in GenerateOutput
remote: sln_projects, project_objects, flat=msvs_version.FlatSolution())
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\pylib\gyp\generator\msvs.py",
remote: line 1762, in _GatherSolutionFolders
remote: return _DictsToFolders('', root, flat)
remote: File
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\gyp\pylib\gyp\generator\msvs.py",
remote: line 1715, in _DictsToFolders
remote: for folder, contents in bucket.iteritems():
remote: AttributeError: 'MSVSProject' object has no attribute 'iteritems'
remote: gyp ERR! configure error
remote: gyp ERR! stack Error: gyp failed with exit code: 1
remote: gyp ERR! stack at ChildProcess.onCpExit
remote: (D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\lib\configure.js:305:16)
remote: gyp ERR! stack at emitTwo (events.js:87:13)
remote: gyp ERR! stack at ChildProcess.emit (events.js:172:7)
remote: gyp ERR! stack at Process.ChildProcess._handle.onexit
remote: (internal/child_process.js:200:12)
remote: gyp ERR! System Windows_NT 6.2.9200
remote: gyp ERR! command
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\bin\node.exe"
remote: Handling node.js deployment.
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\bin\node-gyp.js"
remote: "configure" "--fallback-to-build"
remote: "--module=D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents\lib\binding\Release\node-v46-win32-ia32\fse.node"
remote: "--module_name=fse"
remote: "--module_path=D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents\lib\binding\Release\node-v46-win32-ia32"
remote: gyp ERR! cwd
remote: D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents
remote: gyp ERR! node -v v4.6.1
remote: gyp ERR! node-gyp -v v3.4.0
remote: gyp ERR! not ok
remote: node-pre-gyp ERR! build error
remote: node-pre-gyp ERR! stack Error: Failed to execute
remote: 'D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\bin\node.exe
remote: D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\bin\node-gyp.js
remote: configure --fallback-to-build
remote: --module=D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents\lib\binding\Release\node-v46-win32-ia32\fse.node
remote: --module_name=fse
remote: --module_path=D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents\lib\binding\Release\node-v46-win32-ia32'
remote: (1)
remote: node-pre-gyp ERR! stack at ChildProcess.
remote: (D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
remote: node-pre-gyp ERR! stack at emitTwo (events.js:87:13)
remote: node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7)
remote: node-pre-gyp ERR! stack at maybeClose
remote: (internal/child_process.js:829:16)
remote: node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit
remote: (internal/child_process.js:211:5)
remote: node-pre-gyp ERR! System Windows_NT 6.2.9200
remote: node-pre-gyp ERR! command
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\bin\node.exe"
remote: "D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents\node_modules\node-pre-gyp\bin\node-pre-gyp"
remote: "install" "--fallback-to-build"
remote: node-pre-gyp ERR! cwd
remote: D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\node_modules\fsevents
remote: node-pre-gyp ERR! node -v v4.6.1
remote: node-pre-gyp ERR! node-pre-gyp -v v0.6.29
remote: node-pre-gyp ERR! not ok
remote:
remote: npm ERR! Windows_NT 6.2.9200
remote: npm ERR! argv
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\bin\node.exe"
remote: "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\npm\bin\npm-cli.js"
remote: "rebuild" "--update-binary"
remote: npm ERR! node v4.6.1
remote: npm ERR! npm v3.10.9
remote: npm ERR! code ELIFECYCLE
remote: npm ERR! [email protected] install: node-pre-gyp install remote: --fallback-to-build
remote: KuduSync.NET from: 'D:\local\LocalAppData\meteor-azure\bundle' to: 'D:\home\site\wwwroot'
remote: npm ERR! Exit status 1
remote: An error has occurred during web site deployment.
remote: npm ERR!
remote: Kudu Sync failed
remote: npm ERR! Failed at the [email protected] install script 'node-pre-gyp
remote: install --fallback-to-build'.
remote: npm ERR! Make sure you have the latest version of node.js and npm
remote: installed.
remote: npm ERR! If you do, this is most likely a problem with the fsevents
remote: package,
remote: npm ERR! not with npm itself.
remote: npm ERR! Tell the author that this fails on your system:
remote: npm ERR! node-pre-gyp install --fallback-to-build
remote: npm ERR! You can get information on how to open an issue for this project
remote: with:
remote: npm ERR! npm bugs fsevents
remote: npm ERR! Or if that isn't available, you can get their info via:
remote: npm ERR! npm owner ls fsevents
remote: npm ERR! There is likely additional logging output above.
remote:
remote: npm ERR! Please include the following file with any support request:
remote: npm ERR!
remote: D:\local\LocalAppData.meteor\packages\momentjs_moment\2.15.2\npm\node_modules.temp-p1hska\npm-debug.log
remote:
remote:
remote: cp: cannot create regular file 'D:\local\LocalAppData\meteor-azure\bundle': No such file or directory
remote: Error: Could not find a part of the path 'D:\local\LocalAppData\meteor-azure\bundle'.
remote:
remote: Error - Changes committed to remote repository but deployment to website

Thank you very much.

Greets

npm ERR! code EACCES on `npm install -g json`

Has been working for a while now, but recently started failing. Please note the invalid startup command has never been an issue, when the script was still working it would also warn about this.

  • Script version: 1.1.2

  • Deployment log

Command: bash .config/azure/deploy.sh
Invalid start-up command "meteor --settings settings-development.json" in package.json. Please use the format "node <script relative path>".
Looking for app.js/server.js under site root.
Missing server.js/app.js files, web.config is not generated
The package.json file does not specify node.js engine version constraints.
The node.js application will run with the default node.js version 4.6.2.
Selected npm version null
One or more of the selected node/npm paths do not exist.
meteor-azure: Setting NPM version
npm http GET https://registry.npmjs.org/npm
npm http 304 https://registry.npmjs.org/npm
D:\local\AppData\npm\npm -> D:\local\AppData\npm\node_modules\npm\bin\npm-cli.js
[email protected] D:\local\AppData\npm\node_modules\npm
3.10.9
meteor-azure: Building app
meteor-azure: Deploying bundle
meteor-azure: Installing JSON tool
D:\Program Files (x86)\nodejs\0.10.28
npm WARN checkPermissions Missing write access to D:\Program Files (x86)\nodejs\0.10.28
`-- [email protected]
npm ERR! Windows_NT 6.2.9200

npm ERR! argv "D:\\Program Files (x86)\\nodejs\\0.10.28\\node.exe" "C:\\DWASFiles\\Sites\\#1devmyapp\\AppData\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "json"
npm ERR! node v0.10.28
npm ERR! npm  v3.10.9
meteor-azure: Preparing package.json
npm ERR! path D:\Program Files (x86)\nodejs\0.10.28
npm ERR! code EACCES

npm ERR! Error: EACCES, access 'D:\Program Files (x86)\nodejs\0.10.28'
npm ERR!     at module.exports (C:\DWASFiles\Sites\#1devmyapp\AppData\npm\node_modules\npm\lib\install\access-error.js:4:18)
npm ERR!     at C:\DWASFiles\Sites\#1devmyapp\AppData\npm\node_modules\npm\lib\install\writable.js:30:25
npm ERR!     at C:\DWASFiles\Sites\#1devmyapp\AppData\npm\node_modules\npm\node_modules\graceful-fs\graceful-fs.js:241:16
npm ERR!     at Object.oncomplete (fs.js:107:15)
npm ERR!  { [Error: EACCES, access 'D:\Program Files (x86)\nodejs\0.10.28']
npm ERR!   code: 'EACCES',
npm ERR!   path: 'D:\\Program Files (x86)\\nodejs\\0.10.28' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.

.config/azure/deploy.sh: line 153: json: command not found
meteor-azure: Installing NPM packages
npm ERR! Windows_NT 6.2.9200
npm ERR! argv "D:\\Program Files (x86)\\nodejs\\0.10.28\\node.exe" "C:\\DWASFiles\\Sites\\#1devmyapp\\AppData\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "--production"
npm ERR! node v0.10.28
npm ERR! npm  v3.10.9
npm ERR! file D:\home\site\wwwroot\programs\server\package.json
npm ERR! code EJSONPARSE
An error has occurred during web site deployment.

npm failed
npm ERR! Failed to parse json
npm ERR! No data, empty input at 1:1
npm ERR!
npm ERR! ^
npm ERR! File: D:\home\site\wwwroot\programs\server\package.json
npm ERR! Failed to parse package.json data.
npm ERR! package.json must be actual JSON, not just JavaScript.
npm ERR!
npm ERR! This is not a bug in npm.
npm ERR! Tell the package author to fix their package.json file. JSON.parse

Invalid start-up command "meteor --settings settings-development.json" in package.json. Please use the format "node <script relative path>".\r\nMissing server.js/app.js files, web.config is not generated\r\nnpm http GET https://registry.npmjs.org/npm\r\nnpm http 304 https://registry.npmjs.org/npm\r\nnpm WARN checkPermissions Missing write access to D:\Program Files (x86)\nodejs\0.10.28\r\nnpm ERR! Windows_NT 6.2.9200\r\nnpm ERR! argv "D:\\Program Files (x86)\\nodejs\\0.10.28\\node.exe" "C:\\DWASFiles\\Sites\\#1devmyapp\\AppData\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "json"\r\nnpm ERR! node v0.10.28\r\nnpm ERR! npm  v3.10.9\r\nnpm ERR! path D:\Program Files (x86)\nodejs\0.10.28\r\nnpm ERR! code EACCES\r\n\r\nnpm ERR! Error: EACCES, access 'D:\Program Files (x86)\nodejs\0.10.28'\r\nnpm ERR!     at module.exports (C:\DWASFiles\Sites\#1devmyapp\AppData\npm\node_modules\npm\lib\install\access-error.js:4:18)\r\nnpm ERR!     at C:\DWASFiles\Sites\#1devmyapp\AppData\npm\node_modules\npm\lib\install\writable.js:30:25\r\nnpm ERR!     at C:\DWASFiles\Sites\#1devmyapp\AppData\npm\node_modules\npm\node_modules\graceful-fs\graceful-fs.js:241:16\r\nnpm ERR!     at Object.oncomplete (fs.js:107:15)\r\nnpm ERR!  { [Error: EACCES, access 'D:\Program Files (x86)\nodejs\0.10.28']\r\nnpm ERR!   code: 'EACCES',\r\nnpm ERR!   path: 'D:\\Program Files (x86)\\nodejs\\0.10.28' }\r\nnpm ERR! \r\nnpm ERR! Please try running this command again as root/Administrator.\r\n\r\n.config/azure/deploy.sh: line 153: json: command not found\r\nnpm ERR! Windows_NT 6.2.9200\r\nnpm ERR! argv "D:\\Program Files (x86)\\nodejs\\0.10.28\\node.exe" "C:\\DWASFiles\\Sites\\#1devmyapp\\AppData\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "--production"\r\nnpm ERR! node v0.10.28\r\nnpm ERR! npm  v3.10.9\r\nnpm ERR! file D:\home\site\wwwroot\programs\server\package.json\r\nnpm ERR! code EJSONPARSE\r\n\r\nnpm ERR! Failed to parse json\r\nnpm ERR! No data, empty input at 1:1\r\nnpm ERR! \r\nnpm ERR! ^\r\nnpm ERR! File: D:\home\site\wwwroot\programs\server\package.json\r\nnpm ERR! Failed to parse package.json data.\r\nnpm ERR! package.json must be actual JSON, not just JavaScript.\r\nnpm ERR! \r\nnpm ERR! This is not a bug in npm.\r\nnpm ERR! Tell the package author to fix their package.json file. JSON.parse\r\nD:\Program Files (x86)\SiteExtensions\Kudu\59.51202.2583\bin\Scripts\starter.cmd bash .config/azure/deploy.sh

ERROR! Could not generate Meteor bundle

  • Script version (listed in .config/azure/deploy.sh)
    1.4.5

  • Deployment log

mdell@UK134489 ~/W/R/my-website> git push azure master
Counting objects: 1, done.
Writing objects: 100% (1/1), 182 bytes | 0 bytes/s, done.
Total 1 (delta 0), reused 0 (delta 0)
remote: Updating branch 'master'.
remote: Updating submodules.
remote: Preparing deployment for commit id '48f614b45f'.
remote: Running custom deployment command...
remote: Running deployment command...
remote: meteor-azure: Setting Node version
remote: Version 0.10.40 is already installed.
remote: meteor-azure: Now using Node v0.10.40 (32-bit)
remote: meteor-azure: Setting NPM version
remote: ...
remote: meteor-azure: Now using NPM v1.4.28
remote: meteor-azure: Installing NPM dependencies
remote: ...............
remote: npm WARN package.json [email protected] No README data
remote: ...
remote: meteor-azure: Building app
remote: The system cannot find the path specified.
remote: meteor-azure: ERROR! Could not generate Meteor bundle
remote: 
remote: Error - Changes committed to remote repository but deployment to website failed.

I'm getting this when I run the script. It seems to be failing in build.sh around here...

echo meteor-azure: Building app
cmd //c meteor build "%DEPLOYMENT_TEMP%" --directory --server-only
if [ ! -e "$DEPLOYMENT_TEMP\bundle\programs\server\package.json" ]; then
  echo "meteor-azure: ERROR! Could not generate Meteor bundle"
  exit 1
fi

Presumably it can't find that package.json file. Any ideas?

Failed to complete server initialisation

I am not able to upload my app and I don't know where to start fixing the issue!

This is a heavily customized version of reaction commerce.

-MacOs 10.12.5

  • Meteor 1.4.3.2
    -meteor-azure -v 2.0.6
| => meteor-azure --settings ./settings.json
info:    Authenticating with interactive login...
To sign in, use a web browser to open the page https://aka.ms/devicelogin and enter the code FFY2LMXT3 to authenticate.
info:    Updating Azure application settings
info:    Compiling application bundle
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
warn:    Using default web config
info:    Deploying bundle tarball
info:    Running server initialisation, polling for status...
error:   Failed to complete server initialisation
________________________________________________________________________________
| ~/ecommerce/r6 @ Macs-MacBook-Pro-94 (user) 
| => meteor-azure --settings ./settings.json
info:    Authenticating with interactive login...
To sign in, use a web browser to open the page https://aka.ms/devicelogin and enter the code FF48M8V5D to authenticate.
info:    Updating Azure application settings
info:    Compiling application bundle
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
warn:    Using default web config
info:    Deploying bundle tarball
error:   Request failed with status code 502
________________________________________________________________________________
| ~/ecommerce/r6 @ Macs-MacBook-Pro-94 (user) 
| => meteor-azure --settings ./settings.json
info:    Authenticating with interactive login...
To sign in, use a web browser to open the page https://aka.ms/devicelogin and enter the code F9KAXAQEA to authenticate.
info:    Updating Azure application settings
info:    Compiling application bundle
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
WARN: Output exceeds 32000 characters
warn:    Using default web config
info:    Deploying bundle tarball
info:    Running server initialisation, polling for status...
error:   Failed to complete server initialisation```

Fails with error at 'Authenticating with interactive login'

  • Operating system macOs Sierra

  • Meteor version : 1.4.4.1

  • Package version 2.0.6

When deploying the script no longer waits for me to authenticate using the browser, it immediately exits with errno1, see below:

This only happens on one of my projects, the other project with meteor 1.5.1 deploys fine.

To sign in, use a web browser to open the page https://aka.ms/devicelogin and enter the code DEXXPTHEW to authenticate.
error:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] deploy-azure: `meteor-azure --settings settings-beta.json`
npm ERR! Exit status 1```

Error on install

I have not been able to successfully install meteor-azure. Get the following error in my command line:
error [email protected] install: `node ./build.js

This is the contents of my log file:

0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Users\Blanton\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli 'meteor',
1 verbose cli 'azure' ]
2 info using [email protected]
3 info using [email protected]
4 verbose npm-session b1b9f772a6c16080
5 silly install loadCurrentTree
6 silly install readGlobalPackageData
7 http fetch GET 304 https://registry.npmjs.org/azure 872ms (from cache)
8 http fetch GET 304 https://registry.npmjs.org/meteor 881ms (from cache)
9 silly pacote tag manifest for azure@latest fetched in 887ms
10 silly pacote tag manifest for meteor@latest fetched in 920ms
11 silly install loadIdealTree
12 silly install cloneCurrentTreeToIdealTree
13 silly install loadShrinkwrap
14 silly install loadAllDepsIntoIdealTree
15 silly resolveWithNewModule [email protected] checking installable status
16 silly resolveWithNewModule [email protected] checking installable status
17 http fetch GET 304 https://registry.npmjs.org/azure-asm-compute 232ms (from cache)
18 silly pacote version manifest for [email protected] fetched in 236ms
19 silly resolveWithNewModule [email protected] checking installable status
20 http fetch GET 304 https://registry.npmjs.org/azure-asm-hdinsight 245ms (from cache)
21 silly pacote version manifest for [email protected] fetched in 247ms
22 silly resolveWithNewModule [email protected] checking installable status
23 http fetch GET 304 https://registry.npmjs.org/azure-asm-trafficmanager 219ms (from cache)
24 silly pacote version manifest for [email protected] fetched in 219ms
25 silly resolveWithNewModule [email protected] checking installable status
26 http fetch GET 304 https://registry.npmjs.org/azure-asm-website 216ms (from cache)
27 silly pacote version manifest for [email protected] fetched in 218ms
28 silly resolveWithNewModule [email protected] checking installable status
29 http fetch GET 304 https://registry.npmjs.org/azure-asm-sql 511ms (from cache)
30 silly pacote version manifest for [email protected] fetched in 517ms
31 silly resolveWithNewModule [email protected] checking installable status
32 http fetch GET 304 https://registry.npmjs.org/azure-asm-scheduler 518ms (from cache)
33 silly pacote version manifest for [email protected] fetched in 521ms
34 silly resolveWithNewModule [email protected] checking installable status
35 http fetch GET 304 https://registry.npmjs.org/azure-asm-network 530ms (from cache)
36 silly pacote version manifest for [email protected] fetched in 532ms
37 silly resolveWithNewModule [email protected] checking installable status
38 http fetch GET 304 https://registry.npmjs.org/azure-asm-sb 533ms (from cache)
39 http fetch GET 304 https://registry.npmjs.org/azure-asm-subscription 532ms (from cache)
40 http fetch GET 304 https://registry.npmjs.org/azure-asm-store 534ms (from cache)
41 silly pacote version manifest for [email protected] fetched in 537ms
42 silly resolveWithNewModule [email protected] checking installable status
43 silly pacote version manifest for [email protected] fetched in 537ms
44 silly resolveWithNewModule [email protected] checking installable status
45 silly pacote version manifest for [email protected] fetched in 539ms
46 silly resolveWithNewModule [email protected] checking installable status
47 http fetch GET 304 https://registry.npmjs.org/azure-asm-mgmt 687ms (from cache)
48 http fetch GET 304 https://registry.npmjs.org/azure-asm-storage 687ms (from cache)
49 http fetch GET 304 https://registry.npmjs.org/azure-arm-analysisservices 225ms (from cache)
50 silly pacote version manifest for [email protected] fetched in 694ms
51 silly resolveWithNewModule [email protected] checking installable status
52 silly pacote version manifest for [email protected] fetched in 692ms
53 silly resolveWithNewModule [email protected] checking installable status
54 silly pacote version manifest for [email protected] fetched in 232ms
55 silly resolveWithNewModule [email protected] checking installable status
56 http fetch GET 304 https://registry.npmjs.org/azure-arm-automation 194ms (from cache)
57 http fetch GET 304 https://registry.npmjs.org/azure-arm-authorization 199ms (from cache)
58 silly pacote version manifest for [email protected] fetched in 196ms
59 silly resolveWithNewModule [email protected] checking installable status
60 silly pacote version manifest for [email protected] fetched in 201ms
61 silly resolveWithNewModule [email protected] checking installable status
62 http fetch GET 304 https://registry.npmjs.org/azure-arm-batch 191ms (from cache)
63 silly pacote version manifest for [email protected] fetched in 193ms
64 silly resolveWithNewModule [email protected] checking installable status
65 http fetch GET 304 https://registry.npmjs.org/azure-arm-billing 200ms (from cache)
66 silly pacote version manifest for [email protected] fetched in 202ms
67 silly resolveWithNewModule [email protected] checking installable status
68 http fetch GET 304 https://registry.npmjs.org/azure-arm-cdn 206ms (from cache)
69 silly pacote version manifest for [email protected] fetched in 207ms
70 silly resolveWithNewModule [email protected] checking installable status
71 http fetch GET 304 https://registry.npmjs.org/azure-arm-cognitiveservices 211ms (from cache)
72 silly pacote version manifest for [email protected] fetched in 212ms
73 silly resolveWithNewModule [email protected] checking installable status
74 http fetch GET 304 https://registry.npmjs.org/azure-arm-advisor 356ms (from cache)
75 silly pacote version manifest for [email protected] fetched in 357ms
76 silly resolveWithNewModule [email protected] checking installable status
77 http fetch GET 304 https://registry.npmjs.org/azure-arm-containerregistry 225ms (from cache)
78 http fetch GET 304 https://registry.npmjs.org/azure-arm-compute 227ms (from cache)
79 http fetch GET 304 https://registry.npmjs.org/azure-arm-commerce 227ms (from cache)
80 silly pacote version manifest for [email protected] fetched in 227ms
81 silly resolveWithNewModule [email protected] checking installable status
82 silly pacote version manifest for [email protected] fetched in 229ms
83 silly resolveWithNewModule [email protected] checking installable status
84 silly pacote version manifest for [email protected] fetched in 230ms
85 silly resolveWithNewModule [email protected] checking installable status
86 http fetch GET 304 https://registry.npmjs.org/azure-arm-customerinsights 206ms (from cache)
87 http fetch GET 304 https://registry.npmjs.org/azure-arm-datalake-store 207ms (from cache)
88 http fetch GET 304 https://registry.npmjs.org/azure-arm-datalake-analytics 216ms (from cache)
89 silly pacote version manifest for [email protected] fetched in 217ms
90 silly resolveWithNewModule [email protected] checking installable status
91 silly pacote version manifest for [email protected] fetched in 211ms
92 silly resolveWithNewModule [email protected] checking installable status
93 silly pacote version manifest for [email protected] fetched in 220ms
94 silly resolveWithNewModule [email protected] checking installable status
95 http fetch GET 304 https://registry.npmjs.org/azure-arm-dns 212ms (from cache)
96 http fetch GET 304 https://registry.npmjs.org/azure-arm-documentdb 208ms (from cache)
97 silly pacote version manifest for [email protected] fetched in 213ms
98 silly resolveWithNewModule [email protected] checking installable status
99 silly pacote version manifest for [email protected] fetched in 211ms
100 silly resolveWithNewModule [email protected] checking installable status
101 http fetch GET 304 https://registry.npmjs.org/azure-arm-eventhub 213ms (from cache)
102 silly pacote version manifest for [email protected] fetched in 216ms
103 silly resolveWithNewModule [email protected] checking installable status
104 http fetch GET 304 https://registry.npmjs.org/azure-arm-devtestlabs 373ms (from cache)
105 silly pacote version manifest for [email protected] fetched in 375ms
106 silly resolveWithNewModule [email protected] checking installable status
107 http fetch GET 304 https://registry.npmjs.org/azure-arm-hdinsight 201ms (from cache)
108 http fetch GET 304 https://registry.npmjs.org/azure-arm-insights 201ms (from cache)
109 silly pacote version manifest for [email protected] fetched in 202ms
110 silly resolveWithNewModule [email protected] checking installable status
111 silly pacote version manifest for [email protected] fetched in 204ms
112 silly resolveWithNewModule [email protected] checking installable status
113 http fetch GET 304 https://registry.npmjs.org/azure-arm-hdinsight-jobs 207ms (from cache)
114 silly pacote version manifest for [email protected] fetched in 209ms
115 silly resolveWithNewModule [email protected] checking installable status
116 http fetch GET 304 https://registry.npmjs.org/azure-arm-iothub 271ms (from cache)
117 http fetch GET 304 https://registry.npmjs.org/azure-arm-keyvault 272ms (from cache)
118 http fetch GET 304 https://registry.npmjs.org/azure-arm-logic 248ms (from cache)
119 http fetch GET 304 https://registry.npmjs.org/azure-arm-intune 276ms (from cache)
120 silly pacote version manifest for [email protected] fetched in 273ms
121 silly resolveWithNewModule [email protected] checking installable status
122 silly pacote version manifest for [email protected] fetched in 275ms
123 silly resolveWithNewModule [email protected] checking installable status
124 silly pacote version manifest for [email protected] fetched in 251ms
125 silly resolveWithNewModule [email protected] checking installable status
126 silly pacote version manifest for [email protected] fetched in 279ms
127 silly resolveWithNewModule [email protected] checking installable status
128 http fetch GET 304 https://registry.npmjs.org/azure-arm-machinelearning 256ms (from cache)
129 silly pacote version manifest for [email protected] fetched in 259ms
130 silly resolveWithNewModule [email protected] checking installable status
131 http fetch GET 304 https://registry.npmjs.org/azure-arm-mediaservices 199ms (from cache)
132 silly pacote version manifest for [email protected] fetched in 202ms
133 silly resolveWithNewModule [email protected] checking installable status
134 http fetch GET 304 https://registry.npmjs.org/azure-arm-network 232ms (from cache)
135 http fetch GET 304 https://registry.npmjs.org/azure-arm-operationalinsights 225ms (from cache)
136 silly pacote version manifest for [email protected] fetched in 234ms
137 silly resolveWithNewModule [email protected] checking installable status
138 silly pacote version manifest for [email protected] fetched in 226ms
139 silly resolveWithNewModule [email protected] checking installable status
140 http fetch GET 304 https://registry.npmjs.org/azure-arm-powerbiembedded 221ms (from cache)
141 silly pacote version manifest for [email protected] fetched in 225ms
142 silly resolveWithNewModule [email protected] checking installable status
143 http fetch GET 304 https://registry.npmjs.org/azure-arm-notificationhubs 237ms (from cache)
144 silly pacote version manifest for [email protected] fetched in 237ms
145 silly resolveWithNewModule [email protected] checking installable status
146 http fetch GET 304 https://registry.npmjs.org/azure-arm-recoveryservices 264ms (from cache)
147 http fetch GET 304 https://registry.npmjs.org/azure-arm-rediscache 265ms (from cache)
148 http fetch GET 304 https://registry.npmjs.org/azure-arm-relay 264ms (from cache)
149 http fetch GET 304 https://registry.npmjs.org/azure-arm-recoveryservicesbackup 266ms (from cache)
150 silly pacote version manifest for [email protected] fetched in 266ms
151 silly resolveWithNewModule [email protected] checking installable status
152 silly pacote version manifest for [email protected] fetched in 267ms
153 silly resolveWithNewModule [email protected] checking installable status
154 http fetch GET 304 https://registry.npmjs.org/azure-arm-resource 259ms (from cache)
155 http fetch GET 304 https://registry.npmjs.org/azure-arm-sb 246ms (from cache)
156 silly pacote version manifest for [email protected] fetched in 267ms
157 silly resolveWithNewModule [email protected] checking installable status
158 silly pacote version manifest for [email protected] fetched in 270ms
159 silly resolveWithNewModule [email protected] checking installable status
160 silly pacote version manifest for [email protected] fetched in 249ms
161 silly resolveWithNewModule [email protected] checking installable status
162 silly pacote version manifest for [email protected] fetched in 263ms
163 silly resolveWithNewModule [email protected] checking installable status
164 http fetch GET 304 https://registry.npmjs.org/azure-arm-scheduler 241ms (from cache)
165 http fetch GET 304 https://registry.npmjs.org/azure-arm-search 240ms (from cache)
166 http fetch GET 304 https://registry.npmjs.org/azure-arm-servicefabric 229ms (from cache)
167 http fetch GET 304 https://registry.npmjs.org/azure-arm-servermanagement 236ms (from cache)
168 silly pacote version manifest for [email protected] fetched in 243ms
169 silly resolveWithNewModule [email protected] checking installable status
170 silly pacote version manifest for [email protected] fetched in 243ms
171 silly resolveWithNewModule [email protected] checking installable status
172 silly pacote version manifest for [email protected] fetched in 233ms
173 silly resolveWithNewModule [email protected] checking installable status
174 silly pacote version manifest for [email protected] fetched in 239ms
175 silly resolveWithNewModule [email protected] checking installable status
176 http fetch GET 304 https://registry.npmjs.org/azure-arm-sql 223ms (from cache)
177 http fetch GET 304 https://registry.npmjs.org/azure-arm-trafficmanager 218ms (from cache)
178 http fetch GET 304 https://registry.npmjs.org/azure-arm-servicemap 225ms (from cache)
179 http fetch GET 304 https://registry.npmjs.org/azure-arm-website 217ms (from cache)
180 silly pacote version manifest for [email protected] fetched in 227ms
181 silly resolveWithNewModule [email protected] checking installable status
182 silly pacote version manifest for [email protected] fetched in 224ms
183 silly resolveWithNewModule [email protected] checking installable status
184 silly pacote version manifest for [email protected] fetched in 232ms
185 silly resolveWithNewModule [email protected] checking installable status
186 silly pacote version manifest for [email protected] fetched in 226ms
187 silly resolveWithNewModule [email protected] checking installable status
188 http fetch GET 304 https://registry.npmjs.org/azure-arm-storage 240ms (from cache)
189 silly pacote version manifest for [email protected] fetched in 243ms
190 silly resolveWithNewModule [email protected] checking installable status
191 http fetch GET 304 https://registry.npmjs.org/azure-batch 190ms (from cache)
192 silly pacote version manifest for [email protected] fetched in 191ms
193 silly resolveWithNewModule [email protected] checking installable status
194 http fetch GET 304 https://registry.npmjs.org/azure-gallery 192ms (from cache)
195 silly pacote version manifest for [email protected] fetched in 193ms
196 silly resolveWithNewModule [email protected] checking installable status
197 http fetch GET 304 https://registry.npmjs.org/azure-common 198ms (from cache)
198 silly pacote version manifest for [email protected] fetched in 199ms
199 silly resolveWithNewModule [email protected] checking installable status
200 http fetch GET 304 https://registry.npmjs.org/azure-arm-storageimportexport 356ms (from cache)
201 silly pacote version manifest for [email protected] fetched in 357ms
202 silly resolveWithNewModule [email protected] checking installable status
203 http fetch GET 304 https://registry.npmjs.org/azure-insights 208ms (from cache)
204 silly pacote version manifest for [email protected] fetched in 209ms
205 silly resolveWithNewModule [email protected] checking installable status
206 http fetch GET 304 https://registry.npmjs.org/azure-monitoring 214ms (from cache)
207 http fetch GET 304 https://registry.npmjs.org/azure-sb 211ms (from cache)
208 http fetch GET 304 https://registry.npmjs.org/azure-keyvault 215ms (from cache)
209 silly pacote version manifest for [email protected] fetched in 215ms
210 silly resolveWithNewModule [email protected] checking installable status
211 silly pacote version manifest for [email protected] fetched in 213ms
212 silly resolveWithNewModule [email protected] checking installable status
213 silly pacote version manifest for [email protected] fetched in 217ms
214 silly resolveWithNewModule [email protected] checking installable status
215 http fetch GET 304 https://registry.npmjs.org/azure-graph 345ms (from cache)
216 silly pacote version manifest for [email protected] fetched in 346ms
217 silly resolveWithNewModule [email protected] checking installable status
218 http fetch GET 304 https://registry.npmjs.org/mime 153ms (from cache)
219 silly pacote range manifest for mime@1.2.4 fetched in 157ms
220 silly resolveWithNewModule [email protected] checking installable status
221 http fetch GET 304 https://registry.npmjs.org/azure-scheduler 188ms (from cache)
222 silly pacote version manifest for [email protected] fetched in 190ms
223 silly resolveWithNewModule [email protected] checking installable status
224 http fetch GET 304 https://registry.npmjs.org/azure-storage 185ms (from cache)
225 silly pacote version manifest for [email protected] fetched in 186ms
226 silly resolveWithNewModule [email protected] checking installable status
227 http fetch GET 304 https://registry.npmjs.org/ms-rest-azure 206ms (from cache)
228 silly pacote range manifest for ms-rest-azure@^2.0.1 fetched in 209ms
229 silly resolveWithNewModule [email protected] checking installable status
230 http fetch GET 304 https://registry.npmjs.org/underscore 180ms (from cache)
231 http fetch GET 304 https://registry.npmjs.org/moment 183ms (from cache)
232 http fetch GET 304 https://registry.npmjs.org/request 184ms (from cache)
233 silly pacote range manifest for [email protected] fetched in 186ms
234 silly resolveWithNewModule [email protected] checking installable status
235 http fetch GET 304 https://registry.npmjs.org/azure-servicefabric 393ms (from cache)
236 silly pacote range manifest for moment@^2.18.1 fetched in 190ms
237 silly resolveWithNewModule [email protected] checking installable status
238 silly pacote range manifest for request@^2.81.0 fetched in 190ms
239 silly resolveWithNewModule [email protected] checking installable status
240 silly pacote version manifest for [email protected] fetched in 396ms
241 silly resolveWithNewModule [email protected] checking installable status
242 http fetch GET 304 https://registry.npmjs.org/uuid 174ms (from cache)
243 http fetch GET 304 https://registry.npmjs.org/ms-rest 199ms (from cache)
244 silly pacote range manifest for uuid@^3.0.1 fetched in 176ms
245 silly resolveWithNewModule [email protected] checking installable status
246 silly pacote range manifest for ms-rest@^2.0.0 fetched in 200ms
247 silly resolveWithNewModule [email protected] checking installable status
248 http fetch GET 304 https://registry.npmjs.org/is-stream 180ms (from cache)
249 http fetch GET 304 https://registry.npmjs.org/duplexer 181ms (from cache)
250 http fetch GET 304 https://registry.npmjs.org/through 181ms (from cache)
251 http fetch GET 304 https://registry.npmjs.org/is-buffer 181ms (from cache)
252 silly pacote range manifest for is-stream@^1.1.0 fetched in 189ms
253 silly resolveWithNewModule [email protected] checking installable status
254 silly pacote range manifest for duplexer@0.1.1 fetched in 190ms
255 silly resolveWithNewModule [email protected] checking installable status
256 silly pacote range manifest for through@2.3.4 fetched in 191ms
257 silly resolveWithNewModule [email protected] checking installable status
258 silly pacote range manifest for is-buffer@^1.1.5 fetched in 191ms
259 silly resolveWithNewModule [email protected] checking installable status
260 http fetch GET 304 https://registry.npmjs.org/tunnel 198ms (from cache)
261 silly pacote range manifest for tunnel@0.0.2 fetched in 199ms
262 silly resolveWithNewModule [email protected] checking installable status
263 http fetch GET 304 https://registry.npmjs.org/@types%2fuuid 363ms (from cache)
264 http fetch GET 304 https://registry.npmjs.org/@types%2frequest 365ms (from cache)
265 silly pacote range manifest for @types/uuid@^2.0.29 fetched in 367ms
266 silly resolveWithNewModule @types/[email protected] checking installable status
267 silly pacote range manifest for @types/request@^0.0.42 fetched in 368ms
268 silly resolveWithNewModule @types/[email protected] checking installable status
269 http fetch GET 304 https://registry.npmjs.org/@types%2fnode 369ms (from cache)
270 silly pacote range manifest for @types/node@^7.0.10 fetched in 376ms
271 silly resolveWithNewModule @types/[email protected] checking installable status
272 http fetch GET 304 https://registry.npmjs.org/@types%2fform-data 366ms (from cache)
273 silly pacote range manifest for @types/form-data@* fetched in 375ms
274 silly resolveWithNewModule @types/[email protected] checking installable status
275 http fetch GET 304 https://registry.npmjs.org/caseless 215ms (from cache)
276 http fetch GET 304 https://registry.npmjs.org/forever-agent 217ms (from cache)
277 silly pacote range manifest for caseless@0.12.0 fetched in 218ms
278 silly resolveWithNewModule [email protected] checking installable status
279 http fetch GET 304 https://registry.npmjs.org/combined-stream 224ms (from cache)
280 http fetch GET 304 https://registry.npmjs.org/aws4 224ms (from cache)
281 http fetch GET 304 https://registry.npmjs.org/extend 225ms (from cache)
282 http fetch GET 304 https://registry.npmjs.org/form-data 225ms (from cache)
283 http fetch GET 304 https://registry.npmjs.org/aws-sign2 226ms (from cache)
284 silly pacote range manifest for forever-agent@0.6.1 fetched in 228ms
285 silly resolveWithNewModule [email protected] checking installable status
286 http fetch GET 304 https://registry.npmjs.org/har-validator 229ms (from cache)
287 http fetch GET 304 https://registry.npmjs.org/http-signature 228ms (from cache)
288 silly pacote range manifest for combined-stream@1.0.5 fetched in 234ms
289 silly resolveWithNewModule [email protected] checking installable status
290 silly pacote range manifest for extend@3.0.0 fetched in 235ms
291 silly resolveWithNewModule [email protected] checking installable status
292 silly pacote range manifest for aws4@^1.2.1 fetched in 236ms
293 silly resolveWithNewModule [email protected] checking installable status
294 http fetch GET 304 https://registry.npmjs.org/hawk 237ms (from cache)
295 silly pacote range manifest for form-data@2.1.1 fetched in 237ms
296 silly resolveWithNewModule [email protected] checking installable status
297 silly pacote range manifest for aws-sign2@0.6.0 fetched in 239ms
298 silly resolveWithNewModule [email protected] checking installable status
299 silly pacote range manifest for har-validator@4.2.1 fetched in 242ms
300 silly resolveWithNewModule [email protected] checking installable status
301 silly pacote range manifest for http-signature@1.1.0 fetched in 243ms
302 silly resolveWithNewModule [email protected] checking installable status
303 silly pacote range manifest for hawk@3.1.3 fetched in 250ms
304 silly resolveWithNewModule [email protected] checking installable status
305 http fetch GET 304 https://registry.npmjs.org/is-typedarray 199ms (from cache)
306 silly pacote range manifest for is-typedarray@1.0.0 fetched in 201ms
307 silly resolveWithNewModule [email protected] checking installable status
308 http fetch GET 304 https://registry.npmjs.org/json-stringify-safe 195ms (from cache)
309 http fetch GET 304 https://registry.npmjs.org/qs 189ms (from cache)
310 http fetch GET 304 https://registry.npmjs.org/oauth-sign 192ms (from cache)
311 http fetch GET 304 https://registry.npmjs.org/isstream 203ms (from cache)
312 http fetch GET 304 https://registry.npmjs.org/safe-buffer 189ms (from cache)
313 http fetch GET 304 https://registry.npmjs.org/stringstream 187ms (from cache)
314 http fetch GET 304 https://registry.npmjs.org/performance-now 192ms (from cache)
315 http fetch GET 304 https://registry.npmjs.org/mime-types 195ms (from cache)
316 http fetch GET 304 https://registry.npmjs.org/tough-cookie 182ms (from cache)
317 silly pacote range manifest for qs@6.4.0 fetched in 193ms
318 silly resolveWithNewModule [email protected] checking installable status
319 silly pacote range manifest for json-stringify-safe@5.0.1 fetched in 200ms
320 silly resolveWithNewModule [email protected] checking installable status
321 silly pacote range manifest for oauth-sign@0.8.1 fetched in 197ms
322 silly resolveWithNewModule [email protected] checking installable status
323 silly pacote range manifest for safe-buffer@^5.0.1 fetched in 195ms
324 silly resolveWithNewModule [email protected] checking installable status
325 silly pacote range manifest for isstream@0.1.2 fetched in 208ms
326 silly resolveWithNewModule [email protected] checking installable status
327 silly pacote range manifest for stringstream@0.0.4 fetched in 193ms
328 silly resolveWithNewModule [email protected] checking installable status
329 silly pacote range manifest for performance-now@^0.2.0 fetched in 197ms
330 silly resolveWithNewModule [email protected] checking installable status
331 silly pacote range manifest for mime-types@2.1.7 fetched in 200ms
332 silly resolveWithNewModule [email protected] checking installable status
333 silly pacote range manifest for tough-cookie@2.3.0 fetched in 187ms
334 silly resolveWithNewModule [email protected] checking installable status
335 http fetch GET 304 https://registry.npmjs.org/tunnel-agent 167ms (from cache)
336 silly pacote range manifest for tunnel-agent@^0.6.0 fetched in 169ms
337 silly resolveWithNewModule [email protected] checking installable status
338 http fetch GET 304 https://registry.npmjs.org/delayed-stream 159ms (from cache)
339 silly pacote range manifest for delayed-stream@1.0.0 fetched in 162ms
340 silly resolveWithNewModule [email protected] checking installable status
341 http fetch GET 304 https://registry.npmjs.org/asynckit 175ms (from cache)
342 silly pacote range manifest for asynckit@^0.4.0 fetched in 178ms
343 silly resolveWithNewModule [email protected] checking installable status
344 http fetch GET 304 https://registry.npmjs.org/mime-db 170ms (from cache)
345 silly pacote range manifest for mime-db@1.27.0 fetched in 176ms
346 silly resolveWithNewModule [email protected] checking installable status
347 http fetch GET 304 https://registry.npmjs.org/ajv 168ms (from cache)
348 silly pacote range manifest for ajv@^4.9.1 fetched in 188ms
349 silly resolveWithNewModule [email protected] checking installable status
350 http fetch GET 304 https://registry.npmjs.org/har-schema 189ms (from cache)
351 silly pacote range manifest for har-schema@^1.0.5 fetched in 190ms
352 silly resolveWithNewModule [email protected] checking installable status
353 http fetch GET 304 https://registry.npmjs.org/co 165ms (from cache)
354 silly pacote range manifest for co@^4.6.0 fetched in 168ms
355 silly resolveWithNewModule [email protected] checking installable status
356 http fetch GET 304 https://registry.npmjs.org/json-stable-stringify 170ms (from cache)
357 silly pacote range manifest for json-stable-stringify@^1.0.1 fetched in 173ms
358 silly resolveWithNewModule [email protected] checking installable status
359 http fetch GET 304 https://registry.npmjs.org/jsonify 165ms (from cache)
360 silly pacote range manifest for jsonify@0.0.0 fetched in 173ms
361 silly resolveWithNewModule [email protected] checking installable status
362 http fetch GET 304 https://registry.npmjs.org/boom 166ms (from cache)
363 silly pacote range manifest for [email protected] fetched in 169ms
364 silly resolveWithNewModule [email protected] checking installable status
365 http fetch GET 304 https://registry.npmjs.org/cryptiles 168ms (from cache)
366 silly pacote range manifest for [email protected] fetched in 170ms
367 silly resolveWithNewModule [email protected] checking installable status
368 http fetch GET 304 https://registry.npmjs.org/hoek 172ms (from cache)
369 silly pacote range manifest for [email protected] fetched in 177ms
370 silly resolveWithNewModule [email protected] checking installable status
371 http fetch GET 304 https://registry.npmjs.org/sntp 176ms (from cache)
372 silly pacote range manifest for [email protected] fetched in 178ms
373 silly resolveWithNewModule [email protected] checking installable status
374 http fetch GET 304 https://registry.npmjs.org/jsprim 182ms (from cache)
375 http fetch GET 304 https://registry.npmjs.org/assert-plus 184ms (from cache)
376 silly pacote range manifest for jsprim@^1.2.2 fetched in 184ms
377 silly resolveWithNewModule [email protected] checking installable status
378 silly pacote range manifest for assert-plus@^0.2.0 fetched in 186ms
379 silly resolveWithNewModule [email protected] checking installable status
380 http fetch GET 304 https://registry.npmjs.org/sshpk 186ms (from cache)
381 silly pacote range manifest for sshpk@^1.7.0 fetched in 188ms
382 silly resolveWithNewModule [email protected] checking installable status
383 silly pacote version manifest for [email protected] fetched in 5ms
384 silly resolveWithNewModule [email protected] checking installable status
385 http fetch GET 304 https://registry.npmjs.org/extsprintf 170ms (from cache)
386 http fetch GET 304 https://registry.npmjs.org/verror 172ms (from cache)
387 silly pacote version manifest for [email protected] fetched in 173ms
388 silly resolveWithNewModule [email protected] checking installable status
389 silly pacote version manifest for [email protected] fetched in 173ms
390 silly resolveWithNewModule [email protected] checking installable status
391 http fetch GET 304 https://registry.npmjs.org/json-schema 175ms (from cache)
392 silly pacote version manifest for [email protected] fetched in 176ms
393 silly resolveWithNewModule [email protected] checking installable status
394 silly pacote range manifest for assert-plus@^1.0.0 fetched in 9ms
395 silly resolveWithNewModule [email protected] checking installable status
396 http fetch GET 304 https://registry.npmjs.org/jsbn 193ms (from cache)
397 http fetch GET 304 https://registry.npmjs.org/dashdash 196ms (from cache)
398 http fetch GET 304 https://registry.npmjs.org/asn1 198ms (from cache)
399 silly pacote range manifest for jsbn@0.1.0 fetched in 196ms
400 silly resolveWithNewModule [email protected] checking installable status
401 http fetch GET 304 https://registry.npmjs.org/getpass 197ms (from cache)
402 silly pacote range manifest for dashdash@^1.12.0 fetched in 200ms
403 silly resolveWithNewModule [email protected] checking installable status
404 silly pacote range manifest for asn1@0.2.3 fetched in 202ms
405 silly resolveWithNewModule [email protected] checking installable status
406 silly pacote range manifest for getpass@^0.1.1 fetched in 202ms
407 silly resolveWithNewModule [email protected] checking installable status
408 http fetch GET 304 https://registry.npmjs.org/bcrypt-pbkdf 199ms (from cache)
409 http fetch GET 304 https://registry.npmjs.org/tweetnacl 200ms (from cache)
410 http fetch GET 304 https://registry.npmjs.org/ecc-jsbn 201ms (from cache)
411 silly pacote range manifest for bcrypt-pbkdf@^1.0.0 fetched in 201ms
412 silly resolveWithNewModule [email protected] checking installable status
413 silly pacote range manifest for tweetnacl@0.14.0 fetched in 203ms
414 silly resolveWithNewModule [email protected] checking installable status
415 silly pacote range manifest for ecc-jsbn@0.1.1 fetched in 203ms
416 silly resolveWithNewModule [email protected] checking installable status
417 silly pacote range manifest for assert-plus@^1.0.0 fetched in 1ms
418 silly resolveWithNewModule [email protected] checking installable status
419 silly pacote range manifest for assert-plus@^1.0.0 fetched in 1ms
420 silly resolveWithNewModule [email protected] checking installable status
421 http fetch GET 304 https://registry.npmjs.org/punycode 174ms (from cache)
422 silly pacote range manifest for punycode@^1.4.1 fetched in 184ms
423 silly resolveWithNewModule [email protected] checking installable status
424 http fetch GET 304 https://registry.npmjs.org/async 172ms (from cache)
425 silly pacote version manifest for [email protected] fetched in 175ms
426 silly resolveWithNewModule [email protected] checking installable status
427 http fetch GET 304 https://registry.npmjs.org/adal-node 374ms (from cache)
428 silly pacote range manifest for adal-node@^0.1.17 fetched in 378ms
429 silly resolveWithNewModule [email protected] checking installable status
430 silly pacote range manifest for async@>=0.6.0 fetched in 2ms
431 silly resolveWithNewModule [email protected] checking installable status
432 http fetch GET 304 https://registry.npmjs.org/node-uuid 153ms (from cache)
433 silly pacote version manifest for [email protected] fetched in 155ms
434 warn deprecated [email protected]: Use uuid module instead
435 silly resolveWithNewModule [email protected] checking installable status
436 http fetch GET 304 https://registry.npmjs.org/xmldom 168ms (from cache)
437 silly pacote range manifest for xmldom@>= 0.1.x fetched in 170ms
438 silly resolveWithNewModule [email protected] checking installable status
439 http fetch GET 304 https://registry.npmjs.org/xpath.js 189ms (from cache)
440 silly pacote range manifest for xpath.js@1.0.5 fetched in 190ms
441 silly resolveWithNewModule [email protected] checking installable status
442 http fetch GET 304 https://registry.npmjs.org/jws 193ms (from cache)
443 silly pacote range manifest for [email protected] fetched in 194ms
444 silly resolveWithNewModule [email protected] checking installable status
445 http fetch GET 304 https://registry.npmjs.org/date-utils 362ms (from cache)
446 silly pacote range manifest for date-utils@* fetched in 367ms
447 silly resolveWithNewModule [email protected] checking installable status
448 http fetch GET 304 https://registry.npmjs.org/lodash 170ms (from cache)
449 silly pacote range manifest for lodash@^4.14.0 fetched in 173ms
450 silly resolveWithNewModule [email protected] checking installable status
451 http fetch GET 304 https://registry.npmjs.org/jwa 239ms (from cache)
452 silly pacote range manifest for jwa@^1.1.4 fetched in 243ms
453 silly resolveWithNewModule [email protected] checking installable status
454 http fetch GET 304 https://registry.npmjs.org/base64url 249ms (from cache)
455 silly pacote range manifest for base64url@^2.0.0 fetched in 253ms
456 silly resolveWithNewModule [email protected] checking installable status
457 http fetch GET 304 https://registry.npmjs.org/buffer-equal-constant-time 133ms (from cache)
458 http fetch GET 304 https://registry.npmjs.org/ecdsa-sig-formatter 134ms (from cache)
459 silly pacote version manifest for [email protected] fetched in 138ms
460 silly resolveWithNewModule [email protected] checking installable status
461 silly pacote version manifest for [email protected] fetched in 141ms
462 silly resolveWithNewModule [email protected] checking installable status
463 silly pacote range manifest for request@2.74.0 fetched in 9ms
464 silly resolveWithNewModule [email protected] checking installable status
465 http fetch GET 304 https://registry.npmjs.org/xmlbuilder 46ms (from cache)
466 silly pacote version manifest for [email protected] fetched in 47ms
467 silly resolveWithNewModule [email protected] checking installable status
468 http fetch GET 304 https://registry.npmjs.org/xml2js 50ms (from cache)
469 silly pacote version manifest for [email protected] fetched in 52ms
470 silly resolveWithNewModule [email protected] checking installable status
471 http fetch GET 304 https://registry.npmjs.org/dateformat 86ms (from cache)
472 silly pacote version manifest for [email protected] fetched in 88ms
473 silly resolveWithNewModule [email protected] checking installable status
474 http fetch GET 304 https://registry.npmjs.org/validator 95ms (from cache)
475 silly pacote range manifest for validator@3.22.2 fetched in 115ms
476 silly resolveWithNewModule [email protected] checking installable status
477 http fetch GET 304 https://registry.npmjs.org/envconf 117ms (from cache)
478 silly pacote range manifest for envconf@0.0.4 fetched in 118ms
479 silly resolveWithNewModule [email protected] checking installable status
480 silly pacote range manifest for caseless@0.11.0 fetched in 10ms
481 silly resolveWithNewModule [email protected] checking installable status
482 silly pacote range manifest for har-validator@2.0.6 fetched in 11ms
483 silly resolveWithNewModule [email protected] checking installable status
484 silly pacote range manifest for qs@6.2.0 fetched in 12ms
485 silly resolveWithNewModule [email protected] checking installable status
486 silly pacote range manifest for form-data@1.0.0-rc4 fetched in 12ms
487 silly resolveWithNewModule [email protected] checking installable status
488 silly pacote range manifest for node-uuid@1.4.7 fetched in 13ms
489 warn deprecated [email protected]: Use uuid module instead
490 silly resolveWithNewModule [email protected] checking installable status
491 silly pacote range manifest for tunnel-agent@0.4.1 fetched in 18ms
492 silly resolveWithNewModule [email protected] checking installable status
493 http fetch GET 304 https://registry.npmjs.org/bl 88ms (from cache)
494 silly pacote range manifest for bl@1.1.2 fetched in 104ms
495 silly resolveWithNewModule [email protected] checking installable status
496 http fetch GET 304 https://registry.npmjs.org/readable-stream 87ms (from cache)
497 silly pacote range manifest for readable-stream@2.0.5 fetched in 92ms
498 silly resolveWithNewModule [email protected] checking installable status
499 http fetch GET 304 https://registry.npmjs.org/string_decoder 105ms (from cache)
500 http fetch GET 304 https://registry.npmjs.org/process-nextick-args 106ms (from cache)
501 http fetch GET 304 https://registry.npmjs.org/util-deprecate 107ms (from cache)
502 http fetch GET 304 https://registry.npmjs.org/core-util-is 108ms (from cache)
503 silly pacote range manifest for string_decoder@0.10.x fetched in 108ms
504 silly resolveWithNewModule [email protected] checking installable status
505 http fetch GET 304 https://registry.npmjs.org/isarray 109ms (from cache)
506 http fetch GET 304 https://registry.npmjs.org/inherits 110ms (from cache)
507 silly pacote range manifest for process-nextick-args@1.0.6 fetched in 109ms
508 silly resolveWithNewModule [email protected] checking installable status
509 silly pacote range manifest for util-deprecate@1.0.1 fetched in 110ms
510 silly resolveWithNewModule [email protected] checking installable status
511 silly pacote range manifest for core-util-is@1.0.0 fetched in 111ms
512 silly resolveWithNewModule [email protected] checking installable status
513 silly pacote range manifest for isarray@1.0.0 fetched in 112ms
514 silly resolveWithNewModule [email protected] checking installable status
515 silly pacote range manifest for inherits@2.0.1 fetched in 112ms
516 silly resolveWithNewModule [email protected] checking installable status
517 silly pacote range manifest for async@^2.0.1 fetched in 2ms
518 silly resolveWithNewModule [email protected] checking installable status
519 http fetch GET 304 https://registry.npmjs.org/is-my-json-valid 82ms (from cache)
520 silly pacote range manifest for is-my-json-valid@^2.12.4 fetched in 85ms
521 silly resolveWithNewModule [email protected] checking installable status
522 http fetch GET 304 https://registry.npmjs.org/commander 86ms (from cache)
523 silly pacote range manifest for commander@^2.9.0 fetched in 89ms
524 silly resolveWithNewModule [email protected] checking installable status
525 http fetch GET 304 https://registry.npmjs.org/pinkie-promise 89ms (from cache)
526 silly pacote range manifest for pinkie-promise@^2.0.0 fetched in 91ms
527 silly resolveWithNewModule [email protected] checking installable status
528 http fetch GET 304 https://registry.npmjs.org/chalk 94ms (from cache)
529 silly pacote range manifest for chalk@^1.1.1 fetched in 96ms
530 silly resolveWithNewModule [email protected] checking installable status
531 http fetch GET 304 https://registry.npmjs.org/has-ansi 97ms (from cache)
532 http fetch GET 304 https://registry.npmjs.org/escape-string-regexp 100ms (from cache)
533 silly pacote range manifest for has-ansi@^2.0.0 fetched in 99ms
534 silly resolveWithNewModule [email protected] checking installable status
535 http fetch GET 304 https://registry.npmjs.org/ansi-styles 101ms (from cache)
536 silly pacote range manifest for escape-string-regexp@^1.0.2 fetched in 102ms
537 silly resolveWithNewModule [email protected] checking installable status
538 http fetch GET 304 https://registry.npmjs.org/supports-color 101ms (from cache)
539 silly pacote range manifest for ansi-styles@^2.2.1 fetched in 104ms
540 silly resolveWithNewModule [email protected] checking installable status
541 silly pacote range manifest for supports-color@^2.0.0 fetched in 104ms
542 silly resolveWithNewModule [email protected] checking installable status
543 http fetch GET 304 https://registry.npmjs.org/strip-ansi 105ms (from cache)
544 silly pacote range manifest for strip-ansi@^3.0.0 fetched in 106ms
545 silly resolveWithNewModule [email protected] checking installable status
546 http fetch GET 304 https://registry.npmjs.org/ansi-regex 88ms (from cache)
547 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 92ms
548 silly resolveWithNewModule [email protected] checking installable status
549 http fetch GET 304 https://registry.npmjs.org/graceful-readlink 98ms (from cache)
550 silly pacote range manifest for graceful-readlink@>= 1.0.0 fetched in 100ms
551 silly resolveWithNewModule [email protected] checking installable status
552 http fetch GET 304 https://registry.npmjs.org/generate-object-property 109ms (from cache)
553 silly pacote range manifest for generate-object-property@^1.1.0 fetched in 110ms
554 silly resolveWithNewModule [email protected] checking installable status
555 http fetch GET 304 https://registry.npmjs.org/generate-function 113ms (from cache)
556 http fetch GET 304 https://registry.npmjs.org/jsonpointer 111ms (from cache)
557 silly pacote range manifest for generate-function@^2.0.0 fetched in 114ms
558 silly resolveWithNewModule [email protected] checking installable status
559 silly pacote range manifest for jsonpointer@^4.0.0 fetched in 113ms
560 silly resolveWithNewModule [email protected] checking installable status
561 http fetch GET 304 https://registry.npmjs.org/xtend 113ms (from cache)
562 silly pacote range manifest for xtend@^4.0.0 fetched in 114ms
563 silly resolveWithNewModule [email protected] checking installable status
564 http fetch GET 304 https://registry.npmjs.org/is-property 102ms (from cache)
565 silly pacote range manifest for is-property@^1.0.0 fetched in 105ms
566 silly resolveWithNewModule [email protected] checking installable status
567 http fetch GET 304 https://registry.npmjs.org/pinkie 89ms (from cache)
568 silly pacote range manifest for pinkie@^2.0.0 fetched in 91ms
569 silly resolveWithNewModule [email protected] checking installable status
570 http fetch GET 304 https://registry.npmjs.org/sax 124ms (from cache)
571 silly pacote version manifest for [email protected] fetched in 128ms
572 silly resolveWithNewModule [email protected] checking installable status
573 silly pacote range manifest for underscore@^1.8.3 fetched in 2ms
574 silly resolveWithNewModule [email protected] checking installable status
575 silly pacote version manifest for [email protected] fetched in 1ms
576 silly resolveWithNewModule [email protected] checking installable status
577 silly pacote range manifest for underscore@^1.8.3 fetched in 1ms
578 silly resolveWithNewModule [email protected] checking installable status
579 http fetch GET 304 https://registry.npmjs.org/@types%2funderscore 147ms (from cache)
580 silly pacote range manifest for @types/underscore@^1.8.0 fetched in 150ms
581 silly resolveWithNewModule @types/[email protected] checking installable status
582 silly pacote range manifest for underscore@^1.8.3 fetched in 3ms
583 silly resolveWithNewModule [email protected] checking installable status
584 silly pacote range manifest for underscore@^1.8.3 fetched in 1ms
585 silly resolveWithNewModule [email protected] checking installable status
586 silly pacote version manifest for [email protected] fetched in 2ms
587 silly resolveWithNewModule [email protected] checking installable status
588 http fetch GET 304 https://registry.npmjs.org/wns 128ms (from cache)
589 silly pacote range manifest for wns@0.5.3 fetched in 131ms
590 silly resolveWithNewModule [email protected] checking installable status
591 http fetch GET 304 https://registry.npmjs.org/mpns 137ms (from cache)
592 silly pacote range manifest for mpns@2.0.0 fetched in 139ms
593 silly resolveWithNewModule [email protected] checking installable status
594 silly pacote version manifest for [email protected] fetched in 3ms
595 silly resolveWithNewModule [email protected] checking installable status
596 silly pacote range manifest for extend@1.2.1 fetched in 7ms
597 silly resolveWithNewModule [email protected] checking installable status
598 silly pacote range manifest for request@2.74.0 fetched in 6ms
599 silly resolveWithNewModule [email protected] checking installable status
600 silly pacote range manifest for node-uuid@1.4.0 fetched in 7ms
601 silly resolveWithNewModule [email protected] checking installable status
602 http fetch GET 304 https://registry.npmjs.org/json-edm-parser 286ms (from cache)
603 silly pacote version manifest for [email protected] fetched in 287ms
604 silly resolveWithNewModule [email protected] checking installable status
605 http fetch GET 304 https://registry.npmjs.org/browserify-mime 289ms (from cache)
606 silly pacote range manifest for browserify-mime@1.2.9 fetched in 291ms
607 silly resolveWithNewModule [email protected] checking installable status
608 http fetch GET 304 https://registry.npmjs.org/jsonparse 81ms (from cache)
609 silly pacote range manifest for jsonparse@1.2.0 fetched in 84ms
610 silly resolveWithNewModule [email protected] checking installable status
611 silly pacote range manifest for form-data@1.0.0-rc4 fetched in 9ms
612 silly resolveWithNewModule [email protected] checking installable status
613 silly pacote range manifest for caseless@0.11.0 fetched in 10ms
614 silly resolveWithNewModule [email protected] checking installable status
615 silly pacote range manifest for tunnel-agent@0.4.1 fetched in 11ms
616 silly resolveWithNewModule [email protected] checking installable status
617 silly pacote range manifest for extend@3.0.0 fetched in 11ms
618 silly resolveWithNewModule [email protected] checking installable status
619 silly pacote range manifest for har-validator@2.0.6 fetched in 12ms
620 silly resolveWithNewModule [email protected] checking installable status
621 silly pacote range manifest for qs@6.2.0 fetched in 12ms
622 silly resolveWithNewModule [email protected] checking installable status
623 silly pacote range manifest for async@^2.0.1 fetched in 1ms
624 silly resolveWithNewModule [email protected] checking installable status
625 silly pacote version manifest for [email protected] fetched in 3ms
626 silly resolveWithNewModule [email protected] checking installable status
627 http fetch GET 304 https://registry.npmjs.org/optimist 117ms (from cache)
628 http fetch GET 304 https://registry.npmjs.org/less 118ms (from cache)
629 http fetch GET 304 https://registry.npmjs.org/handlebars 118ms (from cache)
630 http fetch GET 304 https://registry.npmjs.org/connect 121ms (from cache)
631 http fetch GET 304 https://registry.npmjs.org/stylus 124ms (from cache)
632 http fetch GET 304 https://registry.npmjs.org/coffee-script 127ms (from cache)
633 silly pacote version manifest for [email protected] fetched in 129ms
634 silly resolveWithNewModule [email protected] checking installable status
635 http fetch GET 304 https://registry.npmjs.org/semver 129ms (from cache)
636 silly pacote version manifest for [email protected] fetched in 130ms
637 silly resolveWithNewModule [email protected] checking installable status
638 silly pacote version manifest for [email protected] fetched in 129ms
639 silly resolveWithNewModule [email protected] checking installable status
640 silly pacote version manifest for [email protected] fetched in 132ms
641 silly resolveWithNewModule [email protected] checking installable status
642 http fetch GET 304 https://registry.npmjs.org/mongodb 125ms (from cache)
643 silly pacote version manifest for [email protected] fetched in 135ms
644 silly resolveWithNewModule [email protected] checking installable status
645 silly pacote version manifest for [email protected] fetched in 136ms
646 silly resolveWithNewModule [email protected] checking installable status
647 silly pacote version manifest for [email protected] fetched in 137ms
648 silly resolveWithNewModule [email protected] checking installable status
649 silly pacote version manifest for [email protected] fetched in 132ms
650 warn deprecated [email protected]: Please upgrade to 2.2.19 or higher
651 silly resolveWithNewModule [email protected] checking installable status
652 silly pacote version manifest for [email protected] fetched in 11ms
653 silly resolveWithNewModule [email protected] checking installable status
654 silly pacote trying https://registry.npmjs.org/request/-/request-2.12.0.tgz by hash: sha1-EfRvILPQ9ISMY4OZHIB5CvFsjkg=
655 http fetch GET 304 https://registry.npmjs.org/gzippo 187ms (from cache)
656 silly pacote version manifest for [email protected] fetched in 191ms
657 silly resolveWithNewModule [email protected] checking installable status
658 http fetch GET 304 https://registry.npmjs.org/nib 204ms (from cache)
659 silly pacote version manifest for [email protected] fetched in 206ms
660 silly resolveWithNewModule [email protected] checking installable status
661 http fetch GET 304 https://registry.npmjs.org/uglify-js 84ms (from cache)
662 silly pacote version manifest for [email protected] fetched in 88ms
663 silly resolveWithNewModule [email protected] checking installable status
664 http fetch GET 304 https://registry.npmjs.org/useragent 98ms (from cache)
665 silly pacote version manifest for [email protected] fetched in 101ms
666 silly resolveWithNewModule [email protected] checking installable status
667 http fetch GET 304 https://registry.npmjs.org/clean-css 103ms (from cache)
668 silly pacote version manifest for [email protected] fetched in 109ms
669 silly resolveWithNewModule [email protected] checking installable status
670 http fetch GET 304 https://registry.npmjs.org/stream-buffers 111ms (from cache)
671 silly pacote version manifest for [email protected] fetched in 113ms
672 silly resolveWithNewModule [email protected] checking installable status
673 http fetch GET 304 https://registry.npmjs.org/keypress 110ms (from cache)
674 http fetch GET 304 https://registry.npmjs.org/sockjs 110ms (from cache)
675 silly pacote version manifest for [email protected] fetched in 112ms
676 silly resolveWithNewModule [email protected] checking installable status
677 silly pacote version manifest for [email protected] fetched in 112ms
678 silly resolveWithNewModule [email protected] checking installable status
679 http fetch GET 304 https://registry.npmjs.org/http-proxy 103ms (from cache)
680 silly pacote version manifest for [email protected] fetched in 105ms
681 silly resolveWithNewModule [email protected] checking installable status
682 http fetch GET 304 https://registry.npmjs.org/simplesmtp 138ms (from cache)
683 silly pacote version manifest for [email protected] fetched in 139ms
684 silly resolveWithNewModule [email protected] checking installable status
685 http fetch GET 304 https://registry.npmjs.org/progress 86ms (from cache)
686 silly pacote version manifest for [email protected] fetched in 87ms
687 silly resolveWithNewModule [email protected] checking installable status
688 silly pacote https://registry.npmjs.org/request/-/request-2.12.0.tgz extracted to C:\Users\Blanton\AppData\Local\Temp\npm-21084-b5a04076\unpack-6a0d406e by content address 295ms
689 silly addBundled read tarball
690 silly cleanup remove extracted module
691 http fetch GET 304 https://registry.npmjs.org/mailcomposer 310ms (from cache)
692 silly pacote version manifest for [email protected] fetched in 312ms
693 silly resolveWithNewModule [email protected] checking installable status
694 http fetch GET 304 https://registry.npmjs.org/fibers 304ms (from cache)
695 silly pacote version manifest for [email protected] fetched in 306ms
696 silly resolveWithNewModule [email protected] checking installable status
697 http fetch GET 304 https://registry.npmjs.org/wordwrap 102ms (from cache)
698 silly pacote range manifest for wordwrap@0.0.2 fetched in 112ms
699 silly resolveWithNewModule [email protected] checking installable status
700 silly pacote range manifest for qs@>= 0.4.0 fetched in 6ms
701 silly resolveWithNewModule [email protected] checking installable status
702 http fetch GET 304 https://registry.npmjs.org/formidable 117ms (from cache)
703 silly pacote range manifest for [email protected] fetched in 127ms
704 silly resolveWithNewModule [email protected] checking installable status
705 silly pacote range manifest for uglify-js@1.2 fetched in 30ms
706 silly resolveWithNewModule [email protected] checking installable status
707 http fetch GET 304 https://registry.npmjs.org/pkginfo 110ms (from cache)
708 silly pacote range manifest for [email protected] fetched in 115ms
709 silly resolveWithNewModule [email protected] checking installable status
710 http fetch GET 304 https://registry.npmjs.org/colors 121ms (from cache)
711 silly pacote range manifest for [email protected] fetched in 123ms
712 silly resolveWithNewModule [email protected] checking installable status
713 http fetch GET 304 https://registry.npmjs.org/mimelib-noiconv 334ms (from cache)
714 silly pacote range manifest for mimelib-noiconv@* fetched in 343ms
715 silly resolveWithNewModule [email protected] checking installable status
716 http fetch GET 304 https://registry.npmjs.org/bson 105ms (from cache)
717 silly pacote version manifest for [email protected] fetched in 108ms
718 silly resolveWithNewModule [email protected] checking installable status
719 http fetch GET 304 https://registry.npmjs.org/rai 152ms (from cache)
720 silly pacote range manifest for rai@* fetched in 155ms
721 silly resolveWithNewModule [email protected] checking installable status
722 http fetch GET 304 https://registry.npmjs.org/xoauth2 161ms (from cache)
723 silly pacote range manifest for xoauth2@>= 0.1.1 fetched in 162ms
724 silly resolveWithNewModule [email protected] checking installable status
725 silly pacote version manifest for [email protected] fetched in 3ms
726 warn deprecated [email protected]: Use uuid module instead
727 silly resolveWithNewModule [email protected] checking installable status
728 http fetch GET 304 https://registry.npmjs.org/faye-websocket 117ms (from cache)
729 silly pacote version manifest for [email protected] fetched in 118ms
730 silly resolveWithNewModule [email protected] checking installable status
731 http fetch GET 304 https://registry.npmjs.org/cssom 118ms (from cache)
732 http fetch GET 304 https://registry.npmjs.org/debug 119ms (from cache)
733 http fetch GET 304 https://registry.npmjs.org/mkdirp 120ms (from cache)
734 silly pacote range manifest for [email protected] fetched in 121ms
735 silly resolveWithNewModule [email protected] checking installable status
736 silly pacote range manifest for debug@* fetched in 121ms
737 silly resolveWithNewModule [email protected] checking installable status
738 silly pacote range manifest for [email protected] fetched in 122ms
739 silly resolveWithNewModule [email protected] checking installable status
740 http fetch GET 304 https://registry.npmjs.org/ms 135ms (from cache)
741 silly pacote version manifest for [email protected] fetched in 138ms
742 silly resolveWithNewModule [email protected] checking installable status
743 silly pacote version manifest for [email protected] fetched in 1ms
744 silly resolveWithNewModule [email protected] checking installable status
745 silly pacote version manifest for [email protected] fetched in 2ms
746 silly resolveWithNewModule [email protected] checking installable status
747 http fetch GET 304 https://registry.npmjs.org/yamlparser 158ms (from cache)
748 silly pacote version manifest for [email protected] fetched in 161ms
749 silly resolveWithNewModule [email protected] checking installable status
750 silly currentTree npm
750 silly currentTree -- [email protected] 750 silly currentTree +-- @types/[email protected] 750 silly currentTree +-- @types/[email protected] 750 silly currentTree +-- @types/[email protected] 750 silly currentTree +-- @types/[email protected] 750 silly currentTree +-- @types/[email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | -- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree | -- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree | -- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree | -- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | -- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree | -- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | -- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree | -- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | +-- [email protected] 750 silly currentTree | | -- [email protected]
750 silly currentTree | -- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree | -- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree | -- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree | -- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree +-- [email protected]
750 silly currentTree | -- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree +-- [email protected] 750 silly currentTree -- [email protected]
751 silly idealTree npm
751 silly idealTree +-- [email protected]
751 silly idealTree | +-- @types/[email protected]
751 silly idealTree | +-- @types/[email protected]
751 silly idealTree | +-- @types/[email protected]
751 silly idealTree | +-- @types/[email protected]
751 silly idealTree | +-- @types/[email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | -- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | | -- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | | -- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | | -- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | -- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | | -- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | -- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | | -- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | +-- [email protected]
751 silly idealTree | | | -- [email protected] 751 silly idealTree | | -- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | | -- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | | -- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | | -- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | | -- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | -- [email protected] 751 silly idealTree -- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree | -- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree | +-- [email protected] 751 silly idealTree | | +-- [email protected] 751 silly idealTree | | -- [email protected]
751 silly idealTree | | -- [email protected] 751 silly idealTree | -- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree +-- [email protected]
751 silly idealTree | +-- [email protected]
751 silly idealTree | -- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree +-- [email protected] 751 silly idealTree -- [email protected]
752 silly install generateActionsToTake
753 silly diffTrees action count 49
754 silly diffTrees add [email protected]
755 silly diffTrees add [email protected]
756 silly diffTrees add [email protected]
757 silly diffTrees add [email protected]
758 silly diffTrees add [email protected]
759 silly diffTrees add [email protected]
760 silly diffTrees add [email protected]
761 silly diffTrees add [email protected]
762 silly diffTrees add [email protected]
763 silly diffTrees add [email protected]
764 silly diffTrees add [email protected]
765 silly diffTrees add [email protected]
766 silly diffTrees add [email protected]
767 silly diffTrees add [email protected]
768 silly diffTrees add [email protected]
769 silly diffTrees add [email protected]
770 silly diffTrees add [email protected]
771 silly diffTrees add [email protected]
772 silly diffTrees add [email protected]
773 silly diffTrees add [email protected]
774 silly diffTrees add [email protected]
775 silly diffTrees add [email protected]
776 silly diffTrees add [email protected]
777 silly diffTrees add [email protected]
778 silly diffTrees add [email protected]
779 silly diffTrees add [email protected]
780 silly diffTrees update [email protected]
781 silly diffTrees add [email protected]
782 silly diffTrees add [email protected]
783 silly diffTrees add [email protected]
784 silly diffTrees add [email protected]
785 silly diffTrees add [email protected]
786 silly diffTrees add [email protected]
787 silly diffTrees add [email protected]
788 silly diffTrees add [email protected]
789 silly diffTrees add [email protected]
790 silly diffTrees add [email protected]
791 silly diffTrees add [email protected]
792 silly diffTrees add [email protected]
793 silly diffTrees add [email protected]
794 silly diffTrees add [email protected]
795 silly diffTrees add [email protected]
796 silly diffTrees add [email protected]
797 silly diffTrees add [email protected]
798 silly diffTrees add [email protected]
799 silly diffTrees add [email protected]
800 silly diffTrees add [email protected]
801 silly diffTrees add [email protected]
802 silly diffTrees add [email protected]
803 silly decomposeActions action count 383
804 silly decomposeActions fetch [email protected]
805 silly decomposeActions extract [email protected]
806 silly decomposeActions preinstall [email protected]
807 silly decomposeActions build [email protected]
808 silly decomposeActions install [email protected]
809 silly decomposeActions postinstall [email protected]
810 silly decomposeActions finalize [email protected]
811 silly decomposeActions refresh-package-json [email protected]
812 silly decomposeActions fetch [email protected]
813 silly decomposeActions extract [email protected]
814 silly decomposeActions preinstall [email protected]
815 silly decomposeActions build [email protected]
816 silly decomposeActions install [email protected]
817 silly decomposeActions postinstall [email protected]
818 silly decomposeActions finalize [email protected]
819 silly decomposeActions refresh-package-json [email protected]
820 silly decomposeActions fetch [email protected]
821 silly decomposeActions extract [email protected]
822 silly decomposeActions preinstall [email protected]
823 silly decomposeActions build [email protected]
824 silly decomposeActions install [email protected]
825 silly decomposeActions postinstall [email protected]
826 silly decomposeActions finalize [email protected]
827 silly decomposeActions refresh-package-json [email protected]
828 silly decomposeActions fetch [email protected]
829 silly decomposeActions extract [email protected]
830 silly decomposeActions preinstall [email protected]
831 silly decomposeActions build [email protected]
832 silly decomposeActions install [email protected]
833 silly decomposeActions postinstall [email protected]
834 silly decomposeActions finalize [email protected]
835 silly decomposeActions refresh-package-json [email protected]
836 silly decomposeActions fetch [email protected]
837 silly decomposeActions extract [email protected]
838 silly decomposeActions preinstall [email protected]
839 silly decomposeActions build [email protected]
840 silly decomposeActions install [email protected]
841 silly decomposeActions postinstall [email protected]
842 silly decomposeActions finalize [email protected]
843 silly decomposeActions refresh-package-json [email protected]
844 silly decomposeActions fetch [email protected]
845 silly decomposeActions extract [email protected]
846 silly decomposeActions preinstall [email protected]
847 silly decomposeActions build [email protected]
848 silly decomposeActions install [email protected]
849 silly decomposeActions postinstall [email protected]
850 silly decomposeActions finalize [email protected]
851 silly decomposeActions refresh-package-json [email protected]
852 silly decomposeActions fetch [email protected]
853 silly decomposeActions extract [email protected]
854 silly decomposeActions preinstall [email protected]
855 silly decomposeActions build [email protected]
856 silly decomposeActions install [email protected]
857 silly decomposeActions postinstall [email protected]
858 silly decomposeActions finalize [email protected]
859 silly decomposeActions refresh-package-json [email protected]
860 silly decomposeActions fetch [email protected]
861 silly decomposeActions extract [email protected]
862 silly decomposeActions preinstall [email protected]
863 silly decomposeActions build [email protected]
864 silly decomposeActions install [email protected]
865 silly decomposeActions postinstall [email protected]
866 silly decomposeActions finalize [email protected]
867 silly decomposeActions refresh-package-json [email protected]
868 silly decomposeActions fetch [email protected]
869 silly decomposeActions extract [email protected]
870 silly decomposeActions preinstall [email protected]
871 silly decomposeActions build [email protected]
872 silly decomposeActions install [email protected]
873 silly decomposeActions postinstall [email protected]
874 silly decomposeActions finalize [email protected]
875 silly decomposeActions refresh-package-json [email protected]
876 silly decomposeActions fetch [email protected]
877 silly decomposeActions extract [email protected]
878 silly decomposeActions preinstall [email protected]
879 silly decomposeActions build [email protected]
880 silly decomposeActions install [email protected]
881 silly decomposeActions postinstall [email protected]
882 silly decomposeActions finalize [email protected]
883 silly decomposeActions refresh-package-json [email protected]
884 silly decomposeActions fetch [email protected]
885 silly decomposeActions extract [email protected]
886 silly decomposeActions preinstall [email protected]
887 silly decomposeActions build [email protected]
888 silly decomposeActions install [email protected]
889 silly decomposeActions postinstall [email protected]
890 silly decomposeActions finalize [email protected]
891 silly decomposeActions refresh-package-json [email protected]
892 silly decomposeActions fetch [email protected]
893 silly decomposeActions extract [email protected]
894 silly decomposeActions preinstall [email protected]
895 silly decomposeActions build [email protected]
896 silly decomposeActions install [email protected]
897 silly decomposeActions postinstall [email protected]
898 silly decomposeActions finalize [email protected]
899 silly decomposeActions refresh-package-json [email protected]
900 silly decomposeActions fetch [email protected]
901 silly decomposeActions extract [email protected]
902 silly decomposeActions preinstall [email protected]
903 silly decomposeActions build [email protected]
904 silly decomposeActions install [email protected]
905 silly decomposeActions postinstall [email protected]
906 silly decomposeActions finalize [email protected]
907 silly decomposeActions refresh-package-json [email protected]
908 silly decomposeActions fetch [email protected]
909 silly decomposeActions extract [email protected]
910 silly decomposeActions preinstall [email protected]
911 silly decomposeActions build [email protected]
912 silly decomposeActions install [email protected]
913 silly decomposeActions postinstall [email protected]
914 silly decomposeActions finalize [email protected]
915 silly decomposeActions refresh-package-json [email protected]
916 silly decomposeActions fetch [email protected]
917 silly decomposeActions extract [email protected]
918 silly decomposeActions preinstall [email protected]
919 silly decomposeActions build [email protected]
920 silly decomposeActions install [email protected]
921 silly decomposeActions postinstall [email protected]
922 silly decomposeActions finalize [email protected]
923 silly decomposeActions refresh-package-json [email protected]
924 silly decomposeActions preinstall [email protected]
925 silly decomposeActions build [email protected]
926 silly decomposeActions install [email protected]
927 silly decomposeActions postinstall [email protected]
928 silly decomposeActions finalize [email protected]
929 silly decomposeActions refresh-package-json [email protected]
930 silly decomposeActions preinstall [email protected]
931 silly decomposeActions build [email protected]
932 silly decomposeActions install [email protected]
933 silly decomposeActions postinstall [email protected]
934 silly decomposeActions finalize [email protected]
935 silly decomposeActions refresh-package-json [email protected]
936 silly decomposeActions preinstall [email protected]
937 silly decomposeActions build [email protected]
938 silly decomposeActions install [email protected]
939 silly decomposeActions postinstall [email protected]
940 silly decomposeActions finalize [email protected]
941 silly decomposeActions refresh-package-json [email protected]
942 silly decomposeActions preinstall [email protected]
943 silly decomposeActions build [email protected]
944 silly decomposeActions install [email protected]
945 silly decomposeActions postinstall [email protected]
946 silly decomposeActions finalize [email protected]
947 silly decomposeActions refresh-package-json [email protected]
948 silly decomposeActions preinstall [email protected]
949 silly decomposeActions build [email protected]
950 silly decomposeActions install [email protected]
951 silly decomposeActions postinstall [email protected]
952 silly decomposeActions finalize [email protected]
953 silly decomposeActions refresh-package-json [email protected]
954 silly decomposeActions fetch [email protected]
955 silly decomposeActions extract [email protected]
956 silly decomposeActions preinstall [email protected]
957 silly decomposeActions build [email protected]
958 silly decomposeActions install [email protected]
959 silly decomposeActions postinstall [email protected]
960 silly decomposeActions finalize [email protected]
961 silly decomposeActions refresh-package-json [email protected]
962 silly decomposeActions fetch [email protected]
963 silly decomposeActions extract [email protected]
964 silly decomposeActions preinstall [email protected]
965 silly decomposeActions build [email protected]
966 silly decomposeActions install [email protected]
967 silly decomposeActions postinstall [email protected]
968 silly decomposeActions finalize [email protected]
969 silly decomposeActions refresh-package-json [email protected]
970 silly decomposeActions fetch [email protected]
971 silly decomposeActions extract [email protected]
972 silly decomposeActions preinstall [email protected]
973 silly decomposeActions build [email protected]
974 silly decomposeActions install [email protected]
975 silly decomposeActions postinstall [email protected]
976 silly decomposeActions finalize [email protected]
977 silly decomposeActions refresh-package-json [email protected]
978 silly decomposeActions fetch [email protected]
979 silly decomposeActions extract [email protected]
980 silly decomposeActions preinstall [email protected]
981 silly decomposeActions build [email protected]
982 silly decomposeActions install [email protected]
983 silly decomposeActions postinstall [email protected]
984 silly decomposeActions finalize [email protected]
985 silly decomposeActions refresh-package-json [email protected]
986 silly decomposeActions fetch [email protected]
987 silly decomposeActions extract [email protected]
988 silly decomposeActions preinstall [email protected]
989 silly decomposeActions build [email protected]
990 silly decomposeActions install [email protected]
991 silly decomposeActions postinstall [email protected]
992 silly decomposeActions finalize [email protected]
993 silly decomposeActions refresh-package-json [email protected]
994 silly decomposeActions fetch [email protected]
995 silly decomposeActions extract [email protected]
996 silly decomposeActions preinstall [email protected]
997 silly decomposeActions build [email protected]
998 silly decomposeActions install [email protected]
999 silly decomposeActions postinstall [email protected]
1000 silly decomposeActions finalize [email protected]
1001 silly decomposeActions refresh-package-json [email protected]
1002 silly decomposeActions remove [email protected]
1003 silly decomposeActions fetch [email protected]
1004 silly decomposeActions extract [email protected]
1005 silly decomposeActions preinstall [email protected]
1006 silly decomposeActions build [email protected]
1007 silly decomposeActions install [email protected]
1008 silly decomposeActions postinstall [email protected]
1009 silly decomposeActions finalize [email protected]
1010 silly decomposeActions refresh-package-json [email protected]
1011 silly decomposeActions fetch [email protected]
1012 silly decomposeActions extract [email protected]
1013 silly decomposeActions preinstall [email protected]
1014 silly decomposeActions build [email protected]
1015 silly decomposeActions install [email protected]
1016 silly decomposeActions postinstall [email protected]
1017 silly decomposeActions finalize [email protected]
1018 silly decomposeActions refresh-package-json [email protected]
1019 silly decomposeActions fetch [email protected]
1020 silly decomposeActions extract [email protected]
1021 silly decomposeActions preinstall [email protected]
1022 silly decomposeActions build [email protected]
1023 silly decomposeActions install [email protected]
1024 silly decomposeActions postinstall [email protected]
1025 silly decomposeActions finalize [email protected]
1026 silly decomposeActions refresh-package-json [email protected]
1027 silly decomposeActions fetch [email protected]
1028 silly decomposeActions extract [email protected]
1029 silly decomposeActions preinstall [email protected]
1030 silly decomposeActions build [email protected]
1031 silly decomposeActions install [email protected]
1032 silly decomposeActions postinstall [email protected]
1033 silly decomposeActions finalize [email protected]
1034 silly decomposeActions refresh-package-json [email protected]
1035 silly decomposeActions fetch [email protected]
1036 silly decomposeActions extract [email protected]
1037 silly decomposeActions preinstall [email protected]
1038 silly decomposeActions build [email protected]
1039 silly decomposeActions install [email protected]
1040 silly decomposeActions postinstall [email protected]
1041 silly decomposeActions finalize [email protected]
1042 silly decomposeActions refresh-package-json [email protected]
1043 silly decomposeActions fetch [email protected]
1044 silly decomposeActions extract [email protected]
1045 silly decomposeActions preinstall [email protected]
1046 silly decomposeActions build [email protected]
1047 silly decomposeActions install [email protected]
1048 silly decomposeActions postinstall [email protected]
1049 silly decomposeActions finalize [email protected]
1050 silly decomposeActions refresh-package-json [email protected]
1051 silly decomposeActions fetch [email protected]
1052 silly decomposeActions extract [email protected]
1053 silly decomposeActions preinstall [email protected]
1054 silly decomposeActions build [email protected]
1055 silly decomposeActions install [email protected]
1056 silly decomposeActions postinstall [email protected]
1057 silly decomposeActions finalize [email protected]
1058 silly decomposeActions refresh-package-json [email protected]
1059 silly decomposeActions fetch [email protected]
1060 silly decomposeActions extract [email protected]
1061 silly decomposeActions preinstall [email protected]
1062 silly decomposeActions build [email protected]
1063 silly decomposeActions install [email protected]
1064 silly decomposeActions postinstall [email protected]
1065 silly decomposeActions finalize [email protected]
1066 silly decomposeActions refresh-package-json [email protected]
1067 silly decomposeActions fetch [email protected]
1068 silly decomposeActions extract [email protected]
1069 silly decomposeActions preinstall [email protected]
1070 silly decomposeActions build [email protected]
1071 silly decomposeActions install [email protected]
1072 silly decomposeActions postinstall [email protected]
1073 silly decomposeActions finalize [email protected]
1074 silly decomposeActions refresh-package-json [email protected]
1075 silly decomposeActions fetch [email protected]
1076 silly decomposeActions extract [email protected]
1077 silly decomposeActions preinstall [email protected]
1078 silly decomposeActions build [email protected]
1079 silly decomposeActions install [email protected]
1080 silly decomposeActions postinstall [email protected]
1081 silly decomposeActions finalize [email protected]
1082 silly decomposeActions refresh-package-json [email protected]
1083 silly decomposeActions fetch [email protected]
1084 silly decomposeActions extract [email protected]
1085 silly decomposeActions preinstall [email protected]
1086 silly decomposeActions build [email protected]
1087 silly decomposeActions install [email protected]
1088 silly decomposeActions postinstall [email protected]
1089 silly decomposeActions finalize [email protected]
1090 silly decomposeActions refresh-package-json [email protected]
1091 silly decomposeActions fetch [email protected]
1092 silly decomposeActions extract [email protected]
1093 silly decomposeActions preinstall [email protected]
1094 silly decomposeActions build [email protected]
1095 silly decomposeActions install [email protected]
1096 silly decomposeActions postinstall [email protected]
1097 silly decomposeActions finalize [email protected]
1098 silly decomposeActions refresh-package-json [email protected]
1099 silly decomposeActions fetch [email protected]
1100 silly decomposeActions extract [email protected]
1101 silly decomposeActions preinstall [email protected]
1102 silly decomposeActions build [email protected]
1103 silly decomposeActions install [email protected]
1104 silly decomposeActions postinstall [email protected]
1105 silly decomposeActions finalize [email protected]
1106 silly decomposeActions refresh-package-json [email protected]
1107 silly decomposeActions fetch [email protected]
1108 silly decomposeActions extract [email protected]
1109 silly decomposeActions preinstall [email protected]
1110 silly decomposeActions build [email protected]
1111 silly decomposeActions install [email protected]
1112 silly decomposeActions postinstall [email protected]
1113 silly decomposeActions finalize [email protected]
1114 silly decomposeActions refresh-package-json [email protected]
1115 silly decomposeActions fetch [email protected]
1116 silly decomposeActions extract [email protected]
1117 silly decomposeActions preinstall [email protected]
1118 silly decomposeActions build [email protected]
1119 silly decomposeActions install [email protected]
1120 silly decomposeActions postinstall [email protected]
1121 silly decomposeActions finalize [email protected]
1122 silly decomposeActions refresh-package-json [email protected]
1123 silly decomposeActions fetch [email protected]
1124 silly decomposeActions extract [email protected]
1125 silly decomposeActions preinstall [email protected]
1126 silly decomposeActions build [email protected]
1127 silly decomposeActions install [email protected]
1128 silly decomposeActions postinstall [email protected]
1129 silly decomposeActions finalize [email protected]
1130 silly decomposeActions refresh-package-json [email protected]
1131 silly decomposeActions fetch [email protected]
1132 silly decomposeActions extract [email protected]
1133 silly decomposeActions preinstall [email protected]
1134 silly decomposeActions build [email protected]
1135 silly decomposeActions install [email protected]
1136 silly decomposeActions postinstall [email protected]
1137 silly decomposeActions finalize [email protected]
1138 silly decomposeActions refresh-package-json [email protected]
1139 silly decomposeActions fetch [email protected]
1140 silly decomposeActions extract [email protected]
1141 silly decomposeActions preinstall [email protected]
1142 silly decomposeActions build [email protected]
1143 silly decomposeActions install [email protected]
1144 silly decomposeActions postinstall [email protected]
1145 silly decomposeActions finalize [email protected]
1146 silly decomposeActions refresh-package-json [email protected]
1147 silly decomposeActions fetch [email protected]
1148 silly decomposeActions extract [email protected]
1149 silly decomposeActions preinstall [email protected]
1150 silly decomposeActions build [email protected]
1151 silly decomposeActions install [email protected]
1152 silly decomposeActions postinstall [email protected]
1153 silly decomposeActions finalize [email protected]
1154 silly decomposeActions refresh-package-json [email protected]
1155 silly decomposeActions fetch [email protected]
1156 silly decomposeActions extract [email protected]
1157 silly decomposeActions preinstall [email protected]
1158 silly decomposeActions build [email protected]
1159 silly decomposeActions install [email protected]
1160 silly decomposeActions postinstall [email protected]
1161 silly decomposeActions finalize [email protected]
1162 silly decomposeActions refresh-package-json [email protected]
1163 silly decomposeActions fetch [email protected]
1164 silly decomposeActions extract [email protected]
1165 silly decomposeActions preinstall [email protected]
1166 silly decomposeActions build [email protected]
1167 silly decomposeActions install [email protected]
1168 silly decomposeActions postinstall [email protected]
1169 silly decomposeActions finalize [email protected]
1170 silly decomposeActions refresh-package-json [email protected]
1171 silly decomposeActions fetch [email protected]
1172 silly decomposeActions extract [email protected]
1173 silly decomposeActions preinstall [email protected]
1174 silly decomposeActions build [email protected]
1175 silly decomposeActions install [email protected]
1176 silly decomposeActions postinstall [email protected]
1177 silly decomposeActions finalize [email protected]
1178 silly decomposeActions refresh-package-json [email protected]
1179 silly decomposeActions fetch [email protected]
1180 silly decomposeActions extract [email protected]
1181 silly decomposeActions preinstall [email protected]
1182 silly decomposeActions build [email protected]
1183 silly decomposeActions install [email protected]
1184 silly decomposeActions postinstall [email protected]
1185 silly decomposeActions finalize [email protected]
1186 silly decomposeActions refresh-package-json [email protected]
1187 silly install executeActions
1188 silly doSerial global-install 383
1189 verbose correctMkdir C:\Users\Blanton\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing
1190 verbose lock using C:\Users\Blanton\AppData\Roaming\npm-cache_locks\staging-546ead3dd0da3b06.lock for C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging
1191 silly doParallel extract 383
1192 silly extract [email protected]
1193 silly pacote trying bson@https://registry.npmjs.org/bson/-/bson-0.1.5.tgz by hash: sha1-in/jHyL5sK6raDE84g4XbATaC3A=
1194 silly extract [email protected]
1195 silly pacote trying colors@https://registry.npmjs.org/colors/-/colors-0.6.2.tgz by hash: sha1-JCP+ZnisDF2uiFLl0OW+CMmXq8w=
1196 silly extract [email protected]
1197 silly pacote trying cssom@https://registry.npmjs.org/cssom/-/cssom-0.2.5.tgz by hash: sha1-JoJwm1kC5yEt9SkRb/eIzVslSJQ=
1198 silly extract [email protected]
1199 silly pacote trying faye-websocket@https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.4.0.tgz by hash: sha1-6aj8az5aYQ8zCOi5eCh2oBp0V5k=
1200 silly extract [email protected]
1201 silly pacote trying formidable@https://registry.npmjs.org/formidable/-/formidable-1.0.17.tgz by hash: sha1-71SRSQ+UM7cF+qdyScmQKa40hVk=
1202 silly extract [email protected]
1203 silly pacote trying uglify-js@https://registry.npmjs.org/uglify-js/-/uglify-js-1.2.6.tgz by hash: sha1-01Sy08HPEOvBj6eMEaKL3ZzhWA0=
1204 silly extract [email protected]
1205 silly pacote trying mime@https://registry.npmjs.org/mime/-/mime-1.2.7.tgz by hash: sha1-x6E/M6cHPZkA8ohDawazoWIAhls=
1206 silly extract [email protected]
1207 silly pacote trying mimelib-noiconv@https://registry.npmjs.org/mimelib-noiconv/-/mimelib-noiconv-0.1.9.tgz by hash: sha1-6tzm+c4iaEJQGiA+lbzulq+BifI=
1208 silly extract [email protected]
1209 silly pacote trying mkdirp@https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz by hash: sha1-3j5fiWHIjHh+4TaN+EmsRBPsqNc=
1210 silly extract [email protected]
1211 silly pacote trying ms@https://registry.npmjs.org/ms/-/ms-2.0.0.tgz by hash: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
1212 silly extract [email protected]
1213 silly pacote trying debug@https://registry.npmjs.org/debug/-/debug-2.6.8.tgz by hash: sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=
1214 silly extract [email protected]
1215 silly pacote trying node-uuid@https://registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz by hash: sha1-09tNe1aBDZ5AMjQnZigq8HORcps=
1216 silly extract [email protected]
1217 silly pacote trying pkginfo@https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz by hash: sha1-cjnEKl72wwuPMoQ52bn/cQQkkPg=
1218 silly extract [email protected]
1219 silly pacote trying qs@https://registry.npmjs.org/qs/-/qs-6.4.0.tgz by hash: sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=
1220 silly extract [email protected]
1221 silly pacote trying rai@https://registry.npmjs.org/rai/-/rai-0.1.12.tgz by hash: sha1-jM/QFND5YIYw3XPBm45LBXdUpqY=
1222 silly extract [email protected]
1223 silly pacote trying request@https://registry.npmjs.org/request/-/request-2.9.202.tgz by hash: sha1-xhOZzfu+/aXcSGU7DpvqUX2fhJc=
1224 silly extract [email protected]
1225 silly pacote trying semver@https://registry.npmjs.org/semver/-/semver-1.0.14.tgz by hash: sha1-ysXi1Vpvv5WMsiCuhEBFBxx49nY=
1226 silly extract [email protected]
1227 silly pacote trying wordwrap@https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz by hash: sha1-o9XabNXAvAAI03I0u68b7WMFkQc=
1228 silly extract [email protected]
1229 silly pacote trying optimist@https://registry.npmjs.org/optimist/-/optimist-0.3.5.tgz by hash: sha1-A2VLUkFwMDEtEJ85sVmCW2AwkwQ=
1230 silly extract [email protected]
1231 silly pacote trying xoauth2@https://registry.npmjs.org/xoauth2/-/xoauth2-1.2.0.tgz by hash: sha1-8u76wRRyyXHqO8RuVU60sSMhRuU=
1232 silly extract [email protected]
1233 silly pacote trying yamlparser@https://registry.npmjs.org/yamlparser/-/yamlparser-0.0.2.tgz by hash: sha1-Mjk+avxwyMoGa2ZQrGc4tIFnjrw=
1234 silly extract [email protected]
1235 silly pacote trying azure@https://registry.npmjs.org/azure/-/azure-2.0.0-preview.tgz by hash: sha1-VQrIoVtl5+JSh8Id/anxz9en51Y=
1236 silly extract [email protected]
1237 silly pacote trying clean-css@https://registry.npmjs.org/clean-css/-/clean-css-0.8.2.tgz by hash: sha1-6ilNQ4maxPL+fowThktS76FdpQI=
1238 silly extract [email protected]
1239 silly pacote trying coffee-script@https://registry.npmjs.org/coffee-script/-/coffee-script-1.4.0.tgz by hash: sha1-XjvIqsJsAajie/EHcixWVfWtfTY=
1240 silly extract [email protected]
1241 silly pacote trying connect@https://registry.npmjs.org/connect/-/connect-1.9.2.tgz by hash: sha1-QogKIulDiuWait105Df1iujlKAc=
1242 silly extract [email protected]
1243 silly pacote trying fibers@https://registry.npmjs.org/fibers/-/fibers-0.6.9.tgz by hash: sha1-JS1+OEET+Ki5NMLZKQWYqgUzUNo=
1244 silly extract [email protected]
1245 silly pacote trying gzippo@https://registry.npmjs.org/gzippo/-/gzippo-0.1.7.tgz by hash: sha1-FR4PQOOwSNLmFNxRT1hS1MXngZk=
1246 silly extract [email protected]
1247 silly pacote trying handlebars@https://registry.npmjs.org/handlebars/-/handlebars-1.0.7.tgz by hash: sha1-wPxj0dWWM5zQu6X+C1y7Gy46fz8=
1248 silly extract [email protected]
1249 silly pacote trying http-proxy@https://registry.npmjs.org/http-proxy/-/http-proxy-0.8.5.tgz by hash: sha1-Mu7mJyyr3B72vFpzIZYmK2tof68=
1250 silly extract [email protected]
1251 silly pacote trying keypress@https://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz by hash: sha1-SjGI1CkbZrT2XtuZ+AaqmuKTWSo=
1252 silly extract [email protected]
1253 silly pacote trying less@https://registry.npmjs.org/less/-/less-1.3.1.tgz by hash: sha1-TPcomLIIGpZGP5w43KXIn8IKm6g=
1254 silly extract [email protected]
1255 silly pacote trying mailcomposer@https://registry.npmjs.org/mailcomposer/-/mailcomposer-0.1.15.tgz by hash: sha1-hRmLMprROA8MjVu1SIw1Dq6CGKk=
1256 silly extract [email protected]
1257 silly pacote trying mongodb@https://registry.npmjs.org/mongodb/-/mongodb-1.1.11.tgz by hash: sha1-FFpBscgziL/rG/kDNAuUz5D3ArU=
1258 silly extract [email protected]
1259 silly pacote trying nib@https://registry.npmjs.org/nib/-/nib-0.8.2.tgz by hash: sha1-+DlZUsDritjq3DLMOTrYM0S3+z4=
1260 silly extract [email protected]
1261 silly pacote trying progress@https://registry.npmjs.org/progress/-/progress-0.0.5.tgz by hash: sha1-OX5a9CWW2B7xZB1AcogmkIxgypA=
1262 silly extract [email protected]
1263 silly pacote trying request@https://registry.npmjs.org/request/-/request-2.12.0.tgz by hash: sha1-EfRvILPQ9ISMY4OZHIB5CvFsjkg=
1264 silly extract [email protected]
1265 silly pacote trying semver@https://registry.npmjs.org/semver/-/semver-1.1.0.tgz by hash: sha1-2pucg34xVQp8koYivCOB3n3XpT4=
1266 silly extract [email protected]
1267 silly pacote trying simplesmtp@https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.1.25.tgz by hash: sha1-ClpVKNA64HSVrQNw0ci7wLzEfX8=
1268 silly extract [email protected]
1269 silly pacote trying sockjs@https://registry.npmjs.org/sockjs/-/sockjs-0.3.4.tgz by hash: sha1-WK6xWUwEnreJpgPTbZ2xBthV70k=
1270 silly extract [email protected]
1271 silly pacote trying stream-buffers@https://registry.npmjs.org/stream-buffers/-/stream-buffers-0.2.3.tgz by hash: sha1-f2fu/HIyF2MdlkMBuC2QIkKpn2Q=
1272 silly extract [email protected]
1273 silly pacote trying stylus@https://registry.npmjs.org/stylus/-/stylus-0.30.1.tgz by hash: sha1-j85Ps5QPRVbh3KHEPOi+KHbIAyU=
1274 silly extract [email protected]
1275 silly pacote trying uglify-js@https://registry.npmjs.org/uglify-js/-/uglify-js-1.3.4.tgz by hash: sha1-KCzsQNtWh5jg7G1x0MmJ0yPwY2s=
1276 silly extract [email protected]
1277 silly pacote trying useragent@https://registry.npmjs.org/useragent/-/useragent-1.1.0.tgz by hash: sha1-A1+m3xiatgVnrGMDwVnprww6u74=
1278 silly extract [email protected]
1279 silly pacote trying meteor@https://registry.npmjs.org/meteor/-/meteor-0.5.2-1.tgz by hash: sha1-M6EbOZOaCwIpbek2GQTBjdQWotw=
1280 silly pacote ms@https://registry.npmjs.org/ms/-/ms-2.0.0.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\ms-4244ea2a by content address 134ms
1281 silly pacote keypress@https://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\keypress-36448d24 by content address 133ms
1282 silly pacote semver@https://registry.npmjs.org/semver/-/semver-1.0.14.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\semver-889d9ed6 by content address 169ms
1283 silly pacote semver@https://registry.npmjs.org/semver/-/semver-1.1.0.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\semver-bbb52ddf by content address 164ms
1284 silly pacote progress@https://registry.npmjs.org/progress/-/progress-0.0.5.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\progress-ed1b97d7 by content address 185ms
1285 silly pacote yamlparser@https://registry.npmjs.org/yamlparser/-/yamlparser-0.0.2.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\yamlparser-e0858a26 by content address 192ms
1286 silly pacote mimelib-noiconv@https://registry.npmjs.org/mimelib-noiconv/-/mimelib-noiconv-0.1.9.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\mimelib-noiconv-ca0626b0 by content address 202ms
1287 silly pacote mime@https://registry.npmjs.org/mime/-/mime-1.2.7.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\mime-cd075ade by content address 205ms
1288 silly pacote wordwrap@https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\wordwrap-1206aad2 by content address 222ms
1289 silly pacote colors@https://registry.npmjs.org/colors/-/colors-0.6.2.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\colors-153e476e by content address 236ms
1290 silly pacote rai@https://registry.npmjs.org/rai/-/rai-0.1.12.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\rai-0f053705 by content address 235ms
1291 silly pacote xoauth2@https://registry.npmjs.org/xoauth2/-/xoauth2-1.2.0.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\xoauth2-fd846475 by content address 241ms
1292 silly pacote stream-buffers@https://registry.npmjs.org/stream-buffers/-/stream-buffers-0.2.3.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\stream-buffers-31531193 by content address 235ms
1293 silly pacote pkginfo@https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\pkginfo-6bcfc111 by content address 263ms
1294 silly pacote node-uuid@https://registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\node-uuid-70603de6 by content address 265ms
1295 silly pacote formidable@https://registry.npmjs.org/formidable/-/formidable-1.0.17.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\formidable-d54e4701 by content address 273ms
1296 silly pacote simplesmtp@https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.1.25.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\simplesmtp-c60676b5 by content address 276ms
1297 silly pacote mailcomposer@https://registry.npmjs.org/mailcomposer/-/mailcomposer-0.1.15.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\mailcomposer-752f9ea3 by content address 283ms
1298 silly pacote debug@https://registry.npmjs.org/debug/-/debug-2.6.8.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\debug-9ef7b2ce by content address 298ms
1299 silly pacote cssom@https://registry.npmjs.org/cssom/-/cssom-0.2.5.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\cssom-31774c27 by content address 318ms
1300 silly pacote qs@https://registry.npmjs.org/qs/-/qs-6.4.0.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\qs-0c9ec698 by content address 313ms
1301 silly pacote handlebars@https://registry.npmjs.org/handlebars/-/handlebars-1.0.7.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\handlebars-b95439b8 by content address 308ms
1302 silly pacote gzippo@https://registry.npmjs.org/gzippo/-/gzippo-0.1.7.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\gzippo-dcdf0bfe by content address 328ms
1303 silly pacote mkdirp@https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\mkdirp-133ca38b by content address 339ms
1304 silly pacote useragent@https://registry.npmjs.org/useragent/-/useragent-1.1.0.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\useragent-69549695 by content address 339ms
1305 silly pacote optimist@https://registry.npmjs.org/optimist/-/optimist-0.3.5.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\optimist-35f97827 by content address 375ms
1306 silly pacote coffee-script@https://registry.npmjs.org/coffee-script/-/coffee-script-1.4.0.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\coffee-script-f10aab4c by content address 381ms
1307 silly pacote clean-css@https://registry.npmjs.org/clean-css/-/clean-css-0.8.2.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\clean-css-7b646d76 by content address 397ms
1308 silly pacote faye-websocket@https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.4.0.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\faye-websocket-43039f5f by content address 424ms
1309 silly pacote nib@https://registry.npmjs.org/nib/-/nib-0.8.2.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\nib-781113d7 by content address 422ms
1310 silly pacote sockjs@https://registry.npmjs.org/sockjs/-/sockjs-0.3.4.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\sockjs-001c9c0c by content address 444ms
1311 silly pacote request@https://registry.npmjs.org/request/-/request-2.9.202.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\request-7d341f6a by content address 500ms
1312 silly pacote fibers@https://registry.npmjs.org/fibers/-/fibers-0.6.9.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\fibers-a75d594e by content address 516ms
1313 silly pacote meteor@https://registry.npmjs.org/meteor/-/meteor-0.5.2-1.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\meteor-fb293f68 by content address 557ms
1314 silly pacote bson@https://registry.npmjs.org/bson/-/bson-0.1.5.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\bson-5f8e75a6 by content address 586ms
1315 silly pacote stylus@https://registry.npmjs.org/stylus/-/stylus-0.30.1.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\stylus-568f2ab7 by content address 565ms
1316 silly pacote http-proxy@https://registry.npmjs.org/http-proxy/-/http-proxy-0.8.5.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\http-proxy-47d5cb70 by content address 599ms
1317 silly pacote uglify-js@https://registry.npmjs.org/uglify-js/-/uglify-js-1.3.4.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\uglify-js-1b19e4c9 by content address 691ms
1318 silly pacote connect@https://registry.npmjs.org/connect/-/connect-1.9.2.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\connect-c3c48266 by content address 698ms
1319 silly pacote uglify-js@https://registry.npmjs.org/uglify-js/-/uglify-js-1.2.6.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\uglify-js-7d66f74b by content address 712ms
1320 silly pacote request@https://registry.npmjs.org/request/-/request-2.12.0.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\request-16bc742b by content address 709ms
1321 silly pacote mongodb@https://registry.npmjs.org/mongodb/-/mongodb-1.1.11.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\mongodb-cec30b6b by content address 771ms
1322 silly pacote less@https://registry.npmjs.org/less/-/less-1.3.1.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\less-102e1701 by content address 847ms
1323 silly pacote azure@https://registry.npmjs.org/azure/-/azure-2.0.0-preview.tgz extracted to C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging\azure-8608c07b by content address 18267ms
1324 silly doReverseSerial remove 383
1325 silly remove C:\Users\Blanton\AppData\Roaming\npm\node_modules\azure
1326 verbose unbuild node_modules\azure
1327 info lifecycle [email protected]
preuninstall: [email protected]
1328 silly lifecycle [email protected]
preuninstall: no script for preuninstall, continuing
1329 info lifecycle [email protected]
uninstall: [email protected]
1330 silly lifecycle [email protected]
uninstall: no script for uninstall, continuing
1331 verbose unbuild rmStuff [email protected] from C:\Users\Blanton\AppData\Roaming\npm\node_modules
1332 info lifecycle [email protected]
postuninstall: [email protected]
1333 silly lifecycle [email protected]
postuninstall: no script for postuninstall, continuing
1334 silly doSerial move 383
1335 silly doSerial finalize 383
1336 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor
1337 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\useragent
1338 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\uglify-js
1339 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\stylus
1340 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\stream-buffers
1341 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\sockjs
1342 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\simplesmtp
1343 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\semver
1344 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request
1345 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\progress
1346 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\nib
1347 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\mongodb
1348 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\mailcomposer
1349 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\less
1350 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\keypress
1351 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\http-proxy
1352 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\handlebars
1353 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\gzippo
1354 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\fibers
1355 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\connect
1356 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\coffee-script
1357 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\clean-css
1358 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\azure
1359 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\yamlparser
1360 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\xoauth2
1361 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\optimist
1362 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\wordwrap
1363 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\useragent\node_modules\semver
1364 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\useragent\node_modules\request
1365 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules\form-data
1366 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules\mime
1367 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules\form-data\node_modules\combined-stream
1368 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules\form-data\node_modules\combined-stream\node_modules\delayed-stream
1369 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules\form-data\node_modules\async
1370 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\rai
1371 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\qs
1372 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\pkginfo
1373 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\node-uuid
1374 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\debug
1375 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\ms
1376 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\mkdirp
1377 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\mimelib-noiconv
1378 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\mime
1379 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\handlebars\node_modules\uglify-js
1380 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\formidable
1381 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\faye-websocket
1382 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\cssom
1383 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\colors
1384 silly finalize C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\bson
1385 silly doParallel refresh-package-json 383
1386 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor
1387 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\useragent
1388 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\uglify-js
1389 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\stylus
1390 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\stream-buffers
1391 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\sockjs
1392 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\simplesmtp
1393 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\semver
1394 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request
1395 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\progress
1396 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\nib
1397 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\mongodb
1398 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\mailcomposer
1399 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\less
1400 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\keypress
1401 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\http-proxy
1402 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\handlebars
1403 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\gzippo
1404 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\fibers
1405 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\connect
1406 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\coffee-script
1407 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\clean-css
1408 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\azure
1409 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\yamlparser
1410 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\xoauth2
1411 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\optimist
1412 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\wordwrap
1413 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\useragent\node_modules\semver
1414 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\useragent\node_modules\request
1415 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules\form-data
1416 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules\mime
1417 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules\form-data\node_modules\combined-stream
1418 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules\form-data\node_modules\combined-stream\node_modules\delayed-stream
1419 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules\form-data\node_modules\async
1420 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\rai
1421 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\qs
1422 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\pkginfo
1423 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\node-uuid
1424 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\debug
1425 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\ms
1426 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\mkdirp
1427 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\mimelib-noiconv
1428 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\mime
1429 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\handlebars\node_modules\uglify-js
1430 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\formidable
1431 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\faye-websocket
1432 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\cssom
1433 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\colors
1434 silly refresh-package-json C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\bson
1435 silly doParallel preinstall 383
1436 silly preinstall [email protected]
1437 info lifecycle [email protected]
preinstall: [email protected]
1438 silly preinstall [email protected]
1439 info lifecycle [email protected]
preinstall: [email protected]
1440 silly preinstall [email protected]
1441 info lifecycle [email protected]
preinstall: [email protected]
1442 silly preinstall [email protected]
1443 info lifecycle [email protected]
preinstall: [email protected]
1444 silly preinstall [email protected]
1445 info lifecycle [email protected]
preinstall: [email protected]
1446 silly preinstall [email protected]
1447 info lifecycle [email protected]
preinstall: [email protected]
1448 silly preinstall [email protected]
1449 info lifecycle [email protected]
preinstall: [email protected]
1450 silly preinstall [email protected]
1451 info lifecycle [email protected]
preinstall: [email protected]
1452 silly preinstall [email protected]
1453 info lifecycle [email protected]
preinstall: [email protected]
1454 silly preinstall [email protected]
1455 info lifecycle [email protected]
preinstall: [email protected]
1456 silly preinstall [email protected]
1457 info lifecycle [email protected]
preinstall: [email protected]
1458 silly preinstall [email protected]
1459 info lifecycle [email protected]
preinstall: [email protected]
1460 silly preinstall [email protected]
1461 info lifecycle [email protected]
preinstall: [email protected]
1462 silly preinstall [email protected]
1463 info lifecycle [email protected]
preinstall: [email protected]
1464 silly preinstall [email protected]
1465 info lifecycle [email protected]
preinstall: [email protected]
1466 silly preinstall [email protected]
1467 info lifecycle [email protected]
preinstall: [email protected]
1468 silly preinstall [email protected]
1469 info lifecycle [email protected]
preinstall: [email protected]
1470 silly preinstall [email protected]
1471 info lifecycle [email protected]
preinstall: [email protected]
1472 silly preinstall [email protected]
1473 info lifecycle [email protected]
preinstall: [email protected]
1474 silly preinstall [email protected]
1475 info lifecycle [email protected]
preinstall: [email protected]
1476 silly preinstall [email protected]
1477 info lifecycle [email protected]
preinstall: [email protected]
1478 silly preinstall [email protected]
1479 info lifecycle [email protected]
preinstall: [email protected]
1480 silly preinstall [email protected]
1481 info lifecycle [email protected]
preinstall: [email protected]
1482 silly preinstall [email protected]
1483 info lifecycle [email protected]
preinstall: [email protected]
1484 silly preinstall [email protected]
1485 info lifecycle [email protected]
preinstall: [email protected]
1486 silly preinstall [email protected]
1487 info lifecycle [email protected]
preinstall: [email protected]
1488 silly preinstall [email protected]
1489 info lifecycle [email protected]
preinstall: [email protected]
1490 silly preinstall [email protected]
1491 info lifecycle [email protected]
preinstall: [email protected]
1492 silly preinstall [email protected]
1493 info lifecycle [email protected]
preinstall: [email protected]
1494 silly preinstall [email protected]
1495 info lifecycle [email protected]
preinstall: [email protected]
1496 silly preinstall [email protected]
1497 info lifecycle [email protected]
preinstall: [email protected]
1498 silly preinstall [email protected]
1499 info lifecycle [email protected]
preinstall: [email protected]
1500 silly preinstall [email protected]
1501 info lifecycle [email protected]
preinstall: [email protected]
1502 silly preinstall [email protected]
1503 info lifecycle [email protected]
preinstall: [email protected]
1504 silly preinstall [email protected]
1505 info lifecycle [email protected]
preinstall: [email protected]
1506 silly preinstall [email protected]
1507 info lifecycle [email protected]
preinstall: [email protected]
1508 silly preinstall [email protected]
1509 info lifecycle [email protected]
preinstall: [email protected]
1510 silly preinstall [email protected]
1511 info lifecycle [email protected]
preinstall: [email protected]
1512 silly preinstall [email protected]
1513 info lifecycle [email protected]
preinstall: [email protected]
1514 silly preinstall [email protected]
1515 info lifecycle [email protected]
preinstall: [email protected]
1516 silly preinstall [email protected]
1517 info lifecycle [email protected]
preinstall: [email protected]
1518 silly preinstall [email protected]
1519 info lifecycle [email protected]
preinstall: [email protected]
1520 silly preinstall [email protected]
1521 info lifecycle [email protected]
preinstall: [email protected]
1522 silly preinstall [email protected]
1523 info lifecycle [email protected]
preinstall: [email protected]
1524 silly preinstall [email protected]
1525 info lifecycle [email protected]
preinstall: [email protected]
1526 silly preinstall [email protected]
1527 info lifecycle [email protected]
preinstall: [email protected]
1528 silly preinstall [email protected]
1529 info lifecycle [email protected]
preinstall: [email protected]
1530 silly preinstall [email protected]
1531 info lifecycle [email protected]
preinstall: [email protected]
1532 silly preinstall [email protected]
1533 info lifecycle [email protected]
preinstall: [email protected]
1534 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1535 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1536 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1537 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1538 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1539 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1540 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1541 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1542 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1543 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1544 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1545 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1546 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1547 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1548 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1549 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1550 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1551 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1552 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1553 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1554 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1555 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1556 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1557 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1558 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1559 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1560 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1561 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1562 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1563 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1564 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1565 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1566 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1567 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1568 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1569 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1570 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1571 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1572 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1573 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1574 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1575 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1576 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1577 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1578 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1579 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1580 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1581 silly lifecycle [email protected]
preinstall: no script for preinstall, continuing
1582 silly lifecycle [email protected]preinstall: no script for preinstall, continuing
1583 silly doSerial build 383
1584 silly build [email protected]
1585 info linkStuff [email protected]
1586 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules as its parent node_modules
1587 silly linkStuff [email protected] is part of a global install
1588 silly linkStuff [email protected] is installed into a global node_modules
1589 silly linkStuff [email protected] is installed into the top-level global node_modules
1590 verbose linkBins [email protected]
1591 verbose linkBins [ { meteor: 'app/meteor/meteor.js' },
1591 verbose linkBins 'C:\Users\Blanton\AppData\Roaming\npm',
1591 verbose linkBins true ]
1592 verbose linkMans [email protected]
1593 silly build [email protected]
1594 info linkStuff [email protected]
1595 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1596 silly linkStuff [email protected] is part of a global install
1597 silly linkStuff [email protected] is installed into a global node_modules
1598 verbose linkBins [email protected]
1599 verbose linkMans [email protected]
1600 silly build [email protected]
1601 info linkStuff [email protected]
1602 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1603 silly linkStuff [email protected] is part of a global install
1604 silly linkStuff [email protected] is installed into a global node_modules
1605 verbose linkBins [email protected]
1606 verbose linkBins [ { uglifyjs: './bin/uglifyjs' },
1606 verbose linkBins 'C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\.bin',
1606 verbose linkBins false ]
1607 verbose linkMans [email protected]
1608 silly build [email protected]
1609 info linkStuff [email protected]
1610 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1611 silly linkStuff [email protected] is part of a global install
1612 silly linkStuff [email protected] is installed into a global node_modules
1613 verbose linkBins [email protected]
1614 verbose linkBins [ { stylus: './bin/stylus' },
1614 verbose linkBins 'C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\.bin',
1614 verbose linkBins false ]
1615 verbose linkMans [email protected]
1616 silly build [email protected]
1617 info linkStuff [email protected]
1618 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1619 silly linkStuff [email protected] is part of a global install
1620 silly linkStuff [email protected] is installed into a global node_modules
1621 verbose linkBins [email protected]
1622 verbose linkMans [email protected]
1623 silly build [email protected]
1624 info linkStuff [email protected]
1625 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1626 silly linkStuff [email protected] is part of a global install
1627 silly linkStuff [email protected] is installed into a global node_modules
1628 verbose linkBins [email protected]
1629 verbose linkMans [email protected]
1630 silly build [email protected]
1631 info linkStuff [email protected]
1632 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1633 silly linkStuff [email protected] is part of a global install
1634 silly linkStuff [email protected] is installed into a global node_modules
1635 verbose linkBins [email protected]
1636 verbose linkMans [email protected]
1637 silly build [email protected]
1638 info linkStuff [email protected]
1639 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1640 silly linkStuff [email protected] is part of a global install
1641 silly linkStuff [email protected] is installed into a global node_modules
1642 verbose linkBins [email protected]
1643 verbose linkBins [ { semver: './bin/semver' },
1643 verbose linkBins 'C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\.bin',
1643 verbose linkBins false ]
1644 verbose linkMans [email protected]
1645 silly build [email protected]
1646 info linkStuff [email protected]
1647 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1648 silly linkStuff [email protected] is part of a global install
1649 silly linkStuff [email protected] is installed into a global node_modules
1650 verbose linkBins [email protected]
1651 verbose linkMans [email protected]
1652 silly build [email protected]
1653 info linkStuff [email protected]
1654 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1655 silly linkStuff [email protected] is part of a global install
1656 silly linkStuff [email protected] is installed into a global node_modules
1657 verbose linkBins [email protected]
1658 verbose linkMans [email protected]
1659 silly build [email protected]
1660 info linkStuff [email protected]
1661 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1662 silly linkStuff [email protected] is part of a global install
1663 silly linkStuff [email protected] is installed into a global node_modules
1664 verbose linkBins [email protected]
1665 verbose linkMans [email protected]
1666 silly build [email protected]
1667 info linkStuff [email protected]
1668 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1669 silly linkStuff [email protected] is part of a global install
1670 silly linkStuff [email protected] is installed into a global node_modules
1671 verbose linkBins [email protected]
1672 verbose linkMans [email protected]
1673 silly build [email protected]
1674 info linkStuff [email protected]
1675 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1676 silly linkStuff [email protected] is part of a global install
1677 silly linkStuff [email protected] is installed into a global node_modules
1678 verbose linkBins [email protected]
1679 verbose linkMans [email protected]
1680 silly build [email protected]
1681 info linkStuff [email protected]
1682 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1683 silly linkStuff [email protected] is part of a global install
1684 silly linkStuff [email protected] is installed into a global node_modules
1685 verbose linkBins [email protected]
1686 verbose linkBins [ { lessc: './bin/lessc' },
1686 verbose linkBins 'C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\.bin',
1686 verbose linkBins false ]
1687 verbose linkMans [email protected]
1688 silly build [email protected]
1689 info linkStuff [email protected]
1690 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1691 silly linkStuff [email protected] is part of a global install
1692 silly linkStuff [email protected] is installed into a global node_modules
1693 verbose linkBins [email protected]
1694 verbose linkMans [email protected]
1695 silly build [email protected]
1696 info linkStuff [email protected]
1697 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1698 silly linkStuff [email protected] is part of a global install
1699 silly linkStuff [email protected] is installed into a global node_modules
1700 verbose linkBins [email protected]
1701 verbose linkBins [ { 'node-http-proxy': './bin/node-http-proxy' },
1701 verbose linkBins 'C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\.bin',
1701 verbose linkBins false ]
1702 verbose linkMans [email protected]
1703 silly build [email protected]
1704 info linkStuff [email protected]
1705 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1706 silly linkStuff [email protected] is part of a global install
1707 silly linkStuff [email protected] is installed into a global node_modules
1708 verbose linkBins [email protected]
1709 verbose linkBins [ { handlebars: 'bin/handlebars' },
1709 verbose linkBins 'C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\.bin',
1709 verbose linkBins false ]
1710 verbose linkMans [email protected]
1711 silly build [email protected]
1712 info linkStuff [email protected]
1713 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1714 silly linkStuff [email protected] is part of a global install
1715 silly linkStuff [email protected] is installed into a global node_modules
1716 verbose linkBins [email protected]
1717 verbose linkMans [email protected]
1718 silly build [email protected]
1719 info linkStuff [email protected]
1720 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1721 silly linkStuff [email protected] is part of a global install
1722 silly linkStuff [email protected] is installed into a global node_modules
1723 verbose linkBins [email protected]
1724 verbose linkMans [email protected]
1725 silly build [email protected]
1726 info linkStuff [email protected]
1727 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1728 silly linkStuff [email protected] is part of a global install
1729 silly linkStuff [email protected] is installed into a global node_modules
1730 verbose linkBins [email protected]
1731 verbose linkMans [email protected]
1732 silly build [email protected]
1733 info linkStuff [email protected]
1734 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1735 silly linkStuff [email protected] is part of a global install
1736 silly linkStuff [email protected] is installed into a global node_modules
1737 verbose linkBins [email protected]
1738 verbose linkBins [ { coffee: './bin/coffee', cake: './bin/cake' },
1738 verbose linkBins 'C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\.bin',
1738 verbose linkBins false ]
1739 verbose linkMans [email protected]
1740 silly build [email protected]
1741 info linkStuff [email protected]
1742 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1743 silly linkStuff [email protected] is part of a global install
1744 silly linkStuff [email protected] is installed into a global node_modules
1745 verbose linkBins [email protected]
1746 verbose linkBins [ { cleancss: './bin/cleancss' },
1746 verbose linkBins 'C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\.bin',
1746 verbose linkBins false ]
1747 verbose linkMans [email protected]
1748 silly build [email protected]
1749 info linkStuff [email protected]
1750 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules as its parent node_modules
1751 silly linkStuff [email protected] is part of a global install
1752 silly linkStuff [email protected] is installed into a global node_modules
1753 silly linkStuff [email protected] is installed into the top-level global node_modules
1754 verbose linkBins [email protected]
1755 verbose linkMans [email protected]
1756 silly build [email protected]
1757 info linkStuff [email protected]
1758 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1759 silly linkStuff [email protected] is part of a global install
1760 silly linkStuff [email protected] is installed into a global node_modules
1761 verbose linkBins [email protected]
1762 verbose linkMans [email protected]
1763 silly build [email protected]
1764 info linkStuff [email protected]
1765 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1766 silly linkStuff [email protected] is part of a global install
1767 silly linkStuff [email protected] is installed into a global node_modules
1768 verbose linkBins [email protected]
1769 verbose linkMans [email protected]
1770 silly build [email protected]
1771 info linkStuff [email protected]
1772 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1773 silly linkStuff [email protected] is part of a global install
1774 silly linkStuff [email protected] is installed into a global node_modules
1775 verbose linkBins [email protected]
1776 verbose linkMans [email protected]
1777 silly build [email protected]
1778 info linkStuff [email protected]
1779 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1780 silly linkStuff [email protected] is part of a global install
1781 silly linkStuff [email protected] is installed into a global node_modules
1782 verbose linkBins [email protected]
1783 verbose linkMans [email protected]
1784 silly build [email protected]
1785 info linkStuff [email protected]
1786 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\useragent\node_modules as its parent node_modules
1787 silly linkStuff [email protected] is part of a global install
1788 silly linkStuff [email protected] is installed into a global node_modules
1789 verbose linkBins [email protected]
1790 verbose linkBins [ { semver: './bin/semver' },
1790 verbose linkBins 'C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\useragent\node_modules\.bin',
1790 verbose linkBins false ]
1791 verbose linkMans [email protected]
1792 silly build [email protected]
1793 info linkStuff [email protected]
1794 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\useragent\node_modules as its parent node_modules
1795 silly linkStuff [email protected] is part of a global install
1796 silly linkStuff [email protected] is installed into a global node_modules
1797 verbose linkBins [email protected]
1798 verbose linkMans [email protected]
1799 silly build [email protected]
1800 info linkStuff [email protected]
1801 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules as its parent node_modules
1802 silly linkStuff [email protected] is part of a global install
1803 silly linkStuff [email protected] is installed into a global node_modules
1804 verbose linkBins [email protected]
1805 verbose linkMans [email protected]
1806 silly build [email protected]
1807 info linkStuff [email protected]
1808 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules as its parent node_modules
1809 silly linkStuff [email protected] is part of a global install
1810 silly linkStuff [email protected] is installed into a global node_modules
1811 verbose linkBins [email protected]
1812 verbose linkMans [email protected]
1813 silly build [email protected]
1814 info linkStuff [email protected]
1815 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules\form-data\node_modules as its parent node_modules
1816 silly linkStuff [email protected] is part of a global install
1817 silly linkStuff [email protected] is installed into a global node_modules
1818 verbose linkBins [email protected]
1819 verbose linkMans [email protected]
1820 silly build [email protected]
1821 info linkStuff [email protected]
1822 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules\form-data\node_modules\combined-stream\node_modules as its parent node_modules
1823 silly linkStuff [email protected] is part of a global install
1824 silly linkStuff [email protected] is installed into a global node_modules
1825 verbose linkBins [email protected]
1826 verbose linkMans [email protected]
1827 silly build [email protected]
1828 info linkStuff [email protected]
1829 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\request\node_modules\form-data\node_modules as its parent node_modules
1830 silly linkStuff [email protected] is part of a global install
1831 silly linkStuff [email protected] is installed into a global node_modules
1832 verbose linkBins [email protected]
1833 verbose linkMans [email protected]
1834 silly build [email protected]
1835 info linkStuff [email protected]
1836 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1837 silly linkStuff [email protected] is part of a global install
1838 silly linkStuff [email protected] is installed into a global node_modules
1839 verbose linkBins [email protected]
1840 verbose linkMans [email protected]
1841 silly build [email protected]
1842 info linkStuff [email protected]
1843 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1844 silly linkStuff [email protected] is part of a global install
1845 silly linkStuff [email protected] is installed into a global node_modules
1846 verbose linkBins [email protected]
1847 verbose linkMans [email protected]
1848 silly build [email protected]
1849 info linkStuff [email protected]
1850 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1851 silly linkStuff [email protected] is part of a global install
1852 silly linkStuff [email protected] is installed into a global node_modules
1853 verbose linkBins [email protected]
1854 verbose linkMans [email protected]
1855 silly build [email protected]
1856 info linkStuff [email protected]
1857 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1858 silly linkStuff [email protected] is part of a global install
1859 silly linkStuff [email protected] is installed into a global node_modules
1860 verbose linkBins [email protected]
1861 verbose linkMans [email protected]
1862 silly build [email protected]
1863 info linkStuff [email protected]
1864 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1865 silly linkStuff [email protected] is part of a global install
1866 silly linkStuff [email protected] is installed into a global node_modules
1867 verbose linkBins [email protected]
1868 verbose linkMans [email protected]
1869 silly build [email protected]
1870 info linkStuff [email protected]
1871 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1872 silly linkStuff [email protected] is part of a global install
1873 silly linkStuff [email protected] is installed into a global node_modules
1874 verbose linkBins [email protected]
1875 verbose linkMans [email protected]
1876 silly build [email protected]
1877 info linkStuff [email protected]
1878 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1879 silly linkStuff [email protected] is part of a global install
1880 silly linkStuff [email protected] is installed into a global node_modules
1881 verbose linkBins [email protected]
1882 verbose linkMans [email protected]
1883 silly build [email protected]
1884 info linkStuff [email protected]
1885 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1886 silly linkStuff [email protected] is part of a global install
1887 silly linkStuff [email protected] is installed into a global node_modules
1888 verbose linkBins [email protected]
1889 verbose linkMans [email protected]
1890 silly build [email protected]
1891 info linkStuff [email protected]
1892 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1893 silly linkStuff [email protected] is part of a global install
1894 silly linkStuff [email protected] is installed into a global node_modules
1895 verbose linkBins [email protected]
1896 verbose linkMans [email protected]
1897 silly build [email protected]
1898 info linkStuff [email protected]
1899 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\handlebars\node_modules as its parent node_modules
1900 silly linkStuff [email protected] is part of a global install
1901 silly linkStuff [email protected] is installed into a global node_modules
1902 verbose linkBins [email protected]
1903 verbose linkBins [ { uglifyjs: './bin/uglifyjs' },
1903 verbose linkBins 'C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\handlebars\node_modules\.bin',
1903 verbose linkBins false ]
1904 verbose linkMans [email protected]
1905 silly build [email protected]
1906 info linkStuff [email protected]
1907 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1908 silly linkStuff [email protected] is part of a global install
1909 silly linkStuff [email protected] is installed into a global node_modules
1910 verbose linkBins [email protected]
1911 verbose linkMans [email protected]
1912 silly build [email protected]
1913 info linkStuff [email protected]
1914 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1915 silly linkStuff [email protected] is part of a global install
1916 silly linkStuff [email protected] is installed into a global node_modules
1917 verbose linkBins [email protected]
1918 verbose linkMans [email protected]
1919 silly build [email protected]
1920 info linkStuff [email protected]
1921 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1922 silly linkStuff [email protected] is part of a global install
1923 silly linkStuff [email protected] is installed into a global node_modules
1924 verbose linkBins [email protected]
1925 verbose linkMans [email protected]
1926 silly build [email protected]
1927 info linkStuff [email protected]
1928 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1929 silly linkStuff [email protected] is part of a global install
1930 silly linkStuff [email protected] is installed into a global node_modules
1931 verbose linkBins [email protected]
1932 verbose linkMans [email protected]
1933 silly build [email protected]
1934 info linkStuff [email protected]
1935 silly linkStuff [email protected] has C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules as its parent node_modules
1936 silly linkStuff [email protected] is part of a global install
1937 silly linkStuff [email protected] is installed into a global node_modules
1938 verbose linkBins [email protected]
1939 verbose linkMans [email protected]
1940 silly doSerial global-link 383
1941 silly doParallel update-linked 383
1942 silly doSerial install 383
1943 silly install [email protected]
1944 info lifecycle [email protected]
install: [email protected]
1945 silly lifecycle [email protected]install: no script for install, continuing
1946 silly install [email protected]
1947 info lifecycle [email protected]
install: [email protected]
1948 silly lifecycle [email protected]install: no script for install, continuing
1949 silly install [email protected]
1950 info lifecycle [email protected]
install: [email protected]
1951 silly lifecycle [email protected]install: no script for install, continuing
1952 silly install [email protected]
1953 info lifecycle [email protected]
install: [email protected]
1954 silly lifecycle [email protected]install: no script for install, continuing
1955 silly install [email protected]
1956 info lifecycle [email protected]
install: [email protected]
1957 silly lifecycle [email protected]install: no script for install, continuing
1958 silly install [email protected]
1959 info lifecycle [email protected]
install: [email protected]
1960 silly lifecycle [email protected]install: no script for install, continuing
1961 silly install [email protected]
1962 info lifecycle [email protected]
install: [email protected]
1963 silly lifecycle [email protected]install: no script for install, continuing
1964 silly install [email protected]
1965 info lifecycle [email protected]
install: [email protected]
1966 silly lifecycle [email protected]install: no script for install, continuing
1967 silly install [email protected]
1968 info lifecycle [email protected]
install: [email protected]
1969 silly lifecycle [email protected]install: no script for install, continuing
1970 silly install [email protected]
1971 info lifecycle [email protected]
install: [email protected]
1972 silly lifecycle [email protected]install: no script for install, continuing
1973 silly install [email protected]
1974 info lifecycle [email protected]
install: [email protected]
1975 silly lifecycle [email protected]install: no script for install, continuing
1976 silly install [email protected]
1977 info lifecycle [email protected]
install: [email protected]
1978 silly lifecycle [email protected]install: no script for install, continuing
1979 silly install [email protected]
1980 info lifecycle [email protected]
install: [email protected]
1981 silly lifecycle [email protected]install: no script for install, continuing
1982 silly install [email protected]
1983 info lifecycle [email protected]
install: [email protected]
1984 silly lifecycle [email protected]install: no script for install, continuing
1985 silly install [email protected]
1986 info lifecycle [email protected]
install: [email protected]
1987 silly lifecycle [email protected]install: no script for install, continuing
1988 silly install [email protected]
1989 info lifecycle [email protected]
install: [email protected]
1990 silly lifecycle [email protected]install: no script for install, continuing
1991 silly install [email protected]
1992 info lifecycle [email protected]
install: [email protected]
1993 silly lifecycle [email protected]install: no script for install, continuing
1994 silly install [email protected]
1995 info lifecycle [email protected]
install: [email protected]
1996 silly lifecycle [email protected]install: no script for install, continuing
1997 silly install [email protected]
1998 info lifecycle [email protected]
install: [email protected]
1999 verbose lifecycle [email protected]install: unsafe-perm in lifecycle true
2000 verbose lifecycle [email protected]
install: PATH: C:\Users\Blanton\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin;C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\fibers\node_modules.bin;C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules.bin;C:\Users\Blanton\AppData\Roaming\npm\node_modules.bin;C:\Program Files (x86)\Rockwell Software\RSCommon;C:\Program Files (x86)\Rockwell Software\RSCommon;C:\Program Files (x86)\Common Files\Siemens\Simnetcom;C:\Program Files (x86)\Common Files\Siemens\Sqlany;C:\Program Files (x86)\SIEMENS\Step7\S7bin;C:\Program Files\Common Files\Siemens\Automation\Simatic OAM\bin;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files (x86)\PKWARE\pkzipc;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn;c:\Program Files\Microsoft SQL Server\100\Tools\Binn;c:\Program Files\Microsoft SQL Server\100\DTS\Binn;C:\Program Files (x86)\QuickTime\QTSystem;C:\Program Files (x86)\Common Files\Rockwell;c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn;C:\Program Files (x86)\Rockwell Software\RSView Enterprise;C:\Program Files\Microsoft\Web Platform Installer;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit;C:\Program Files\Microsoft SQL Server\110\Tools\Binn;C:\Program Files (x86)\Rockwell Automation\Common\Components;C:\Program Files (x86)\Skype\Phone;C:\Program Files\nodejs;C:\Users\Blanton\AppData\Local.meteor;C:\Users\Blanton\AppData\Roaming\npm;.;
2001 verbose lifecycle [email protected]install: CWD: C:\Users\Blanton\AppData\Roaming\npm\node_modules\meteor\node_modules\fibers
2002 silly lifecycle [email protected]
install: Args: [ '/d /s /c', 'node ./build.js' ]
2003 silly lifecycle [email protected]install: Returned: code: 1 signal: null
2004 info lifecycle [email protected]
install: Failed to exec install script
2005 verbose unlock done using C:\Users\Blanton\AppData\Roaming\npm-cache_locks\staging-546ead3dd0da3b06.lock for C:\Users\Blanton\AppData\Roaming\npm\node_modules.staging
2006 verbose stack Error: [email protected] install: node ./build.js
2006 verbose stack Exit status 1
2006 verbose stack at EventEmitter. (C:\Users\Blanton\AppData\Roaming\npm\node_modules\npm\lib\utils\lifecycle.js:283:16)
2006 verbose stack at emitTwo (events.js:106:13)
2006 verbose stack at EventEmitter.emit (events.js:191:7)
2006 verbose stack at ChildProcess. (C:\Users\Blanton\AppData\Roaming\npm\node_modules\npm\lib\utils\spawn.js:40:14)
2006 verbose stack at emitTwo (events.js:106:13)
2006 verbose stack at ChildProcess.emit (events.js:191:7)
2006 verbose stack at maybeClose (internal/child_process.js:891:16)
2006 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
2007 verbose pkgid [email protected]
2008 verbose cwd C:\Windows\system32
2009 verbose Windows_NT 6.1.7601
2010 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Users\Blanton\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "install" "-g" "meteor" "azure"
2011 verbose node v6.11.0
2012 verbose npm v5.0.4
2013 error code ELIFECYCLE
2014 error errno 1
2015 error [email protected] install: node ./build.js
2015 error Exit status 1
2016 error Failed at the [email protected] install script.
2016 error This is probably not a problem with npm. There is likely additional logging output above.
2017 verbose exit [ 1, true ]

npm binary dependencies

I am having issues with npm binary dependencies;

D:\home\meteor-azure.meteor\packages\meteor-tool\1.4.2_3\mt-os.windows.x86_32\dev_bundle\bin\npm.cmd
rebuild --update-binary
node-pre-gyp ERR! Tried to download:
https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.0.14/fse-v1.0.14-node-v46-win32-ia32.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and
[email protected] (node-v46 ABI) (falling back to source compile with node-gyp)

Try with windows-build-tools but got access error;

Please restart this script from an administrative PowerShell!
The build tools cannot be installed without administrative rights.
To fix, right-click on PowerShell and run "as Administrator".

Did you come across a similar issue? Do you have any ideas?

"npm failed" error

This may be related to one of the earlier issues w/ NPM, but have been unable to figure it out. Please let me know if you can derive any useful actions from this error message?

An error has occurred during web site deployment. npm failed npm WARN [email protected] No description\r\nnpm WARN [email protected] No repository field.\r\nnpm WARN [email protected] No license field.\r\nnpm ERR! Windows_NT 6.2.9200\r\nnpm ERR! argv "D:\\home\\meteor-azure\\nvm\\v4.6.2\\node.exe" "D:\\home\\meteor-azure\\nvm\\v4.6.2\\node_modules\\npm\\bin\\npm-cli.js" "install" "--production"\r\nnpm ERR! node v4.6.2\r\nnpm ERR! npm v3.10.9\r\nnpm ERR! path D:\home\site\wwwroot\programs\server\node_modules\fibers\bin\win32-ia32-46\fibers.node\r\nnpm ERR! code EPERM\r\nnpm ERR! errno -4048\r\nnpm ERR! syscall unlink\r\n\r\nnpm ERR! Error: EPERM: operation not permitted, unlink 'D:\home\site\wwwroot\programs\server\node_modules\fibers\bin\win32-ia32-46\fibers.node'\r\nnpm ERR! at Error (native)\r\nnpm ERR! { [Error: EPERM: operation not permitted, unlink 'D:\home\site\wwwroot\programs\server\node_modules\fibers\bin\win32-ia32-46\fibers.node']\r\nnpm ERR! errno: -4048,\r\nnpm ERR! code: 'EPERM',\r\nnpm ERR! syscall: 'unlink',\r\nnpm ERR! path: 'D:\\home\\site\\wwwroot\\programs\\server\\node_modules\\fibers\\bin\\win32-ia32-46\\fibers.node',\r\nnpm ERR! parent: 'meteor-dev-bundle' }\r\nnpm ERR! \r\nnpm ERR! Please try running this command again as root/Administrator.\r\n\r\nnpm ERR! Please include the following file with any support request:\r\nnpm ERR! D:\home\site\wwwroot\programs\server\npm-debug.log\r\nD:\Program Files (x86)\SiteExtensions\Kudu\59.51212.2600\bin\Scripts\starter.cmd bash .config/azure/deploy.sh

Not-so-funny part is it worked perfectly on the previous deploy (the only change i made was 2 words in 1 HTML file), and the same codebase (dev branch) works on another deployment slot.

meteor-azure reports a successful deploy but site is down

With v2.0.5

> meteor-azure --debug --settings settings.json --web-config .\.config\azure\web.config

info:    Authenticating with interactive login...
To sign in, use a web browser to open the page https://aka.ms/devicelogin and enter the code - to authenticate.
debug:   completed Azure authentication
info:    Updating Azure application settings
debug:   set environment variables
debug:   set Meteor settings
debug:   set Kudu deployment settings
debug:   set Node to v4.8.3
debug:   set NPM to v4.6.1
info:    Compiling application bundle
debug:   generate meteor build
debug:   add custom web config
debug:   create tarball
info:    Deploying bundle tarball
info:    Running server initialisation, polling for status...
debug:   Retrieving Kudu deployment log...
debug:   Command: bash script.sh
debug:   meteor-azure: Now using NVM v1.1.4
debug:   meteor-azure: Setting Node version
debug:   Version 4.8.3 is already installed.
debug:   meteor-azure: Now using Node v4.8.3 (32-bit)
debug:   meteor-azure: Now using NPM v4.6.1
debug:   meteor-azure: Unpacking bundle
debug:   meteor-azure: Setting Node runtime
debug:   meteor-azure: Installing NPM dependencies
debug:   /tmp/8d4bb8369c25f5b/bundle/programs/server /tmp/8d4bb8369c25f5b
debug:
debug:   > [email protected] install D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\node_modules\fibers
debug:   > node build.js || nodejs build.js
debug:
debug:   `win32-ia32-46` exists; testing
debug:   Binary is fine; exiting
debug:
debug:   > [email protected] install D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server
debug:   > node npm-rebuild.js
debug:
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server
debug:   npm WARN [email protected] No description
debug:   +-- [email protected]
debug:   npm WARN [email protected] No repository field.
debug:   +-- [email protected]
debug:   +-- [email protected]
debug:   +-- [email protected]
debug:   +-- [email protected]
debug:   npm WARN [email protected] No license field.
debug:   | `-- [email protected]  deduped
debug:   +-- [email protected]
debug:   +-- [email protected]
debug:   | `-- [email protected]  deduped
debug:   +-- [email protected]
debug:   | `-- [email protected]  deduped
debug:   `-- [email protected]
debug:
debug:   /tmp/8d4bb8369c25f5b
debug:   meteor-azure: Rebuilding NPM dependencies
debug:   /tmp/8d4bb8369c25f5b/bundle/programs/server/npm /tmp/8d4bb8369c25f5b
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\Base64
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\asap
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\asn1.js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\bn.js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\asn1.js\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\minimalistic-assert
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\assert
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\util
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\base64-js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\brorand
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\browserify-aes
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\buffer-xor
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\cipher-base
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\cipher-base\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\create-hash
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\create-hash\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\ripemd160
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\ripemd160\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\sha.js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\sha.js\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\evp_bytestokey
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\browserify-aes\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\browserify-cipher
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\browserify-des
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\des.js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\des.js\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\browserify-des\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\browserify-rsa
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\randombytes
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\safe-buffer
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\browserify-sign
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\create-hmac
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\create-hmac\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\elliptic
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\hash.js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\hash.js\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\elliptic\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\browserify-sign\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\parse-asn1
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\pbkdf2
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\browserify-zlib
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\pako
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\buffer
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\ieee754
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\isarray
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\console-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\date-now
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\constants-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\core-js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\create-ecdh
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\create-react-class
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\fbjs
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\fbjs\node_modules\core-js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\isomorphic-fetch
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\node-fetch
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\encoding
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\iconv-lite
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\is-stream
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\whatwg-fetch
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\loose-envify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\js-tokens
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\object-assign
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\promise
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\setimmediate
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\ua-parser-js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\crypto-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\diffie-hellman
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\miller-rabin
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\crypto-browserify\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\public-encrypt
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\domain-browser
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\events
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\http-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\http-browserify\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\https-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\indexof
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\assert
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\util
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\browserify-zlib
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\pako
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\buffer
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\base64-js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\ieee754
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\isarray
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\console-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\date-now
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\constants-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\crypto-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\browserify-cipher
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\browserify-aes
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\buffer-xor
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\cipher-base
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\create-hash
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\ripemd160
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\sha.js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\evp_bytestokey
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\browserify-des
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\des.js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\minimalistic-assert
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\browserify-sign
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\bn.js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\browserify-rsa
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\randombytes
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\create-hmac
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\elliptic
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\brorand
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\hash.js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\parse-asn1
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\asn1.js
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\pbkdf2
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\create-ecdh
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\diffie-hellman
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\miller-rabin
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\public-encrypt
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\domain-browser
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\events
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\http-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\Base64
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\https-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\os-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\path-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\process
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\punycode
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\querystring-es3
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\readable-stream
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\process-nextick-args
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\safe-buffer
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\string_decoder
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\util-deprecate
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\stream-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\timers-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\tty-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\url
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\url\node_modules\punycode
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\querystring
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\vm-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\meteor-node-stubs\node_modules\indexof
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\os-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\path-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\process
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\process-nextick-args
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\prop-types
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\punycode
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\querystring
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\querystring-es3
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\react
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\react-dom
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\readable-stream
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\readable-stream\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\string_decoder
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\util-deprecate
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\stream-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\stream-browserify\node_modules\inherits
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\stream-browserify\node_modules\readable-stream
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\timers-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\tty-browserify
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\url
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\url\node_modules\punycode
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\viewmodel-react
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\viewmodel-react-explorer
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\viewmodel-react-plugin
debug:   [email protected] D:\local\Temp\8d4bb8369c25f5b\bundle\programs\server\npm\node_modules\vm-browserify
debug:   /tmp/8d4bb8369c25f5b
debug:   meteor-azure: Syncing bundle
debug:   meteor-azure: Finished successfully
info:    Finished successfully

Continuous Deployment not working

I am using Azure Web App to host one of my projects from Github and currently doing so with this tool and continuous deployment.

My issue comes in when Azure picks up a new commit from the repository.

  1. Azure sees the changes and starts the deployment process for the most recent commit
  2. After finishing the upload, I navigate to the website
  3. Changes do not appear and the website seems to still be the previous version of the web app

I am not 100% sure that this is an issue with the deployment script or it is on Azure's end, but I am posting here in case this is a known issue or someone can point me in the right direction.

Let me know if I can provide more information for this issue
Thanks

EDIT: Added deployment log

Command: bash .config/azure/deploy.sh
The package.json file does not specify node.js engine version constraints.
The node.js application will run with the default node.js version 4.6.1.
Selected npm version 2.15.9
meteor-azure: Setting NPM version
D:\local\AppData\npm\npm -> D:\local\AppData\npm\node_modules\npm\bin\npm-cli.js
[email protected] D:\local\AppData\npm\node_modules\npm
3.10.9
meteor-azure: Building app
npm WARN enoent ENOENT: no such file or directory, open 'D:\home\site\repository\package.json'
npm WARN repository No description
npm WARN repository No repository field.
npm WARN repository No README data
npm WARN repository No license field.
The system cannot find the path specified.
cp: cannot create regular file 'D:\local\LocalAppData\meteor-azure\bundle': No such file or directory
meteor-azure: Deploying bundle
.config/azure/deploy.sh: line 138: cd: D:\local\LocalAppData/meteor-azure: No such file or directory
meteor-azure: Preparing package.json
meteor-azure: Installing NPM packages
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.
meteor-azure: Finished successfully.

error: Could not complete server initialisation [v2.0.0-rc.4]

Using 2.0.0-rc.4 (rc.3 also fails)

If it's any help, I updated to Meteor 1.5 and meteor-azure 2.0.0-rc.4, tried to deploy and got this error. Rolled back to 1.4 and rc.3 and I'm still getting the error.

info:    Authenticating with interactive login...
info:    Updating Azure application settings
info:    Compiling application bundle
info:    Deploying bundle tarball
info:    Running server initialisation, polling for status...
error:   Could not complete server initialisation
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ViewModel.org@ just-deploy: `meteor-azure --settings settings.json --web-config .\.config\azure\web.config`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ViewModel.org@ just-deploy script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Problem with mocked file name (alanning:roles)

I'm having errors with the deployment script. I was having difficulties integrating with Github (nevermind that I'm not the Github admin at work so I have to bug my boss everytime to configure it), so I used local Git option.

This seems to work fine, except I get the error:

remote: Updating branch 'master'.
remote: Deployment failed
remote: Error - Changes committed to remote repository but deployment to website failed.
To https://WEBAPP_ADDRESS.scm.azurewebsites.net:443/WEBAPP_NAME.git
   1dc5c74..d71b1fd  master -> master

Also, in Azure, I get this:

screen shot 2016-12-14 at 4 21 38 pm
simple statement

I assume this is because Azure doesn't recognize "something:something" as a valid folder name? However, it's hard to fix this, since I need a mock of the alanning:roles package for my Jest tests to work.

Really curious if you have any suggestions. Thanks!

Before opening an issue, please check if a similar one already exists or has been closed before.

If you are reporting a bug, please be sure to include the following:

  • Script version is Version: 1.0.8

Meteor 1.6 and bcrypt package

This is a modified Todo app, which builds fine on my Mac but I can't deploy to Azure.

  • Operating system
    MacOS 10.12.6

  • Meteor version
    cat .meteor/release
    [email protected]
    meteor show meteor
    Package: [email protected] - I just updated to this one from 1.7.1. because meteor-azure failed when trying to install NPM so I've upgraded to latest.

  • Package version (run meteor-azure -v)
    v2.0.7

  • Command output with debug mode enabled

debug:   completed Azure authentication
info:    Updating Azure application settings
debug:   set environment variables
debug:   set Meteor settings
debug:   set Kudu deployment settings
debug:   set Node to v8.8.1
debug:   set NPM to v5.4.2
info:    Compiling application bundle
debug:   generate meteor build
warn:    Using default web config
debug:   create tarball
info:    Deploying bundle tarball
info:    Running server initialisation, polling for status...
debug:   Retrieving Kudu deployment log...
debug:   Command: bash script.sh
debug:   meteor-azure: Now using NVM v1.1.4
debug:   meteor-azure: Setting Node version
debug:   Version 8.8.1 is already installed.
debug:   meteor-azure: Now using Node v8.8.1 (32-bit)
debug:   meteor-azure: Now using NPM v5.4.2
debug:   meteor-azure: Unpacking bundle
debug:   meteor-azure: Using default web config
debug:   meteor-azure: Setting Node runtime
debug:   meteor-azure: Enabling IISNode logging
debug:   meteor-azure: Installing NPM dependencies
debug:   /tmp/8d520269dffcf4f/bundle/programs/server /tmp/8d520269dffcf4f
debug:
debug:   > [email protected] install D:\local\Temp\8d520269dffcf4f\bundle\programs\server\node_modules\fibers
debug:   > node build.js || nodejs build.js
debug:
debug:   `win32-ia32-57` exists; testing
debug:   Binary is fine; exiting
debug:
debug:   > [email protected] install D:\local\Temp\8d520269dffcf4f\bundle\programs\server
debug:   > node npm-rebuild.js
debug:
debug:   npm WARN saveError EPERM: operation not permitted, rename 'D:\local\Temp\8d520269dffcf4f\bundle\programs\server\npm-shrinkwrap.json.1605601119' -> 'D:\local\Temp\8d520269dffcf4f\bundle\programs\server\npm-shrinkwrap.json'
debug:   added 124 packages in 26.644s
debug:   npm WARN [email protected] No description
debug:   /tmp/8d520269dffcf4f
debug:   npm WARN [email protected] No repository field.
debug:   npm WARN [email protected] No license field.
debug:   meteor-azure: Rebuilding NPM dependencies
debug:   /tmp/8d520269dffcf4f/bundle/programs/server/npm /tmp/8d520269dffcf4f
debug:
debug:
debug:   > [email protected] install D:\local\Temp\8d520269dffcf4f\bundle\programs\server\npm\node_modules\bcrypt
debug:   > node-pre-gyp install --fallback-to-build
debug:
debug:   'node-pre-gyp' is not recognized as an internal or external command,
debug:   operable program or batch file.
debug:   npm ERR! code ELIFECYCLE
debug:   npm ERR! errno 1
debug:   npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`
debug:   npm ERR! Exit status 1
debug:   npm ERR!
debug:   npm ERR! Failed at the [email protected] install script.
debug:   npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
debug:
debug:   npm ERR! A complete log of this run can be found in:
debug:   npm ERR!     D:\local\AppData\npm-cache\_logs\2017-10-31T06_16_41_559Z-debug.log
debug:   meteor-azure: Could not rebuild NPM dependencies
debug:   npm WARN saveError EPERM: operation not permitted, rename 'D:\local\Temp\8d520269dffcf4f\bundle\programs\server\npm-shrinkwrap.json.1605601119' -> 'D:\local\Temp\8d520269dffcf4f\bundle\programs\server\npm-shrinkwrap.json'\r\nnpm WARN [email protected] No description\r\nnpm WARN [email protected] No repository field.\r\nnpm WARN [email protected] No license field.\r\n\r\n'node-pre-gyp' is not recognized as an internal or external command,\r\noperable program or batch file.\r\nnpm ERR! code ELIFECYCLE\r\nnpm ERR! errno 1\r\nnpm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`\r\nnpm ERR! Exit status 1\r\nnpm ERR! \r\nnpm ERR! Failed at the [email protected] install script.\r\nnpm ERR! This is probably not a problem with npm. There is likely additional logging output above.\r\n\r\nnpm ERR! A complete log of this run can be found in:\r\nnpm ERR!     D:\local\AppData\npm-cache\_logs\2017-10-31T06_16_41_559Z-debug.log\r\nmeteor-azure: Could not rebuild NPM dependencies\r\nD:\Program Files (x86)\SiteExtensions\Kudu\67.61027.3099\bin\Scripts\starter.cmd bash script.sh
error:   Failed to complete server initialisation

Thank you :-)

App points to URL/main.js

After successfully deploying to Web App and configuring domain name and https, my / route now redirects to /main.js. This, of course, causes an error with react-router, since it doesn't recognize the route. Any idea why this happens?

Failed running deployment command

google chrome_2017-05-01 09 44 19

Hi, it looks like it's almost there but I get this error:
Command: bash .config/azure/deploy.sh
meteor-azure: Installing NVM
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   594    0   594    0     0   1224      0 --:--:-- --:--:-- --:--:--  1224

  8 2409k    8  202k    0     0   172k      0  0:00:13  0:00:01  0:00:12  172k
100 2409k  100 2409k    0     0  1214k      0  0:00:01  0:00:01 --:--:-- 2714k
Archive:  nvm-noinstall.zip
  inflating: nvm/LICENSE             
  inflating: nvm/elevate.cmd         
  inflating: nvm/elevate.vbs         
  inflating: nvm/install.cmd         
  inflating: nvm/nvm.exe             
meteor-azure: Setting Node version
Downloading node.js version 0.10.36 (32-bit)... Complete
Creating D:/home/meteor-azure/nvm\temp

Downloading npm version 1.4.28... Complete
Installing npm v1.4.28...

Installation complete. If you want to use this version, type

nvm use 0.10.36
meteor-azure: Now using Node v0.10.36 (32-bit)
meteor-azure: Setting NPM version
D:\home\meteor-azure\nvm\v0.10.36\npm -> D:\home\meteor-azure\nvm\v0.10.36\node_modules\npm\bin\npm-cli.js
[email protected] D:\home\meteor-azure\nvm\v0.10.36\node_modules\npm
meteor-azure: Now using NPM v4.5.0
meteor-azure: Installing JSON tool
Thread was being aborted.
npm 
Thread was being aborted.

Can you help? I think I have all the right app settings.

500 error when trying to access website

Hello all!

I am getting a 500 error when trying to access my Meteor website. Since the website works in localhost, I assume the error exists when publishing using meteor-azure. Script version and deployment log follow.

Thank you!

  • Error from server: Failed to load resource: the server responded with a status of 500 (Internal Server Error)

  • Script version 1.0.1

  • Deployment log

    Command: bash .config/azure/deploy.sh
    meteor-azure: Building app
    Handling node.js deployment.
    KuduSync.NET from: 'D:\local\LocalAppData\meteor-azure\bundle' to: 'D:\home\site\wwwroot'
    Deleting file: '.gitignore'
    Deleting file: 'package.json'
    Copying file: '.node_version.txt'
    Copying file: 'main.js'
    Copying file: 'README'
    Copying file: 'star.json'
    Deleting file: '.meteor\.finished-upgraders'
    Deleting file: '.meteor\.gitignore'
    Deleting file: '.meteor\.id'
    Deleting file: '.meteor\packages'
    Deleting file: '.meteor\platforms'
    Deleting file: '.meteor\release'
    Deleting file: '.meteor\versions'
    Deleting directory: '.meteor'
    Deleting file: 'client\main.css'
    Deleting file: 'client\main.html'
    Deleting file: 'client\main.js'
    Deleting directory: 'client'
    Deleting file: 'imports\api\articles.js'
    Deleting directory: 'imports\api'
    Deleting file: 'imports\ui\article.html'
    Deleting file: 'imports\ui\article.js'
    Deleting file: 'imports\ui\body.html'
    Deleting file: 'imports\ui\body.js'
    Deleting file: 'imports\ui\footer.html'
    Deleting file: 'imports\ui\footer.js'
    Deleting file: 'imports\ui\header.html'
    Deleting file: 'imports\ui\header.js'
    Deleting directory: 'imports\ui'
    Deleting directory: 'imports'
    Deleting file: 'public\FlavoredNewsLogo.png'
    Deleting file: 'public\gitgit.png'
    Deleting directory: 'public'
    Copying file: 'programs\server\boot-utils.js'
    Copying file: 'programs\server\boot.js'
    Copying file: 'programs\server\config.json'
    Copying file: 'programs\server\mini-files.js'
    Copying file: 'programs\server\npm-rebuild-args.js'
    Copying file: 'programs\server\npm-rebuild.js'
    Copying file: 'programs\server\npm-rebuilds.json'
    Copying file: 'programs\server\npm-require.js'
    Copying file: 'programs\server\npm-shrinkwrap.json'
    Copying file: 'programs\server\package.json'
    Copying file: 'programs\server\program.json'
    Copying file: 'programs\server\server-json.js'
    Copying file: 'programs\server\app\app.js'
    Copying file: 'programs\server\app\app.js.map'
    Copying file: 'programs\server\assets\packages\boilerplate-generator\boilerplate_web.browser.html'
    Copying file: 'programs\server\assets\packages\boilerplate-generator\boilerplate_web.cordova.html'
    Omitting next output lines...
    Processed 1776 files...
    Processed 3814 files...
    Processed 5639 files...
    Processed 7317 files...
    Invalid start-up command "meteor run" in package.json. Please use the format "node <script relative path>".
    Looking for app.js/server.js under site root.
    Missing server.js/app.js files, web.config is not generated
    The package.json file does not specify node.js engine version constraints.
    The node.js application will run with the default node.js version 4.4.7.
    Selected npm version 2.15.8
    meteor-azure: Installing JSON tool
    D:\local\AppData\npm\json -> D:\local\AppData\npm\node_modules\json\lib\json.js
    [email protected] D:\local\AppData\npm\node_modules\json
    meteor-azure: Preparing package.json
    meteor-azure: Installing NPM packages
    npm WARN package.json [email protected] No description
    npm WARN package.json [email protected] No repository field.
    npm WARN package.json [email protected] No README data
    npm WARN package.json [email protected] No license field.
    [email protected] install D:\home\site\wwwroot\programs\server\node_modules\fibers
    node build.js || nodejs build.js
    `win32-ia32-v8-4.5` exists; testing
    Binary is fine; exiting
    [email protected] node_modules\amdefine
    [email protected] node_modules\underscore
    [email protected] node_modules\meteor-promise
    [email protected] node_modules\asap
    [email protected] node_modules\semver
    [email protected] node_modules\source-map-support
    [email protected] node_modules\source-map
    [email protected] node_modules\promise
    [email protected] node_modules\fibers
    meteor-azure: Finished successfully.
    

error: Could not read settings file at 'path-to-settings-json'

Hi, I have followed all steps on "Get Started" in documentation. But when I tried to do the last step, which is meteor-azure --settings path-to-settings-json . It shows me this error:
error: Could not read settings file at 'path-to-settings-json'

Not sure what is it and how can I solve. Any clues?

availability question: old version with config files (instead of command line)?

Was wondering if you still happen to have the old version (with the bash deployment script + config file).

I like the ability to automatically deploy from source control directly, vs manually from command line.

If the command line is the only version available, we should delete the config file + deployment folder right?

Thank you!

Underscore CLI npm install fails

I'm trying my first deploy and running into issues. I think I've followed the directions so far, Meteor is at 1.4.1.1, default Node.js version in Azure set to 4.5. The deployment seems to be failing when npm install attempts to compile underscore-cli:

Here are my logs:
Dicks-MBP:petropi dick$ git push azure master
Counting objects: 2879, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2733/2733), done.
Writing objects: 100% (2879/2879), 3.10 MiB | 959.00 KiB/s, done.
Total 2879 (delta 806), reused 0 (delta 0)
remote: Updating branch 'master'.
remote: ..............................................
remote: Updating submodules.
remote: Preparing deployment for commit id 'aa771c2b5c'.
remote: Running custom deployment command...
remote: Running deployment command...
remote: ..
remote: D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\bin\underscore -> D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\bin\node_modules\underscore-cli\bin\underscore
remote:
remote: > [email protected] install D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\bin\node_modules\underscore-cli\node_modules\msgpack
remote: > node-gyp rebuild
remote:
remote: Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
remote: objectc.c
remote: ......\deps\msgpack\objectc.c(24): fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory [D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\bin\node_modules\underscore-cli\node_modules\msgpack\build\deps\msgpack\libmsgpack.vcxproj]
remote: unpack.c
remote: vrefbuffer.c
remote: zone.c
remote: version.c
remote: win_delay_load_hook.cc
remote: gyp ERR! build error
remote: D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\bin
remote: -- [email protected] remote: remote: gyp ERR! stack Error:msbuild` failed with exit code: 1
remote: gyp ERR! stack at ChildProcess.onExit (D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\lib\build.js:276:23)
remote: gyp ERR! stack at emitTwo (events.js:87:13)
remote: gyp ERR! stack at ChildProcess.emit (events.js:172:7)
remote: gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
remote: gyp ERR! System Windows_NT 6.2.9200
remote: gyp ERR! command "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\bin\node.exe" "D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
remote: gyp ERR! cwd D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\bin\node_modules\underscore-cli\node_modules\msgpack
remote: gyp ERR! node -v v4.5.0
remote: gyp ERR! node-gyp -v v3.4.0
remote: gyp ERR! not ok
remote: ..........................
remote: D:\local\LocalAppData.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:165
remote: throw error;
remote: ^
remote:
remote: Error: ENOENT: no such file or directory, open 'D:\local\Temp\mt-d7rzn0\os\packages\anti_i18n.js'
remote: at Error (native)
remote: .config/azure/deploy.sh: line 92: cd: D:\local\Temp\8d3de559eb491ca\bundle\programs\server: Not a directory
remote: .config/azure/deploy.sh: line 93: underscore: command not found
remote: The system cannot find the file specified.
remote: Handling node.js deployment.
remote: KuduSync.NET from: 'D:\local\Temp\8d3de559eb491ca\bundle' to: 'D:\home\site\wwwroot'
remote: Error: The directory name is invalid.
remote: An error has occurred during web site deployment.
remote:
remote: Kudu Sync failed
remote:
remote: Error - Changes committed to remote repository but deployment to website failed.
To ... master -> master

GITLAB error trying to deploy via CD pipelines

Having this error on gitlab deployment, what does means this:

Error: EINVAL: invalid argument, readlink '/tmp/mt-1jikh5d/plugin.CosmosBrowserify.os/npm/CosmosBrowserify/node_modules/browserify/node_modules/syntax-error/node_modules/.bin/acorn'

  • Operating system

Docker - martinezko/baseimage-meteor

  • Meteor version

1.4.2 version

  • Package version

Latest

info:    Authenticating with service principal
debug:   completed Azure authentication
info:    Updating Azure application settings
debug:   set environment variables
debug:   set Meteor settings
debug:   set Kudu deployment settings
debug:   set Node to v4.8.3
debug:   set NPM to v4.6.1
info:    Compiling application bundle
debug:   generate meteor build

Even with METEOR_ALLOW_SUPERUSER or --allow-superuser, permissions in your app
directory will be incorrect if you ever attempt to perform any Meteor tasks as
a normal user. If you need to fix your permissions, run the following command
from the root of your project:

 sudo chown -Rh <username> .meteor/local


Even with METEOR_ALLOW_SUPERUSER or --allow-superuser, permissions in your app
directory will be incorrect if you ever attempt to perform any Meteor tasks as
a normal user. If you need to fix your permissions, run the following command
from the root of your project:

 sudo chown -Rh <username> .meteor/local

/root/.meteor/packages/meteor-tool/.1.4.2_6.1plqf94++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:190
     throw error;
     ^

Error: EINVAL: invalid argument, readlink '/tmp/mt-1jikh5d/plugin.CosmosBrowserify.os/npm/CosmosBrowserify/node_modules/browserify/node_modules/syntax-error/node_modules/.bin/acorn'
   at Error (native)
   at Object.fs.readlinkSync (fs.js:857:18)
   at Object.realpathSync (fs.js:1457:25)
   at Object.wrapper [as realpath] (/tools/fs/files.js:1535:35)
   at getExternalPath (/tools/isobuild/builder.js:482:30)
   at /tools/isobuild/builder.js:511:32
   at Array.forEach (native)
   at walk (/tools/isobuild/builder.js:464:34)
   at /tools/isobuild/builder.js:556:11
   at Array.forEach (native)
   at walk (/tools/isobuild/builder.js:464:34)
   at /tools/isobuild/builder.js:556:11
   at Array.forEach (native)
   at walk (/tools/isobuild/builder.js:464:34)
   at /tools/isobuild/builder.js:556:11
   at Array.forEach (native)
   at walk (/tools/isobuild/builder.js:464:34)
   at /tools/isobuild/builder.js:556:11
   at Array.forEach (native)
   at walk (/tools/isobuild/builder.js:464:34)
   at /tools/isobuild/builder.js:556:11
   at Array.forEach (native)
   at walk (/tools/isobuild/builder.js:464:34)
   at Builder.copyDirectory (/tools/isobuild/builder.js:594:5)
   at Object.subBuilder.(anonymous function) [as copyDirectory] (/tools/isobuild/builder.js:621:19)
   at /tools/isobuild/bundler.js:2040:17
   at Function._.each._.forEach (/root/.meteor/packages/meteor-tool/.1.4.2_6.1plqf94++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:87:22)
   at JsImage.write (/tools/isobuild/bundler.js:1999:7)
   at /tools/isobuild/isopack.js:1462:36
   at Function._.each._.forEach (/root/.meteor/packages/meteor-tool/.1.4.2_6.1plqf94++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:87:22)
   at /tools/isobuild/isopack.js:1456:11
   at Function._.each._.forEach (/root/.meteor/packages/meteor-tool/.1.4.2_6.1plqf94++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:87:22)
   at /tools/isobuild/isopack.js:1455:9
   at Isopack.saveToPath (/tools/isobuild/isopack.js:1191:9)
   at [object Object]._saveIsopack (/tools/packaging/tropohouse.js:353:15)
   at /tools/packaging/tropohouse.js:526:16
   at /tools/utils/buildmessage.js:359:18
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:352:34
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:350:23
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at Object.enterJob (/tools/utils/buildmessage.js:324:26)
   at /tools/packaging/tropohouse.js:515:22
   at /tools/utils/buildmessage.js:359:18
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:352:34
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:350:23
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at Object.enterJob (/tools/utils/buildmessage.js:324:26)
   at Object.download (/tools/packaging/tropohouse.js:427:20)
   at /tools/packaging/tropohouse.js:613:18
   at /tools/utils/buildmessage.js:572:21
   at /root/.meteor/packages/meteor-tool/.1.4.2_6.1plqf94++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/fiber_pool.js:32:39
=> awaited here:
   at Promise.await (/root/.meteor/packages/meteor-tool/.1.4.2_6.1plqf94++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:39:12)
   at Object.forkJoin (/tools/utils/buildmessage.js:604:6)
   at [object Object].downloadPackagesMissingFromMap (/tools/packaging/tropohouse.js:609:18)
   at /tools/project-context.js:776:25
   at /tools/utils/buildmessage.js:359:18
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:352:34
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:350:23
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at Object.enterJob (/tools/utils/buildmessage.js:324:26)
   at /tools/project-context.js:775:20
   at /tools/packaging/catalog/catalog.js:100:5
   at /tools/utils/buildmessage.js:271:13
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:264:29
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:262:18
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:253:23
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at Object.capture (/tools/utils/buildmessage.js:252:19)
   at Object.catalog.runAndRetryWithRefreshIfHelpful (/tools/packaging/catalog/catalog.js:99:31)
   at ProjectContext._downloadMissingPackages (/tools/project-context.js:774:13)
   at /tools/project-context.js:268:9
   at /tools/utils/buildmessage.js:359:18
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:352:34
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:350:23
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at Object.enterJob (/tools/utils/buildmessage.js:324:26)
   at ProjectContext._completeStagesThrough (/tools/project-context.js:258:18)
   at /tools/project-context.js:250:12
   at Function.run (/tools/tool-env/profile.js:490:12)
   at ProjectContext.prepareProjectForBuild (/tools/project-context.js:249:13)
   at /tools/cli/commands.js:879:20
   at /tools/utils/buildmessage.js:271:13
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:264:29
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:262:18
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:253:23
   at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
   at Object.capture (/tools/utils/buildmessage.js:252:19)
   at Object.main.captureAndExit (/tools/cli/main.js:273:29)
   at buildCommand (/tools/cli/commands.js:878:8)
   at Command.func (/tools/cli/commands.js:827:12)
   at /tools/cli/main.js:1483:23
error:   exec: internal error
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] production:deploy:azure: `meteor-azure -d -s private/settings-production.json -w private/azure.config`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] production:deploy:azure script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.meteor/packages/meteor-tool/.1.5.0.utbu0o++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/.npm/_logs/2017-09-08T16_53_47_045Z-debug.log
ERROR: Job failed: exit code 1

meteor.bat is not recognized as an internal or external command

  • Script version (listed in .config/azure/deploy.sh)
    1.4.5

  • Deployment log

Command: bash .config/azure/deploy.sh
meteor-azure: Setting Node version
Version 4.8.1 is already installed.
meteor-azure: Now using Node v4.8.1 (32-bit)
meteor-azure: Setting NPM version
meteor-azure: Now using NPM v4.4.4
meteor-azure: Installing NPM dependencies
meteor-azure: Building app
'"D:\home\meteor-azure\.meteor\\packages\meteor-tool\1.4.4_3\mt-os.windows.x86_32\meteor.bat"' is not recognized as an internal or external command,
meteor-azure: ERROR! Could not generate Meteor bundle
operable program or batch file.
'"D:\home\meteor-azure\.meteor\\packages\meteor-tool\1.4.4_3\mt-os.windows.x86_32\meteor.bat"' is not recognized as an internal or external command,\r\noperable program or batch file.\r\nD:\Program Files (x86)\SiteExtensions\Kudu\62.60515.2845\bin\Scripts\starter.cmd bash .config/azure/deploy.sh

Cannot install Meteor v1.4.1.1

Hey, i just used your git to make a test Project and deploy it to Azure.
It worked absolutely fine and setup was very easy.

But now I want to deploy my real project to azure, it was done with Meteor1.4.1.1 (now Version 1.4.1.3 is available, but I cant update).

Can you tell me where you got that link for installing meteor ?

curl -L -o meteor.tar.gz "https://packages.meteor.com/bootstrap-link?arch=os.windows.x86_32"

This command will always download the latest release and after I configured continous deployment my repo always fails.

As a result my log looks like that:

2016-10-25T12:58:55.9361803Z,Sorry&comma; this project uses Meteor 1.4.1.1&comma; which is not installed and could,,1 2016-10-25T12:58:55.9519454Z,not be downloaded. Please check to make sure that you are online.,,1 2016-10-25T12:58:56.1237034Z,cp: cannot create regular file 'D:\local\LocalAppData\meteor-azure\bundle': No such file or directory,,1 2016-10-25T12:58:56.1392866Z,Handling node.js deployment.,,0 2016-10-25T12:58:57.1995287Z,KuduSync.NET from: 'D:\local\LocalAppData\meteor-azure\bundle' to: 'D:\home\site\wwwroot',,0 2016-10-25T12:58:57.1995287Z,Error: Could not find a part of the path 'D:\local\LocalAppData\meteor-azure\bundle'.,,1 2016-10-25T12:58:57.2151088Z,An error has occurred during web site deployment.,,0 2016-10-25T12:58:57.2151088Z,Kudu Sync failed,,0

Configure as a Build and Release in Visual Studio Team Services

Is it possible to alter the .deployment script so it can be run as a build in VSTS, which produces a deployment package?

You can run sh from VSTS, so was wondering if it's possible to set-up the build there and then release to Azure, rather than getting Azure to fetch everything and then run the build and deployment.

Thanks

ROOT_URL in 2 places

Hi,

Now I have the ROOT_URL 2 times in my setting.json

{
  "meteor-azure": {
    "siteName": "",
    "resourceGroup": "",
    "subscriptionId": "",
    "tenantId": "",
    "deploymentCreds": {
      "username": "",
      "password": ""
    },
    "envVariables": {
      "ROOT_URL": "My Rout URL",
      "MONGO_URL": ""
    }
  },
  "runtime": {
    "meteorEnv": {},
    "DDP_DEFAULT_CONNECTION_URL": "",
    "ROOT_URL": "My Rout URL again :P"
  },
}

Do you have an idea to "merge" these two fields?

Thx

D:/home/meteor-azure: No such file or directory

Hello. Thank you for putting this utility together. Any idea what the following might be? Trying to build a reference Meteor app using the current recommended versions; and a directory isn't getting created.

Operating system

MacOS HighSiera
10.13.3

Meteor version

Meteor 1.6.1

Package version (run meteor-azure -v)

v2.1.0-rc.1

Meteor App

meteor create simple-todos
meteor npm install meteor-azure --save-dev
meteor npm install

Azure Config

az appservice plan create --name fooServicePlan --resource-group foo --sku S1 --is-linux
az webapp create --resource-group foo --plan fooServicePlan --name isthmusApp --runtime 'NODE|8.9'

Command output with debug mode enabled

debug:   check Meteor is installed
debug:   check for incompatible 'force-ssl' package
debug:   check current Meteor release >= 1.4
info:    Validating settings file
debug:   check valid json exists
debug:   check data follows schema
debug:   isthmusApp: configure kudu api
info:    Validating Kudu connection
info:    isthmusApp: Authenticating with interactive login...
To sign in, use a web browser to open the page https://aka.ms/devicelogin and enter the code E349UCVUY to authenticate.
debug:   isthmusApp: completed Azure authentication
info:    isthmusApp: Updating Azure application settings
debug:   isthmusApp: retrieve existing values
debug:   isthmusApp: set environment variables
debug:   isthmusApp: set Meteor settings
debug:   isthmusApp: set Kudu deployment settings
debug:   isthmusApp: set Node to v8.9.4
debug:   isthmusApp: set NPM to v5.6.0
debug:   isthmusApp: serialise values
debug:   isthmusApp: push new settings
info:    Compiling application bundle
debug:   generate meteor build
warn:    Using default web config
debug:   checking for broken symlinks
debug:   create tarball
info:    isthmusApp: Deploying bundle tarball
info:    isthmusApp: Running server initialisation
info:    isthmusApp: Polling server status...
debug:   isthmusApp: Retrieving Kudu deployment log...
debug:   Command: bash script.sh
debug:   script.sh: line 25: cd: D:/home/meteor-azure: No such file or directory
debug:   meteor-azure: Could not find bundle directory
debug:   script.sh: line 25: cd: D:/home/meteor-azure: No such file or directory\nmeteor-azure: Could not find bundle directory\n/opt/Kudu/bin/Scripts/starter.sh bash script.sh
error:   isthmusApp: Failed to complete server initialisation```






Clear password

Sorry, I have another question, you store and commit in your source code deploymentCreds.password ?
Is there a way to avoid it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.