After updates, meteor failing in fibers.js

Updated all our packages yesterday (and it’s been awhile). I’m getting the following error trying to start our project today:

fibers\fibers.js:89
W20180608-10:17:44.936(-6)? (STDERR) return fn.apply(this, arguments);
W20180608-10:17:44.937(-6)? (STDERR) ^
W20180608-10:17:44.948(-6)? (STDERR)
W20180608-10:17:44.952(-6)? (STDERR) Error: EPERM: operation not permitted, stat ‘C:\Work\Stella\stellaralgo-usta.meteor\local\build\programs\server\node_modules’
W20180608-10:17:44.962(-6)? (STDERR) at Object.realpathSync (fs.js:1670:17)
W20180608-10:17:44.975(-6)? (STDERR) at toRealPath (module.js:158:13)
W20180608-10:17:44.977(-6)? (STDERR) at tryFile (module.js:154:22)
W20180608-10:17:44.990(-6)? (STDERR) at tryExtensions (module.js:166:22)
W20180608-10:17:44.993(-6)? (STDERR) at Function.Module._findPath (module.js:219:20)
W20180608-10:17:45.007(-6)? (STDERR) at Function.Module._resolveFilename (module.js:536:25)
W20180608-10:17:45.009(-6)? (STDERR) at Function.Module._load (module.js:468:25)
W20180608-10:17:45.010(-6)? (STDERR) at Module.require (module.js:587:17)
W20180608-10:17:45.027(-6)? (STDERR) at require (internal/module.js:11:18)
W20180608-10:17:45.039(-6)? (STDERR) at Object.require (C:\Work\Stella\stellaralgo-usta.meteor\local\build\programs\server\boot.js:284:20)

npm ls output (for package numbers):

