I USE in my title link codes for V12 but I take a error
{
“name”: “evobot”,
“version”: “1.0.0”,
“description”: “Discord music bot built with discord.js”,
“main”: “index.js”,
“author”: “Erit Islami eritislami@gmail.com”,
“private”: true,
“dependencies”: {
“@discordjs/opus”: “^0.3.2”,
“discord.js”: “^12.0.1”,
“simple-youtube-api”: “^5.1.1”,
“ytdl-core”: “^2.0.0”,
“ytdl-core-discord”: “amishshah/ytdl-core-discord”
},
“scripts”: {
“start”: “node index.js”
}
}
Hey @ahkalbim, can you try enable-pnpm
in the console?
enable-pnpm : The term ‘enable-pnpm’ is not recognized as the name of a cmdlet, function, script file, or operable prog
ram. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:2
- enable-pnpm
-
+ CategoryInfo : ObjectNotFound: (enable-pnpm:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException @khalby786 I take this error
Weird…are you using PowerShell on your local machine or is it on Glitch?
@khalby786 ı use
PowerShell
Simply run npm install
in the console to install the required dependencies specified inside the package.json file.