Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upGet error because of third party package #1245
Comments
This comment has been minimized.
This comment has been minimized.
stale
bot
commented
May 7, 2019
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
stale
bot
added
the
stale
label
May 7, 2019
This comment has been minimized.
This comment has been minimized.
|
I would recommend changing how you import the module. Instead of doing |
stale
bot
removed
the
stale
label
May 8, 2019
This comment has been minimized.
This comment has been minimized.
stale
bot
commented
Aug 7, 2019
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
stale
bot
added
the
stale
label
Aug 7, 2019
This comment has been minimized.
This comment has been minimized.
|
duplicate of #892 |
LinusU
closed this
Aug 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
inyutin commentedFeb 6, 2019
Standard version: 12.0.0
Operating system: Manjaro 18.0.2 Illyria
Node.js: v11.6.0
npm: 6.7.0
In my project I use this side package:
https://github.com/alexandercerutti/node-telegram-operation-manager
So, I have this line:
let reply = new Reply['default']()I get an error
A constructor name should not start with a lowercase letter., because of "default" in declaration. However I can't change it, because this is how it written in side package, I use.