Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

npm ERR! 404 Not Found - GET https://github.com/thomasconner/javascript/tarball/67b7944366453a87226389d483ac1ad861e0e129 #190

Open
matthewwren opened this issue Aug 8, 2020 · 18 comments

Comments

@matthewwren
Copy link

I installed the latest version of Node and then ran:

npm install -g nativescript@latest

I downloaded an unmodified Angular sample from playground, unzipped it and then ran in the app directory:

tns preview

I get the following output and error:

npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm ERR! code E404
npm ERR! 404 Not Found - GET https://github.com/thomasconner/javascript/tarball/67b7944366453a87226389d483ac1ad861e0e129
npm ERR! 404
npm ERR! 404  'pubnub@https://github.com/thomasconner/javascript/tarball/67b7944366453a87226389d483ac1ad861e0e129' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'kinvey-nativescript-sdk'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\matth\AppData\Roaming\npm-cache\_logs\2020-08-08T17_04_58_821Z-debug.log
Command npm.cmd failed with exit code 1

The tail end of the log file is as follows:

2247 silly saveTree +-- [email protected]
2247 silly saveTree +-- [email protected]
2247 silly saveTree `-- [email protected]
2248 verbose stack Error: 404 Not Found - GET https://github.com/thomasconner/javascript/tarball/67b7944366453a87226389d483ac1ad861e0e129
2248 verbose stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-fetch\check-response.js:114:15
2248 verbose stack     at runMicrotasks (<anonymous>)
2248 verbose stack     at processTicksAndRejections (internal/process/task_queues.js:97:5)
2249 verbose statusCode 404
2250 verbose pkgid pubnub@https://github.com/thomasconner/javascript/tarball/67b7944366453a87226389d483ac1ad861e0e129
2251 verbose cwd C:\Users\matth\projects\ns-playground
2252 verbose Windows_NT 10.0.18363
2253 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
2254 verbose node v12.18.3
2255 verbose npm  v6.14.6
2256 error code E404
2257 error 404 Not Found - GET https://github.com/thomasconner/javascript/tarball/67b7944366453a87226389d483ac1ad861e0e129
2258 error 404
2259 error 404 'pubnub@https://github.com/thomasconner/javascript/tarball/67b7944366453a87226389d483ac1ad861e0e129' is not in the npm registry.
2260 error 404 You should bug the author to publish it (or use the name yourself!)
2261 error 404 It was specified as a dependency of 'kinvey-nativescript-sdk'
2262 error 404 Note that you can also install from a
2263 error 404 tarball, folder, http url, or git url.
2264 verbose exit [ 1, true ]

I am running on Windows 10.

@verdulife
Copy link

I installed the latest version of Node and then ran:

npm install -g nativescript@latest

I downloaded an unmodified Angular sample from playground, unzipped it and then ran in the app directory:

tns preview

I get the following output and error:

npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm ERR! code E404
npm ERR! 404 Not Found - GET https://github.com/thomasconner/javascript/tarball/67b7944366453a87226389d483ac1ad861e0e129
npm ERR! 404
npm ERR! 404  'pubnub@https://github.com/thomasconner/javascript/tarball/67b7944366453a87226389d483ac1ad861e0e129' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'kinvey-nativescript-sdk'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\matth\AppData\Roaming\npm-cache\_logs\2020-08-08T17_04_58_821Z-debug.log
Command npm.cmd failed with exit code 1

The tail end of the log file is as follows:

2247 silly saveTree +-- [email protected]
2247 silly saveTree +-- [email protected]
2247 silly saveTree `-- [email protected]
2248 verbose stack Error: 404 Not Found - GET https://github.com/thomasconner/javascript/tarball/67b7944366453a87226389d483ac1ad861e0e129
2248 verbose stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-fetch\check-response.js:114:15
2248 verbose stack     at runMicrotasks (<anonymous>)
2248 verbose stack     at processTicksAndRejections (internal/process/task_queues.js:97:5)
2249 verbose statusCode 404
2250 verbose pkgid pubnub@https://github.com/thomasconner/javascript/tarball/67b7944366453a87226389d483ac1ad861e0e129
2251 verbose cwd C:\Users\matth\projects\ns-playground
2252 verbose Windows_NT 10.0.18363
2253 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
2254 verbose node v12.18.3
2255 verbose npm  v6.14.6
2256 error code E404
2257 error 404 Not Found - GET https://github.com/thomasconner/javascript/tarball/67b7944366453a87226389d483ac1ad861e0e129
2258 error 404
2259 error 404 'pubnub@https://github.com/thomasconner/javascript/tarball/67b7944366453a87226389d483ac1ad861e0e129' is not in the npm registry.
2260 error 404 You should bug the author to publish it (or use the name yourself!)
2261 error 404 It was specified as a dependency of 'kinvey-nativescript-sdk'
2262 error 404 Note that you can also install from a
2263 error 404 tarball, folder, http url, or git url.
2264 verbose exit [ 1, true ]

