Open mica83 opened 3 years ago
As a workaround, you can do npm install request
.
As a workaround, you can do
npm install request
.
I tried, but also after this command the problem still.
Any suggestions?
I got the same error message as you and got it working after a separate npm install of the request package. That's all I know unfortunately. Maybe we experienced different errors but got the same error message then? On 11 Dec 2020, 10:47 +0100, Michele Cavalcanti notifications@github.com, wrote:
As a workaround, you can do npm install request. I tried, but also after this command the problem still. Any suggestions? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
I don't know, it's strange. How did you create empty node project? I did the following steps
1) install module npm install itunesconnectanalytics
2) create empty node project with the command npm init
3) create a new file (index.js) in the project with the "usual boilerplate" code as indicated in project home
4) install dependency npm install request
5) run the code node index.js
But i have the errore indicated in the previous post
I got the same error message as you and got it working after a separate npm install of the request package. That's all I know unfortunately. Maybe we experienced different errors but got the same error message then? … On 11 Dec 2020, 10:47 +0100, Michele Cavalcanti @.***>, wrote: > As a workaround, you can do npm install request. I tried, but also after this command the problem still. Any suggestions? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Same but 1. and 2. was swapped. Do you see the request folder under node_modules/? I.e. is the request package really there? On 11 Dec 2020, 15:33 +0100, Michele Cavalcanti notifications@github.com, wrote:
I don't know, it's strange. How did you create empty node project? I did the following steps
- install module npm install itunesconnectanalytics
- create empty node project with the command npm init
- create a new file (index.js) in the project with the "usual boilerplate" code as indicated in project home
- install dependency npm install request
- run the code node index.js
But i have the errore indicated in the previous post
I got the same error message as you and got it working after a separate npm install of the request package. That's all I know unfortunately. Maybe we experienced different errors but got the same error message then? … On 11 Dec 2020, 10:47 +0100, Michele Cavalcanti @.***>, wrote: > As a workaround, you can do npm install request. I tried, but also after this command the problem still. Any suggestions? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Yeah! with point 1 and point 2 swapped it work! Thanks man
Woho! 😁 On 11 Dec 2020, 17:30 +0100, Michele Cavalcanti notifications@github.com, wrote:
Yeah! with point 1 and point 2 swapped it work! Thanks man — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Hi people, i'm testing this module but i have some problems.
I created a new empty node project with a new file "index.js" with this boilerplate code:
But when i run the command
node index.js
i get this error:thanks