Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 75ab071

Browse files
committed
Update lib/create.js
1 parent c458407 commit 75ab071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ async function create(name, options) {
127127
outputDev(`move ./fastjs_cli_create to ${createPath}`);
128128
spinner.update("Install fastjs");
129129
outputDev("Install fastjs");
130-
exec(`npm install fastjs-next -g`, {cwd: createPath}, (error) => {
130+
exec(`npm install fastjs-next`, {cwd: createPath}, (error) => {
131131
if (error) {
132132
spinner.stop();
133133
outputDev(error);

0 commit comments

Comments
 (0)