You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to add this package to my project I get this error:
C:\Users\zcompton\AppData\Local\.meteor\packages\meteor-tool\1.8.1\mt-os.windows.x86_64\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:218
throw error;
^
Error: ENOENT: no such file or directory, open 'C:\Users\zcompton\AppData\Local\Temp\mt-1to2b26.8ptjj\os\konecty:user-presence-tests.js'
at Object.fs.openSync (fs.js:646:18)
at Object.wrapper [as open] (C:\tools\fs\files.js:1641:35)
at Object.files.readBufferWithLengthAndOffset (C:\tools\fs\files.js:1887:20)
at C:\tools\isobuild\unibuild.js:122:26
at Array.forEach (<anonymous>)
at Function._.each._.forEach (C:\Users\zcompton\AppData\Local\.meteor\packages\meteor-tool\1.8.1\mt-os.windows.x86_64\dev_bundle\lib\node_modules\underscore\underscore.js:79:11)
at Function.fromJSON (C:\tools\isobuild\unibuild.js:119:7)
at C:\tools\isobuild\isopack.js:921:33
at Array.forEach (<anonymous>)
at Function._.each._.forEach (C:\Users\zcompton\AppData\Local\.meteor\packages\meteor-tool\1.8.1\mt-os.windows.x86_64\dev_bundle\lib\node_modules\underscore\underscore.js:79:11)
at Isopack._loadUnibuildsFromPath (C:\tools\isobuild\isopack.js:908:7)
at _.each (C:\tools\packaging\tropohouse.js:521:21)
at Array.forEach (<anonymous>)
at Function._.each._.forEach (C:\Users\zcompton\AppData\Local\.meteor\packages\meteor-tool\1.8.1\mt-os.windows.x86_64\dev_bundle\lib\node_modules\underscore\underscore.js:79:11)
at buildmessage.enterJob (C:\tools\packaging\tropohouse.js:520:13)
at Object.enterJob (C:\tools\utils\buildmessage.js:388:12)
at C:\tools\packaging\tropohouse.js:515:22
at Object.enterJob (C:\tools\utils\buildmessage.js:388:12)
at Object.download (C:\tools\packaging\tropohouse.js:427:20)
at C:\tools\packaging\tropohouse.js:600:22
at Object.enterJob (C:\tools\utils\buildmessage.js:388:12)
at exports.Tropohouse.downloadPackagesMissingFromMap (C:\tools\packaging\tropohouse.js:597:20)
at C:\tools\project-context.js:836:25
at Object.enterJob (C:\tools\utils\buildmessage.js:388:12)
at C:\tools\project-context.js:835:20
at C:\tools\packaging\catalog\catalog.js:100:5
at Object.capture (C:\tools\utils\buildmessage.js:283:5)
at Object.catalog.runAndRetryWithRefreshIfHelpful (C:\tools\packaging\catalog\catalog.js:99:31)
at ProjectContext._downloadMissingPackages (C:\tools\project-context.js:834:13)
at C:\tools\project-context.js:300:9
at Object.enterJob (C:\tools\utils\buildmessage.js:388:12)
at ProjectContext._completeStagesThrough (C:\tools\project-context.js:290:18)
at Profile.run (C:\tools\project-context.js:282:12)
at Function.run (C:\tools\tool-env\profile.js:490:12)
at ProjectContext.prepareProjectForBuild (C:\tools\project-context.js:281:13)
at C:\tools\runners\run-app.js:547:29
at Object.capture (C:\tools\utils\buildmessage.js:283:5)
at bundleApp (C:\tools\runners\run-app.js:546:31)
at AppRunner._runOnce (C:\tools\runners\run-app.js:613:35)
at AppRunner._fiber (C:\tools\runners\run-app.js:922:28)
at C:\tools\runners\run-app.js:401:12
Any idea on how to resolve this issue? I am able to get it to work if I force version 2.2.0 like this: konecty:user-presence@=2.2.0.
2.3.0 and 2.4.0 give me the above error.
The text was updated successfully, but these errors were encountered:
If I try to add this package to my project I get this error:
Any idea on how to resolve this issue? I am able to get it to work if I force version 2.2.0 like this: konecty:user-presence@=2.2.0.
2.3.0 and 2.4.0 give me the above error.
The text was updated successfully, but these errors were encountered: