McDefault
McDefault
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
awesome docker implementation too, kudos
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
using CLI helped thanks for the tip
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
that sounds promising
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
Docs should def. be updated for new people not known to the fw
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
If you want, you can toss a package.json to me
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
I doubt thats the case, I did all the updates and dedupe
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
ty for the help anyways
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
Ehh ima ditch this framework 🚀 Ill check back in few months to see if it will improve
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
{
"name": "typescript-starter",
"version": "1.0.0",
"description": "A basic typescript app starter for newbies in 2022.",
"main": "src/index.js",
"scripts": {
"build": "rimraf ./build && tsc",
"start:dev": "nodemon",
"start": "npm run build && node build/index.js",
"lint": "eslint . --ext .ts",
"prettier-format": "run-script-os",
"prettier-format:win32": "prettier --config .prettierrc \"./src/**/*.ts\" --write",
"prettier-format:darwin:linux": "prettier --config .prettierrc 'src/**/*.ts' --write",
"prettier-format:default": "prettier --config .prettierrc 'src/**/*.ts' --write",
"prettier-watch": "run-script-os",
"prettier-watch:win32": "onchange \"src/**/*.ts\" -- prettier --write {{changed}}",
"prettier-watch:darwin:linux": "onchange 'src/**/*.ts' -- prettier --write {{changed}}",
"prettier-watch:default": "onchange 'src/**/*.ts' -- prettier --write {{changed}}",
"test": "jest",
"test:dev": "jest --watchAll"
},
"husky": {
"hooks": {
"pre-commit": "npm run test && npm run prettier-format && npm run lint"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"onchange": "^7.1.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.6",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@sapphire/framework": "^3.1.4",
"discord.js": "^13.12.0"
}
}
{
"name": "typescript-starter",
"version": "1.0.0",
"description": "A basic typescript app starter for newbies in 2022.",
"main": "src/index.js",
"scripts": {
"build": "rimraf ./build && tsc",
"start:dev": "nodemon",
"start": "npm run build && node build/index.js",
"lint": "eslint . --ext .ts",
"prettier-format": "run-script-os",
"prettier-format:win32": "prettier --config .prettierrc \"./src/**/*.ts\" --write",
"prettier-format:darwin:linux": "prettier --config .prettierrc 'src/**/*.ts' --write",
"prettier-format:default": "prettier --config .prettierrc 'src/**/*.ts' --write",
"prettier-watch": "run-script-os",
"prettier-watch:win32": "onchange \"src/**/*.ts\" -- prettier --write {{changed}}",
"prettier-watch:darwin:linux": "onchange 'src/**/*.ts' -- prettier --write {{changed}}",
"prettier-watch:default": "onchange 'src/**/*.ts' -- prettier --write {{changed}}",
"test": "jest",
"test:dev": "jest --watchAll"
},
"husky": {
"hooks": {
"pre-commit": "npm run test && npm run prettier-format && npm run lint"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"onchange": "^7.1.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.6",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@sapphire/framework": "^3.1.4",
"discord.js": "^13.12.0"
}
}
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
still same error lol
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
Im on webstorm
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
apart from that npx npm-upgrade is pretty handy
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
ill just do it myself lol
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
not v14 right
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
yeah was about to ask that thx
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
Right. Thank you for the suggestion. I have run it now and still seem to have issues
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
these?
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
"@types/jest": "^28.1.6",
"@types/node": "^18.6.1",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.1",
49 replies
SIASapphire - Imagine a framework
Created by McDefault on 11/21/2022 in #old-sapphire-support
McDefault - Hello y'all Im trying to follow the c...
Thank you for your reply. What duplicates are you referring to exactly? I'm not sure which one your mean
49 replies