Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pushbullet integration #21

Merged
merged 1 commit into from
Feb 2, 2021
Merged

fix: pushbullet integration #21

merged 1 commit into from
Feb 2, 2021

Conversation

nightah
Copy link
Contributor

@nightah nightah commented Feb 2, 2021

413db04 introduced a regression where the application no longer starts with the following error:

Error: Cannot find module 'pushbullet'
Require stack:
- /app/src/utils/pushBullet.js
- /app/src/index.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:925:15)
    at Function.Module._load (node:internal/modules/cjs/loader:769:27)
    at Module.require (node:internal/modules/cjs/loader:997:19)
    at require (node:internal/modules/cjs/helpers:92:18)
    at Object.<anonymous> (/app/src/utils/pushBullet.js:1:20)
    at Module._compile (node:internal/modules/cjs/loader:1108:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1137:10)
    at Module.load (node:internal/modules/cjs/loader:973:32)
    at Function.Module._load (node:internal/modules/cjs/loader:813:14)
    at Module.require (node:internal/modules/cjs/loader:997:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/app/src/utils/pushBullet.js', '/app/src/index.js' ]
}

This PR will fix dependency reference to ensure that the application can start successfully.

413db04 introduced a regression where the application no longer starts with the following error:

```
Error: Cannot find module 'pushbullet'
Require stack:
- /app/src/utils/pushBullet.js
- /app/src/index.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:925:15)
    at Function.Module._load (node:internal/modules/cjs/loader:769:27)
    at Module.require (node:internal/modules/cjs/loader:997:19)
    at require (node:internal/modules/cjs/helpers:92:18)
    at Object.<anonymous> (/app/src/utils/pushBullet.js:1:20)
    at Module._compile (node:internal/modules/cjs/loader:1108:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1137:10)
    at Module.load (node:internal/modules/cjs/loader:973:32)
    at Function.Module._load (node:internal/modules/cjs/loader:813:14)
    at Module.require (node:internal/modules/cjs/loader:997:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/app/src/utils/pushBullet.js', '/app/src/index.js' ]
}
```

This PR will fix dependency reference to ensure that the application can start successfully.
@Ardakilic Ardakilic merged commit 56fb7be into Ardakilic:master Feb 2, 2021
@Ardakilic
Copy link
Owner

Thank you for the PR!, I'll make a new release soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants