Installing packages

After the new update, I am facing problem while installing packages. When I search packages, it doesn’t show up anything.
Please help or if there is another method.

Hey @Abstract-World,

An alternative to that is: you can install packages using Console.

  • Firstly, go to the console.
  • Secondly, execute the following command in the console: enable-pnpm
  • Thirdly, to install a package to the app: pnpm i <package_name>, replace <package_name> with the name of the package, you’re trying to install.

Happy Glitching!

1 Like

Thanks, i know about console method, but previous method was useful in searching new packages and docs, that func. is no more?

Yes, the function should be functional right now and is not deprecated.
Try to remix your Glitch app/replace the app by remixing it.
If you need any help, please let me know!