±- @babel/runtime@7.0.0-beta.39
| ±- core-js@2.5.3
| -- regenerator-runtime@0.11.1 +-- babel-preset-es2015@6.24.1 | +-- babel-plugin-check-es2015-constants@6.22.0 | |– babel-runtime@6.26.0 deduped
| ±- babel-plugin-transform-es2015-arrow-functions@6.22.0
| | -- babel-runtime@6.26.0 deduped | +-- babel-plugin-transform-es2015-block-scoped-functions@6.22.0 | |– babel-runtime@6.26.0 deduped
| ±- babel-plugin-transform-es2015-block-scoping@6.26.0
| | ±- babel-runtime@6.26.0 deduped
| | ±- babel-template@6.26.0
| | | ±- babel-runtime@6.26.0 deduped
| | | ±- babel-traverse@6.26.0 deduped
| | | ±- babel-types@6.26.0 deduped
| | | ±- babylon@6.18.0 deduped
| | | -- lodash@4.17.10 deduped | | +-- babel-traverse@6.26.0 | | | +-- babel-code-frame@6.26.0 | | | | +-- chalk@1.1.3 deduped | | | | +-- esutils@2.0.2 deduped | | | |– js-tokens@3.0.2 deduped
| | | ±- babel-messages@6.23.0 deduped
| | | ±- babel-runtime@6.26.0 deduped
| | | ±- babel-types@6.26.0 deduped
| | | ±- babylon@6.18.0 deduped
| | | ±- debug@2.6.9 deduped
| | | ±- globals@9.18.0
| | | ±- invariant@2.2.2
| | | | -- loose-envify@1.3.1 | | | |– js-tokens@3.0.2 deduped
| | | -- lodash@4.17.10 deduped | | +-- babel-types@6.26.0 | | | +-- babel-runtime@6.26.0 deduped | | | +-- esutils@2.0.2 deduped | | | +-- lodash@4.17.10 deduped | | |– to-fast-properties@1.0.3
| | -- lodash@4.17.10 deduped | +-- babel-plugin-transform-es2015-classes@6.24.1 | | +-- babel-helper-define-map@6.26.0 | | | +-- babel-helper-function-name@6.24.1 deduped | | | +-- babel-runtime@6.26.0 deduped | | | +-- babel-types@6.26.0 deduped | | |– lodash@4.17.10 deduped
| | ±- babel-helper-function-name@6.24.1
| | | ±- babel-helper-get-function-arity@6.24.1 deduped
| | | ±- babel-runtime@6.26.0 deduped
| | | ±- babel-template@6.26.0 deduped
| | | ±- babel-traverse@6.26.0 deduped
| | | -- babel-types@6.26.0 deduped | | +-- babel-helper-optimise-call-expression@6.24.1 | | | +-- babel-runtime@6.26.0 deduped | | |– babel-types@6.26.0 deduped
| | ±- babel-helper-replace-supers@6.24.1
| | | ±- babel-helper-optimise-call-expression@6.24.1 deduped
| | | ±- babel-messages@6.23.0 deduped
| | | ±- babel-runtime@6.26.0 deduped
| | | ±- babel-template@6.26.0 deduped
| | | ±- babel-traverse@6.26.0 deduped
| | | -- babel-types@6.26.0 deduped | | +-- babel-messages@6.23.0 | | |– babel-runtime@6.26.0 deduped
| | ±- babel-runtime@6.26.0 deduped
| | ±- babel-template@6.26.0 deduped
| | ±- babel-traverse@6.26.0 deduped
| | -- babel-types@6.26.0 deduped | +-- babel-plugin-transform-es2015-computed-properties@6.24.1 | | +-- babel-runtime@6.26.0 deduped | |– babel-template@6.26.0 deduped
| ±- babel-plugin-transform-es2015-destructuring@6.23.0
| | -- babel-runtime@6.26.0 deduped | +-- babel-plugin-transform-es2015-duplicate-keys@6.24.1 | | +-- babel-runtime@6.26.0 deduped | |– babel-types@6.26.0 deduped
| ±- babel-plugin-transform-es2015-for-of@6.23.0
| | -- babel-runtime@6.26.0 deduped | +-- babel-plugin-transform-es2015-function-name@6.24.1 | | +-- babel-helper-function-name@6.24.1 deduped | | +-- babel-runtime@6.26.0 deduped | |– babel-types@6.26.0 deduped
| ±- babel-plugin-transform-es2015-literals@6.22.0
| | -- babel-runtime@6.26.0 deduped | +-- babel-plugin-transform-es2015-modules-amd@6.24.1 | | +-- babel-plugin-transform-es2015-modules-commonjs@6.26.2 deduped | | +-- babel-runtime@6.26.0 deduped | |– babel-template@6.26.0 deduped
| ±- babel-plugin-transform-es2015-modules-commonjs@6.26.2
| | ±- babel-plugin-transform-strict-mode@6.24.1
| | | ±- babel-runtime@6.26.0 deduped
| | | -- babel-types@6.26.0 deduped | | +-- babel-runtime@6.26.0 deduped | | +-- babel-template@6.26.0 deduped | |– babel-types@6.26.0 deduped
| ±- babel-plugin-transform-es2015-modules-systemjs@6.24.1
| | ±- babel-helper-hoist-variables@6.24.1
| | | ±- babel-runtime@6.26.0 deduped
| | | -- babel-types@6.26.0 deduped | | +-- babel-runtime@6.26.0 deduped | |– babel-template@6.26.0 deduped
| ±- babel-plugin-transform-es2015-modules-umd@6.24.1
| | ±- babel-plugin-transform-es2015-modules-amd@6.24.1 deduped
| | ±- babel-runtime@6.26.0 deduped
| | -- babel-template@6.26.0 deduped | +-- babel-plugin-transform-es2015-object-super@6.24.1 | | +-- babel-helper-replace-supers@6.24.1 deduped | |– babel-runtime@6.26.0 deduped
| ±- babel-plugin-transform-es2015-parameters@6.24.1
| | ±- babel-helper-call-delegate@6.24.1
| | | ±- babel-helper-hoist-variables@6.24.1 deduped
| | | ±- babel-runtime@6.26.0 deduped
| | | ±- babel-traverse@6.26.0 deduped
| | | -- babel-types@6.26.0 deduped | | +-- babel-helper-get-function-arity@6.24.1 | | | +-- babel-runtime@6.26.0 deduped | | |– babel-types@6.26.0 deduped
| | ±- babel-runtime@6.26.0 deduped
| | ±- babel-template@6.26.0 deduped
| | ±- babel-traverse@6.26.0 deduped
| | -- babel-types@6.26.0 deduped | +-- babel-plugin-transform-es2015-shorthand-properties@6.24.1 | | +-- babel-runtime@6.26.0 deduped | |– babel-types@6.26.0 deduped
| ±- babel-plugin-transform-es2015-spread@6.22.0
| | -- babel-runtime@6.26.0 deduped | +-- babel-plugin-transform-es2015-sticky-regex@6.24.1 | | +-- babel-helper-regex@6.26.0 | | | +-- babel-runtime@6.26.0 deduped | | | +-- babel-types@6.26.0 deduped | | |– lodash@4.17.10 deduped
| | ±- babel-runtime@6.26.0 deduped
| | -- babel-types@6.26.0 deduped | +-- babel-plugin-transform-es2015-template-literals@6.22.0 | |– babel-runtime@6.26.0 deduped
| ±- babel-plugin-transform-es2015-typeof-symbol@6.23.0
| | -- babel-runtime@6.26.0 deduped | +-- babel-plugin-transform-es2015-unicode-regex@6.24.1 | | +-- babel-helper-regex@6.26.0 deduped | | +-- babel-runtime@6.26.0 deduped | |– regexpu-core@2.0.0
| | ±- regenerate@1.3.3
| | ±- regjsgen@0.2.0
| | -- regjsparser@0.1.5 | |– jsesc@0.5.0
| -- babel-plugin-transform-regenerator@6.26.0 |– regenerator-transform@0.10.1
| ±- babel-runtime@6.26.0 deduped
| ±- babel-types@6.26.0 deduped
| -- private@0.1.8 deduped +-- babel-register@6.26.0 | +-- babel-core@6.26.3 | | +-- babel-code-frame@6.26.0 deduped | | +-- babel-generator@6.26.0 | | | +-- babel-messages@6.23.0 deduped | | | +-- babel-runtime@6.26.0 deduped | | | +-- babel-types@6.26.0 deduped | | | +-- detect-indent@4.0.0 | | | |– repeating@2.0.1
| | | | -- is-finite@1.0.2 | | | |– number-is-nan@1.0.1
| | | ±- jsesc@1.3.0
| | | ±- lodash@4.17.10 deduped
| | | ±- source-map@0.5.7 deduped
| | | -- trim-right@1.0.1 | | +-- babel-helpers@6.24.1 | | | +-- babel-runtime@6.26.0 deduped | | |– babel-template@6.26.0 deduped
| | ±- babel-messages@6.23.0 deduped
| | ±- babel-register@6.26.0 deduped
| | ±- babel-runtime@6.26.0 deduped
| | ±- babel-template@6.26.0 deduped
| | ±- babel-traverse@6.26.0 deduped
| | ±- babel-types@6.26.0 deduped
| | ±- babylon@6.18.0
| | ±- convert-source-map@1.5.1
| | ±- debug@2.6.9 deduped
| | ±- json5@0.5.1
| | ±- lodash@4.17.10 deduped
| | ±- minimatch@3.0.4 deduped
| | ±- path-is-absolute@1.0.1
| | ±- private@0.1.8
| | ±- slash@1.0.0
| | -- source-map@0.5.7 | +-- babel-runtime@6.26.0 deduped | +-- core-js@2.5.1 deduped | +-- home-or-tmp@2.0.0 | | +-- os-homedir@1.0.2 | |– os-tmpdir@1.0.2
| ±- lodash@4.17.10
| ±- mkdirp@0.5.1
| | -- minimist@0.0.8 |– source-map-support@0.4.18
| -- source-map@0.5.7 deduped +-- babel-runtime@6.26.0 | +-- core-js@2.5.1 deduped |– regenerator-runtime@0.11.0
±- bcrypt@1.0.3
| ±- nan@2.6.2
| -- node-pre-gyp@0.6.36 | +-- mkdirp@0.5.1 deduped | +-- nopt@4.0.1 | | +-- abbrev@1.1.1 | |– osenv@0.1.4
| | ±- os-homedir@1.0.2 deduped
| | -- os-tmpdir@1.0.2 deduped | +-- npmlog@4.1.2 | | +-- are-we-there-yet@1.1.4 | | | +-- delegates@1.0.0 | | |– readable-stream@2.3.3
| | | ±- core-util-is@1.0.2 deduped
| | | ±- inherits@2.0.3 deduped
| | | ±- isarray@1.0.0 deduped
| | | ±- process-nextick-args@1.0.7 deduped
| | | ±- safe-buffer@5.1.1 deduped
| | | ±- string_decoder@1.0.3
| | | | -- safe-buffer@5.1.1 deduped | | |– util-deprecate@1.0.2 deduped
| | ±- console-control-strings@1.1.0
| | ±- gauge@2.7.4
| | | ±- aproba@1.2.0
| | | ±- console-control-strings@1.1.0 deduped
| | | ±- has-unicode@2.0.1
| | | ±- object-assign@4.1.1 deduped
| | | ±- signal-exit@3.0.2
| | | ±- string-width@1.0.2
| | | | ±- code-point-at@1.1.0
| | | | ±- is-fullwidth-code-point@1.0.0
| | | | | -- number-is-nan@1.0.1 deduped | | | |– strip-ansi@3.0.1 deduped
| | | ±- strip-ansi@3.0.1 deduped
| | | -- wide-align@1.1.2 | | |– string-width@1.0.2 deduped
| | -- set-blocking@2.0.0 | +-- rc@1.2.8 | | +-- deep-extend@0.6.0 | | +-- ini@1.3.4 | | +-- minimist@1.2.0 | |– strip-json-comments@2.0.1 deduped
| ±- request@2.87.0 deduped
| ±- rimraf@2.6.2
| | -- glob@7.1.2 | | +-- fs.realpath@1.0.0 deduped | | +-- inflight@1.0.6 deduped | | +-- inherits@2.0.3 deduped | | +-- minimatch@3.0.4 | | |– brace-expansion@1.1.8
| | | ±- balanced-match@1.0.0
| | | -- concat-map@0.0.1 deduped | | +-- once@1.4.0 deduped | |– path-is-absolute@1.0.1 deduped
| ±- semver@5.4.1
| ±- tar@2.2.1
| | ±- block-stream@0.0.9
| | | -- inherits@2.0.3 deduped | | +-- fstream@1.0.11 | | | +-- graceful-fs@4.1.11 deduped | | | +-- inherits@2.0.3 deduped | | | +-- mkdirp@0.5.1 deduped | | |– rimraf@2.6.2
| | | -- glob@7.1.2 | | | +-- fs.realpath@1.0.0 deduped | | | +-- inflight@1.0.6 deduped | | | +-- inherits@2.0.3 deduped | | | +-- minimatch@3.0.4 | | | |– brace-expansion@1.1.8
| | | | ±- balanced-match@1.0.0
| | | | -- concat-map@0.0.1 deduped | | | +-- once@1.4.0 deduped | | |– path-is-absolute@1.0.1 deduped
| | -- inherits@2.0.3 deduped |– tar-pack@3.4.1
| ±- debug@2.6.9 deduped
| ±- fstream@1.0.11 deduped
| ±- fstream-ignore@1.0.5
| | ±- fstream@1.0.11 deduped
| | ±- inherits@2.0.3 deduped
| | -- minimatch@3.0.4 | |– brace-expansion@1.1.8
| | ±- balanced-match@1.0.0
| | -- concat-map@0.0.1 deduped | +-- once@1.4.0 deduped | +-- readable-stream@2.3.3 | | +-- core-util-is@1.0.2 deduped | | +-- inherits@2.0.3 deduped | | +-- isarray@1.0.0 deduped | | +-- process-nextick-args@1.0.7 deduped | | +-- safe-buffer@5.1.1 deduped | | +-- string_decoder@1.0.3 | | |– safe-buffer@5.1.1 deduped
| | -- util-deprecate@1.0.2 deduped | +-- rimraf@2.6.2 | |– glob@7.1.2
| | ±- fs.realpath@1.0.0 deduped
| | ±- inflight@1.0.6 deduped
| | ±- inherits@2.0.3 deduped
| | ±- minimatch@3.0.4
| | | -- brace-expansion@1.1.8 | | | +-- balanced-match@1.0.0 | | |– concat-map@0.0.1 deduped
| | ±- once@1.4.0 deduped
| | -- path-is-absolute@1.0.1 deduped | +-- tar@2.2.1 deduped |– uid-number@0.0.6
±- chai@4.1.2
| ±- assertion-error@1.0.2
| ±- check-error@1.0.2
| ±- deep-eql@3.0.1
| | -- type-detect@4.0.3 deduped | +-- get-func-name@2.0.0 | +-- pathval@1.1.0 |– type-detect@4.0.3
±- chromedriver@2.33.2
| ±- del@3.0.0
| | ±- globby@6.1.0
| | | ±- array-union@1.0.2
| | | | -- array-uniq@1.0.3 | | | +-- glob@7.1.2 | | | | +-- fs.realpath@1.0.0 deduped | | | | +-- inflight@1.0.6 deduped | | | | +-- inherits@2.0.3 deduped | | | | +-- minimatch@3.0.4 | | | | |– brace-expansion@1.1.8
| | | | | ±- balanced-match@1.0.0
| | | | | -- concat-map@0.0.1 deduped | | | | +-- once@1.4.0 deduped | | | |– path-is-absolute@1.0.1 deduped
| | | ±- object-assign@4.1.1 deduped
| | | ±- pify@2.3.0
| | | -- pinkie-promise@2.0.1 deduped | | +-- is-path-cwd@1.0.0 | | +-- is-path-in-cwd@1.0.0 | | |– is-path-inside@1.0.0
| | | -- path-is-inside@1.0.2 deduped | | +-- p-map@1.2.0 | | +-- pify@3.0.0 | |– rimraf@2.6.2
| | -- glob@7.1.2 deduped | +-- extract-zip@1.6.6 | | +-- concat-stream@1.6.0 deduped | | +-- debug@2.6.9 deduped | | +-- mkdirp@0.5.0 | | |– minimist@0.0.8 deduped
| | -- yauzl@2.4.1 | |– fd-slicer@1.0.1
| | -- pend@1.2.0 | +-- kew@0.7.0 | +-- mkdirp@0.5.1 deduped |– request@2.87.0
| ±- aws-sign2@0.7.0
| ±- aws4@1.6.0
| ±- caseless@0.12.0
| ±- combined-stream@1.0.5
| | -- delayed-stream@1.0.0 | +-- extend@3.0.1 | +-- forever-agent@0.6.1 | +-- form-data@2.3.1 | | +-- asynckit@0.4.0 | | +-- combined-stream@1.0.5 deduped | |– mime-types@2.1.17 deduped
| ±- har-validator@5.0.3
| | ±- ajv@5.3.0
| | | ±- co@4.6.0 deduped
| | | ±- fast-deep-equal@1.0.0 deduped
| | | ±- fast-json-stable-stringify@2.0.0 deduped
| | | -- json-schema-traverse@0.3.1 deduped | |– har-schema@2.0.0
| ±- http-signature@1.2.0
| | ±- assert-plus@1.0.0
| | ±- jsprim@1.4.1
| | | ±- assert-plus@1.0.0 deduped
| | | ±- extsprintf@1.3.0
| | | ±- json-schema@0.2.3
| | | -- verror@1.10.0 | | | +-- assert-plus@1.0.0 deduped | | | +-- core-util-is@1.0.2 deduped | | |– extsprintf@1.3.0 deduped
| | -- sshpk@1.13.1 | | +-- asn1@0.2.3 | | +-- assert-plus@1.0.0 deduped | | +-- bcrypt-pbkdf@1.0.1 | | |– tweetnacl@0.14.5 deduped
| | ±- dashdash@1.14.1
| | | -- assert-plus@1.0.0 deduped | | +-- ecc-jsbn@0.1.1 | | |– jsbn@0.1.1 deduped
| | ±- getpass@0.1.7
| | | -- assert-plus@1.0.0 deduped | | +-- jsbn@0.1.1 | |– tweetnacl@0.14.5
| ±- is-typedarray@1.0.0
| ±- isstream@0.1.2
| ±- json-stringify-safe@5.0.1
| ±- mime-types@2.1.17
| | -- mime-db@1.30.0 | +-- oauth-sign@0.8.2 | +-- performance-now@2.1.0 | +-- qs@6.5.1 | +-- safe-buffer@5.1.1 | +-- tough-cookie@2.3.3 | |– punycode@1.4.1 deduped
| ±- tunnel-agent@0.6.0
| | -- safe-buffer@5.1.1 deduped |– uuid@3.1.0
±- core-js@2.5.1
±- eslint@4.19.1
| ±- ajv@5.5.2
| | ±- co@4.6.0
| | ±- fast-deep-equal@1.0.0
| | ±- fast-json-stable-stringify@2.0.0
| | -- json-schema-traverse@0.3.1 | +-- babel-code-frame@6.26.0 | | +-- chalk@1.1.3 | | | +-- ansi-styles@2.2.1 | | | +-- escape-string-regexp@1.0.5 deduped | | | +-- has-ansi@2.0.0 | | | |– ansi-regex@2.1.1
| | | ±- strip-ansi@3.0.1
| | | | -- ansi-regex@2.1.1 deduped | | |– supports-color@2.0.0
| | ±- esutils@2.0.2 deduped
| | -- js-tokens@3.0.2 | +-- chalk@2.4.1 | | +-- ansi-styles@3.2.1 | | |– color-convert@1.9.1
| | | -- color-name@1.1.3 | | +-- escape-string-regexp@1.0.5 deduped | |– supports-color@5.4.0
| | -- has-flag@3.0.0 | +-- concat-stream@1.6.0 | | +-- inherits@2.0.3 | | +-- readable-stream@2.2.9 | | | +-- buffer-shims@1.0.0 | | | +-- core-util-is@1.0.2 | | | +-- inherits@2.0.3 deduped | | | +-- isarray@1.0.0 | | | +-- process-nextick-args@1.0.7 | | | +-- string_decoder@1.0.0 | | | |– buffer-shims@1.0.0 deduped
| | | -- util-deprecate@1.0.2 | |– typedarray@0.0.6
| ±- cross-spawn@5.1.0
| | ±- lru-cache@4.1.3
| | | ±- pseudomap@1.0.2
| | | -- yallist@2.1.2 | | +-- shebang-command@1.2.0 | | |– shebang-regex@1.0.0
| | -- which@1.2.14 deduped | +-- debug@3.1.0 | |– ms@2.0.0
| ±- doctrine@2.1.0
| | -- esutils@2.0.2 deduped | +-- eslint-scope@3.7.1 | | +-- esrecurse@4.2.1 | | |– estraverse@4.2.0 deduped
| | -- estraverse@4.2.0 | +-- eslint-visitor-keys@1.0.0 | +-- espree@3.5.4 | | +-- acorn@5.6.2 | |– acorn-jsx@3.0.1
| | -- acorn@3.3.0 | +-- esquery@1.0.1 | |– estraverse@4.2.0 deduped
| ±- esutils@2.0.2
| ±- file-entry-cache@2.0.0
| | ±- flat-cache@1.3.0
| | | ±- circular-json@0.3.3
| | | ±- del@2.2.2
| | | | ±- globby@5.0.0
| | | | | ±- array-union@1.0.2 deduped
| | | | | ±- arrify@1.0.1
| | | | | ±- glob@7.1.2 deduped
| | | | | ±- object-assign@4.1.1 deduped
| | | | | ±- pify@2.3.0 deduped
| | | | | -- pinkie-promise@2.0.1 deduped | | | | +-- is-path-cwd@1.0.0 deduped | | | | +-- is-path-in-cwd@1.0.0 deduped | | | | +-- object-assign@4.1.1 deduped | | | | +-- pify@2.3.0 | | | | +-- pinkie-promise@2.0.1 deduped | | | |– rimraf@2.6.2
| | | | -- glob@7.1.2 deduped | | | +-- graceful-fs@4.1.11 | | |– write@0.2.1
| | | -- mkdirp@0.5.1 deduped | |– object-assign@4.1.1
| ±- functional-red-black-tree@1.0.1
| ±- glob@7.1.2
| | ±- fs.realpath@1.0.0
| | ±- inflight@1.0.6
| | | ±- once@1.4.0 deduped
| | | -- wrappy@1.0.2 | | +-- inherits@2.0.3 deduped | | +-- minimatch@3.0.4 deduped | | +-- once@1.4.0 | | |– wrappy@1.0.2 deduped
| | -- path-is-absolute@1.0.1 deduped | +-- globals@11.5.0 | +-- ignore@3.3.8 | +-- imurmurhash@0.1.4 | +-- inquirer@3.3.0 | | +-- ansi-escapes@3.1.0 | | +-- chalk@2.4.1 | | | +-- ansi-styles@3.2.1 | | | |– color-convert@1.9.1 deduped
| | | ±- escape-string-regexp@1.0.5 deduped
| | | -- supports-color@5.4.0 | | |– has-flag@3.0.0
| | ±- cli-cursor@2.1.0
| | | -- restore-cursor@2.0.0 | | | +-- onetime@2.0.1 | | | |– mimic-fn@1.2.0
| | | -- signal-exit@3.0.2 deduped | | +-- cli-width@2.2.0 | | +-- external-editor@2.2.0 | | | +-- chardet@0.4.2 | | | +-- iconv-lite@0.4.19 deduped | | |– tmp@0.0.33
| | | -- os-tmpdir@1.0.2 deduped | | +-- figures@2.0.0 | | |– escape-string-regexp@1.0.5 deduped
| | ±- lodash@4.17.10 deduped
| | ±- mute-stream@0.0.7
| | ±- run-async@2.3.0
| | | -- is-promise@2.1.0 | | +-- rx-lite@4.0.8 | | +-- rx-lite-aggregates@4.0.8 | | |– rx-lite@4.0.8 deduped
| | ±- string-width@2.1.1
| | | ±- is-fullwidth-code-point@2.0.0
| | | -- strip-ansi@4.0.0 deduped | | +-- strip-ansi@4.0.0 | | |– ansi-regex@3.0.0
| | -- through@2.3.8 | +-- is-resolvable@1.1.0 | +-- js-yaml@3.12.0 | | +-- argparse@1.0.10 | | |– sprintf-js@1.0.3
| | -- esprima@4.0.0 | +-- json-stable-stringify-without-jsonify@1.0.1 | +-- levn@0.3.0 | | +-- prelude-ls@1.1.2 | |– type-check@0.3.2
| | -- prelude-ls@1.1.2 deduped | +-- lodash@4.17.10 deduped | +-- minimatch@3.0.4 | |– brace-expansion@1.1.11
| | ±- balanced-match@1.0.0
| | -- concat-map@0.0.1 | +-- mkdirp@0.5.1 deduped | +-- natural-compare@1.4.0 | +-- optionator@0.8.2 | | +-- deep-is@0.1.3 | | +-- fast-levenshtein@2.0.6 | | +-- levn@0.3.0 deduped | | +-- prelude-ls@1.1.2 deduped | | +-- type-check@0.3.2 deduped | |– wordwrap@1.0.0
| ±- path-is-inside@1.0.2
| ±- pluralize@7.0.0
| ±- progress@2.0.0
| ±- regexpp@1.1.0
| ±- require-uncached@1.0.3
| | ±- caller-path@0.1.0
| | | -- callsites@0.2.0 | |– resolve-from@1.0.1
| ±- semver@5.5.0
| ±- strip-ansi@4.0.0
| | -- ansi-regex@3.0.0 | +-- strip-json-comments@2.0.1 | +-- table@4.0.2 | | +-- ajv@5.5.2 deduped | | +-- ajv-keywords@2.1.1 | | +-- chalk@2.4.1 | | | +-- ansi-styles@3.2.1 | | | |– color-convert@1.9.1 deduped
| | | ±- escape-string-regexp@1.0.5 deduped
| | | -- supports-color@5.4.0 | | |– has-flag@3.0.0
| | ±- lodash@4.17.10 deduped
| | ±- slice-ansi@1.0.0
| | | -- is-fullwidth-code-point@2.0.0 | |– string-width@2.1.1
| | ±- is-fullwidth-code-point@2.0.0
| | -- strip-ansi@4.0.0 | |– ansi-regex@3.0.0
| -- text-table@0.2.0 +-- fibers@2.0.2 +-- jquery@3.2.1 +-- jsonwebtoken@7.4.3 | +-- joi@6.10.1 | | +-- hoek@2.16.3 | | +-- isemail@1.2.0 | | +-- moment@2.18.1 | |– topo@1.1.0
| | -- hoek@2.16.3 deduped | +-- jws@3.1.4 | | +-- base64url@2.0.0 | | +-- jwa@1.1.5 | | | +-- base64url@2.0.0 deduped | | | +-- buffer-equal-constant-time@1.0.1 | | | +-- ecdsa-sig-formatter@1.0.9 | | | | +-- base64url@2.0.0 deduped | | | |– safe-buffer@5.1.1
| | | -- safe-buffer@5.1.1 | |– safe-buffer@5.1.1
| ±- lodash.once@4.1.1
| ±- ms@2.0.0
| -- xtend@4.0.1 +-- meteor-node-stubs@0.2.11 | +-- assert@1.4.1 | |– util@0.10.3 deduped
| ±- browserify-zlib@0.1.4
| | -- pako@0.2.9 | +-- buffer@4.9.1 | | +-- base64-js@1.2.0 | | +-- ieee754@1.1.8 | |– isarray@1.0.0
| ±- console-browserify@1.1.0
| | -- date-now@0.1.4 | +-- constants-browserify@1.0.0 | +-- crypto-browserify@3.11.0 | | +-- browserify-cipher@1.0.0 | | | +-- browserify-aes@1.0.6 | | | | +-- buffer-xor@1.0.3 | | | | +-- cipher-base@1.0.3 deduped | | | | +-- create-hash@1.1.2 deduped | | | | +-- evp_bytestokey@1.0.0 deduped | | | |– inherits@2.0.1 deduped
| | | ±- browserify-des@1.0.0
| | | | ±- cipher-base@1.0.3 deduped
| | | | ±- des.js@1.0.0
| | | | | ±- inherits@2.0.1 deduped
| | | | | -- minimalistic-assert@1.0.0 | | | |– inherits@2.0.1 deduped
| | | -- evp_bytestokey@1.0.0 | | |– create-hash@1.1.2 deduped
| | ±- browserify-sign@4.0.0
| | | ±- bn.js@4.11.6
| | | ±- browserify-rsa@4.0.1
| | | | ±- bn.js@4.11.6 deduped
| | | | -- randombytes@2.0.3 deduped | | | +-- create-hash@1.1.2 deduped | | | +-- create-hmac@1.1.4 deduped | | | +-- elliptic@6.3.2 | | | | +-- bn.js@4.11.6 deduped | | | | +-- brorand@1.0.6 | | | | +-- hash.js@1.0.3 | | | | |– inherits@2.0.1 deduped
| | | | -- inherits@2.0.1 deduped | | | +-- inherits@2.0.1 deduped | | |– parse-asn1@5.0.0
| | | ±- asn1.js@4.9.0
| | | | ±- bn.js@4.11.6 deduped
| | | | ±- inherits@2.0.1 deduped
| | | | -- minimalistic-assert@1.0.0 deduped | | | +-- browserify-aes@1.0.6 deduped | | | +-- create-hash@1.1.2 deduped | | | +-- evp_bytestokey@1.0.0 deduped | | |– pbkdf2@3.0.9 deduped
| | ±- create-ecdh@4.0.0
| | | ±- bn.js@4.11.6 deduped
| | | -- elliptic@6.3.2 deduped | | +-- create-hash@1.1.2 | | | +-- cipher-base@1.0.3 | | | |– inherits@2.0.1 deduped
| | | ±- inherits@2.0.1 deduped
| | | ±- ripemd160@1.0.1
| | | -- sha.js@2.4.8 | | |– inherits@2.0.1 deduped
| | ±- create-hmac@1.1.4
| | | ±- create-hash@1.1.2 deduped
| | | -- inherits@2.0.1 deduped | | +-- diffie-hellman@5.0.2 | | | +-- bn.js@4.11.6 deduped | | | +-- miller-rabin@4.0.0 | | | | +-- bn.js@4.11.6 deduped | | | |– brorand@1.0.6 deduped
| | | -- randombytes@2.0.3 deduped | | +-- inherits@2.0.1 | | +-- pbkdf2@3.0.9 | | |– create-hmac@1.1.4 deduped
| | ±- public-encrypt@4.0.0
| | | ±- bn.js@4.11.6 deduped
| | | ±- browserify-rsa@4.0.1 deduped
| | | ±- create-hash@1.1.2 deduped
| | | ±- parse-asn1@5.0.0 deduped
| | | -- randombytes@2.0.3 deduped | |– randombytes@2.0.3
| ±- domain-browser@1.1.7
| ±- events@1.1.1
| ±- http-browserify@1.7.0
| | ±- Base64@0.2.1
| | -- inherits@2.0.1 deduped | +-- https-browserify@0.0.1 | +-- os-browserify@0.2.1 | +-- path-browserify@0.0.0 | +-- process@0.11.9 | +-- punycode@1.4.1 | +-- querystring-es3@0.2.1 | +-- readable-stream@2.2.10 (git+https://github.com/meteor/readable-stream.git#2e9112d7d31a2af6e0682db0e18679b1e5fd4694) | | +-- inherits@2.0.1 deduped | | +-- isarray@1.0.0 deduped | | +-- process-nextick-args@1.0.7 | | +-- safe-buffer@5.0.1 | | +-- string_decoder@1.0.1 deduped | |– util-deprecate@1.0.2
| ±- rimraf@2.6.1 extraneous
| ±- stream-browserify@2.0.1
| | ±- inherits@2.0.1 deduped
| | -- readable-stream@2.2.10 deduped (git+https://github.com/meteor/readable-stream.git#2e9112d7d31a2af6e0682db0e18679b1e5fd4694) | +-- string_decoder@1.0.1 | |– safe-buffer@5.0.1 deduped
| ±- timers-browserify@1.4.2
| | -- process@0.11.9 deduped | +-- tty-browserify@0.0.0 | +-- url@0.11.0 | | +-- punycode@1.3.2 | |– querystring@0.2.0
| ±- util@0.10.3
| | -- inherits@2.0.1 deduped |– vm-browserify@0.0.4
| -- indexof@0.0.1 +-- meteor-sha256@1.0.1 +-- mocha@4.0.1 | +-- browser-stdout@1.3.0 | +-- commander@2.11.0 | +-- debug@3.1.0 | |– ms@2.0.0 deduped
| ±- diff@3.3.1
| ±- escape-string-regexp@1.0.5
| ±- glob@7.1.2
| | ±- fs.realpath@1.0.0 deduped
| | ±- inflight@1.0.6 deduped
| | ±- inherits@2.0.3 deduped
| | ±- minimatch@3.0.4
| | | -- brace-expansion@1.1.8 | | | +-- balanced-match@1.0.0 | | |– concat-map@0.0.1 deduped
| | ±- once@1.4.0 deduped
| | -- path-is-absolute@1.0.1 deduped | +-- growl@1.10.3 | +-- he@1.1.1 | +-- mkdirp@0.5.1 deduped |– supports-color@4.4.0
| -- has-flag@2.0.0 +-- mssql@4.1.0 | +-- debug@2.6.9 | |– ms@2.0.0 deduped
| ±- generic-pool@3.2.0
| -- tedious@2.1.1 | +-- babel-runtime@6.26.0 deduped | +-- big-number@0.3.1 | +-- bl@1.2.1 | |– readable-stream@2.3.3
| | ±- core-util-is@1.0.2 deduped
| | ±- inherits@2.0.3 deduped
| | ±- isarray@1.0.0 deduped
| | ±- process-nextick-args@1.0.7 deduped
| | ±- safe-buffer@5.1.1 deduped
| | ±- string_decoder@1.0.3
| | | -- safe-buffer@5.1.1 deduped | |– util-deprecate@1.0.2 deduped
| ±- iconv-lite@0.4.19
| ±- readable-stream@2.3.3
| | ±- core-util-is@1.0.2 deduped
| | ±- inherits@2.0.3 deduped
| | ±- isarray@1.0.0 deduped
| | ±- process-nextick-args@1.0.7 deduped
| | ±- safe-buffer@5.1.1 deduped
| | ±- string_decoder@1.0.3
| | | -- safe-buffer@5.1.1 deduped | |– util-deprecate@1.0.2 deduped
| -- sprintf@0.1.5 +-- phantomjs-prebuilt@2.1.16 | +-- es6-promise@4.2.4 | +-- extract-zip@1.6.6 deduped | +-- fs-extra@1.0.0 | | +-- graceful-fs@4.1.11 | | +-- jsonfile@2.4.0 | | |– graceful-fs@4.1.11
| | -- klaw@1.3.1 | |– graceful-fs@4.1.11
| ±- hasha@2.2.0
| | ±- is-stream@1.1.0
| | -- pinkie-promise@2.0.1 | |– pinkie@2.0.4
| ±- kew@0.7.0 deduped
| ±- progress@1.1.8
| ±- request@2.87.0 deduped
| ±- request-progress@2.0.1
| | -- throttleit@1.0.0 |– which@1.2.14
| -- isexe@2.0.0 +-- request-promise@4.2.2 | +-- bluebird@3.5.0 | +-- request-promise-core@1.1.1 | |– lodash@4.17.10 deduped
| ±- stealthy-require@1.1.1
| -- tough-cookie@2.3.3 |– punycode@1.4.1
±- selenium-webdriver@3.0.0-beta-2
| ±- adm-zip@0.4.4
| ±- rimraf@2.6.2
| | -- glob@7.1.2 | | +-- fs.realpath@1.0.0 | | +-- inflight@1.0.6 | | | +-- once@1.4.0 deduped | | |– wrappy@1.0.2
| | ±- inherits@2.0.3
| | ±- minimatch@3.0.4
| | | -- brace-expansion@1.1.11 | | | +-- balanced-match@1.0.0 | | |– concat-map@0.0.1
| | ±- once@1.4.0
| | | -- wrappy@1.0.2 deduped | |– path-is-absolute@1.0.1
| ±- tmp@0.0.24
| ±- ws@1.1.5
| | ±- options@0.0.6
| | -- ultron@1.0.2 |– xml2js@0.4.4
| ±- sax@0.6.1
| -- xmlbuilder@10.0.0– underscore@1.9.1

Try deleting C:\Work\Stella\stellaralgo-usta\.meteor\local and rebuilding from scratch. Looks a permissions issue.

Sadly, no love there. Still giving me operation not permitted. :frowning:

You could also try deleting ~/.meteor/packages; that’s where global packages are stored. Looks like a permissions issue to me