We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Packages don't install after install a few basic packages
1.116
🐧 Debian based (Linux Mint, Ubuntu, etc.)
Mx Linux 23.2
x86_64/AMD64
The log:
0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli '/opt/Pulsar/resources/app/ppm/bin/node', 1 verbose cli '/opt/Pulsar/resources/app/ppm/node_modules/npm/bin/npm-cli.js', 1 verbose cli '--globalconfig', 1 verbose cli '/home/Ayush/.pulsar/.apm/.apmrc', 1 verbose cli '--userconfig', 1 verbose cli '/home/Ayush/.pulsar/.apmrc', 1 verbose cli 'install', 1 verbose cli 'https://api.pulsar-edit.dev/api/packages/atom-ide-hyperclick/versions/1.0.11/tarball', 1 verbose cli '--target=12.2.3', 1 verbose cli '--disturl=https://artifacts.electronjs.org/headers/dist', 1 verbose cli '--arch=x64', 1 verbose cli '--force-process-config', 1 verbose cli '--global-style', 1 verbose cli '--production' 1 verbose cli ] 2 info using [email protected] 3 info using [email protected] 4 verbose npm-session c9b901d4ddacc70d 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 http fetch GET 200 https://codeload.github.com/atom-community/atom-ide-hyperclick/legacy.tar.gz/refs/tags/v1.0.11 2938ms 8 silly pacote remote manifest for undefined@https://api.pulsar-edit.dev/api/packages/atom-ide-hyperclick/versions/1.0.11/tarball fetched in 2971ms 9 timing stage:loadCurrentTree Completed in 3014ms 10 silly install loadIdealTree 11 silly install cloneCurrentTreeToIdealTree 12 timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms 13 silly install loadShrinkwrap 14 timing stage:loadIdealTree:loadShrinkwrap Completed in 1ms 15 silly install loadAllDepsIntoIdealTree 16 silly resolveWithNewModule [email protected] checking installable status 17 http fetch GET 200 https://registry.npmjs.org/atom-ide-base 124ms (from cache) 18 http fetch GET 200 https://registry.npmjs.org/rxjs 131ms (from cache) 19 http fetch GET 200 https://registry.npmjs.org/react 169ms (from cache) 20 silly pacote range manifest for atom-ide-base@^3.0.0 fetched in 323ms 21 silly resolveWithNewModule [email protected] checking installable status 22 http fetch GET 200 https://registry.npmjs.org/react-dom 353ms (from cache) 23 silly pacote range manifest for react@^17.0.2 fetched in 497ms 24 silly resolveWithNewModule [email protected] checking installable status 25 silly pacote range manifest for react-dom@^17.0.2 fetched in 500ms 26 silly resolveWithNewModule [email protected] checking installable status 27 http fetch GET 200 https://registry.npmjs.org/prop-types 778ms 28 http fetch GET 200 https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz 232ms 29 silly pacote range manifest for prop-types@^15.7.2 fetched in 1081ms 30 silly resolveWithNewModule [email protected] checking installable status 31 timing npm Completed in 4915ms 32 error cb() never called! 33 error This is an error with npm itself. Please report this error at: 34 error https://npm.community
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks in advance for your bug report!
What happened?
Packages don't install after install a few basic packages
Pulsar version
1.116
Which OS does this happen on?
🐧 Debian based (Linux Mint, Ubuntu, etc.)
OS details
Mx Linux 23.2
Which CPU architecture are you running this on?
x86_64/AMD64
What steps are needed to reproduce this?
Additional Information:
The log:
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli '/opt/Pulsar/resources/app/ppm/bin/node',
1 verbose cli '/opt/Pulsar/resources/app/ppm/node_modules/npm/bin/npm-cli.js',
1 verbose cli '--globalconfig',
1 verbose cli '/home/Ayush/.pulsar/.apm/.apmrc',
1 verbose cli '--userconfig',
1 verbose cli '/home/Ayush/.pulsar/.apmrc',
1 verbose cli 'install',
1 verbose cli 'https://api.pulsar-edit.dev/api/packages/atom-ide-hyperclick/versions/1.0.11/tarball',
1 verbose cli '--target=12.2.3',
1 verbose cli '--disturl=https://artifacts.electronjs.org/headers/dist',
1 verbose cli '--arch=x64',
1 verbose cli '--force-process-config',
1 verbose cli '--global-style',
1 verbose cli '--production'
1 verbose cli ]
2 info using [email protected]
3 info using [email protected]
4 verbose npm-session c9b901d4ddacc70d
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 http fetch GET 200 https://codeload.github.com/atom-community/atom-ide-hyperclick/legacy.tar.gz/refs/tags/v1.0.11 2938ms
8 silly pacote remote manifest for undefined@https://api.pulsar-edit.dev/api/packages/atom-ide-hyperclick/versions/1.0.11/tarball fetched in 2971ms
9 timing stage:loadCurrentTree Completed in 3014ms
10 silly install loadIdealTree
11 silly install cloneCurrentTreeToIdealTree
12 timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms
13 silly install loadShrinkwrap
14 timing stage:loadIdealTree:loadShrinkwrap Completed in 1ms
15 silly install loadAllDepsIntoIdealTree
16 silly resolveWithNewModule [email protected] checking installable status
17 http fetch GET 200 https://registry.npmjs.org/atom-ide-base 124ms (from cache)
18 http fetch GET 200 https://registry.npmjs.org/rxjs 131ms (from cache)
19 http fetch GET 200 https://registry.npmjs.org/react 169ms (from cache)
20 silly pacote range manifest for atom-ide-base@^3.0.0 fetched in 323ms
21 silly resolveWithNewModule [email protected] checking installable status
22 http fetch GET 200 https://registry.npmjs.org/react-dom 353ms (from cache)
23 silly pacote range manifest for react@^17.0.2 fetched in 497ms
24 silly resolveWithNewModule [email protected] checking installable status
25 silly pacote range manifest for react-dom@^17.0.2 fetched in 500ms
26 silly resolveWithNewModule [email protected] checking installable status
27 http fetch GET 200 https://registry.npmjs.org/prop-types 778ms
28 http fetch GET 200 https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz 232ms
29 silly pacote range manifest for prop-types@^15.7.2 fetched in 1081ms
30 silly resolveWithNewModule [email protected] checking installable status
31 timing npm Completed in 4915ms
32 error cb() never called!
33 error This is an error with npm itself. Please report this error at:
34 error https://npm.community
The text was updated successfully, but these errors were encountered: