Skip to content

Commit faf8761

Browse files
author
Eduardo Campaña
committed
fix(core-scripts): fixes texts and core dependencies
1 parent f5f8f1e commit faf8761

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"promise-monofill": "^1.0.1",
6464
"react": "^16.8.3",
6565
"react-dom": "^16.8.3",
66+
"require-from-string": "^2.0.2",
6667
"ts-node": "^8.0.3",
6768
"typescript": "^3.4.2",
6869
"webpack": "^4.29.6",

packages/frontity/src/actions/create.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ export default async (name: string, { typescript, useCwd }) => {
8080
} else {
8181
console.log(
8282
`\nOk, that's fine! 😉\nYou can subscribe at any point with ${chalk.bold.green(
83-
"frontity subscribe <email>"
83+
"npx frontity subscribe <email>"
8484
)}.`
8585
);
8686
}
8787

8888
console.log(
8989
`\nRun ${chalk.bold.green(
90-
`cd ${options.name} && frontity dev`
90+
`cd ${options.name} && npx frontity dev`
9191
)} and have fun! 🎉\n\nYou can find docs at ${chalk.underline.magenta(
9292
"https://docs.frontity.org/"
9393
)}.\nIf you have any doubts, join our community at ${chalk.underline.magenta(

0 commit comments

Comments
 (0)