I am running on Windows 10.

Same here 😢

@therosko
Copy link

Unfortunately, I am experiencing the same issue. Has anyone found a solution for it in the mean time? :/

@maximbaran
Copy link

Same issue. Has anyone found a solution?

@duyendotnguyen
Copy link

I'm also having the same issue - am trying to run the Vue tutorial on OS X.

@therosko
Copy link

Hi all,

I found one approach so far!
Try changing the version of kinvey-nativescript-sdk to 5.0.0 in package.json ( "kinvey-nativescript-sdk": "5.0.0" ).
To me it looks good so far, meaning that I have not stumbled upon any other issues for the time being.

Hope that works for you, too!

@matthewwren
Copy link
Author

Hi all,

I found one approach so far!
Try changing the version of kinvey-nativescript-sdk to 5.0.0 in package.json ( "kinvey-nativescript-sdk": "5.0.0" ).
To me it looks good so far, meaning that I have not stumbled upon any other issues for the time being.

Hope that works for you, too!

Works for me. Thanks @therosko

@SreekanthJos
Copy link

Worked for me

Hi all,

I found one approach so far!
Try changing the version of kinvey-nativescript-sdk to 5.0.0 in package.json ( "kinvey-nativescript-sdk": "5.0.0" ).
To me it looks good so far, meaning that I have not stumbled upon any other issues for the time being.

Hope that works for you, too!

This solution worked for me 👍

@EricClevy
Copy link

this fix changed EVERYTHING ! Thanks for person who solved this error

@gonzaloabruna
Copy link

Hi all,

I found one approach so far!
Try changing the version of kinvey-nativescript-sdk to 5.0.0 in package.json ( "kinvey-nativescript-sdk": "5.0.0" ).
To me it looks good so far, meaning that I have not stumbled upon any other issues for the time being.

Hope that works for you, too!

Indeed, this worked for me too, thanks @therosko !!

@EricClevy
Copy link

EricClevy commented Sep 16, 2020 via email

@kidaqrus
Copy link

thanks it worked

@javavega7
Copy link

It worked for me!

@SoYoureAWaffleMan
Copy link

Playground / Preview are a great experience - https://play.nativescript.org/ prompts you to run tns preview when you d/l the source then the process breaks on a 404 and it's been an issue since August. I don't get it.

Is there a disparity between NS-cli builds and NS Playground builds or is the latter just out of date? If the local build falls over then I guess I have to stop using Playground & rewrite my app locally.

@therosko
Copy link

Playground / Preview are a great experience - https://play.nativescript.org/ prompts you to run tns preview when you d/l the source then the process breaks on a 404 and it's been an issue since August. I don't get it.

Is there a disparity between NS-cli builds and NS Playground builds or is the latter just out of date? If the local build falls over then I guess I have to stop using Playground & rewrite my app locally.

I ran into quite a lot of issues with Playground / Preview and due to deadlines, decided to switch to a devcontainer. It ended up working really well and does the same job + you have the code locally. I have been postponing it for a while, but after I read your post today, I published the project on my profile just now. I hope it helps you or someone else, who might be struggling with the issues since mid August.
(hope this suggestion does not go against some policies... newbie here...)

@MuhaiminS
Copy link

Hi all,

I found one approach so far!
Try changing the version of kinvey-nativescript-sdk to 5.0.0 in package.json ( "kinvey-nativescript-sdk": "5.0.0" ).
To me it looks good so far, meaning that I have not stumbled upon any other issues for the time being.

Hope that works for you, too!

It's working for me also.. Thanks..

@christianpadovano
Copy link

christianpadovano commented Feb 22, 2021

execuse me , after this
Try changing the version of kinvey-nativescript-sdk to 5.0.0 in package.json ( "kinvey-nativescript-sdk": "5.0.0" ).

i've a new error :

ERROR in The target entry-point "listview-directives" has missing dependencies:

  • nativescript-angular/element-registry
  • nativescript-angular/renderer
  • ./../
  • tns-core-modules/ui/layouts/layout-base
  • tns-core-modules/data/observable-array
  • tns-core-modules/ui/core/view
  • tns-core-modules/data/observable
  • tns-core-modules/color
  • tns-core-modules/ui/layouts/stack-layout

Executing webpack failed with exit code 2.

and now ???

Is it possible that after a framework update all the old release become useless ?????

@athirarenjan
Copy link

Hi all,

I found one approach so far!
Try changing the version of kinvey-nativescript-sdk to 5.0.0 in package.json ( "kinvey-nativescript-sdk": "5.0.0" ).
To me it looks good so far, meaning that I have not stumbled upon any other issues for the time being.

Hope that works for you, too!

Works for me

@dkprgs
Copy link

dkprgs commented Nov 19, 2021

Hi guys,

I have the same issue.
However when changing the version of kinvey-nativescript-sdk it seems that other issues are triggered.
Is there a way to maintain my current version of the SDK ? "kinvey-nativescript-sdk": "4.2.1"

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

No branches or pull requests