You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pwd
/home/.../gods-pen-server
$ yarn dev
yarn run v1.22.10
$ cross-env EGG_SERVER_ENV=dev egg-bin dev --port 7051
/bin/sh: 1: cross-env: not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
这个项目的package.json没有包含"cross-env"。
项目gods-pen中的package.json包含:
"devDependencies": {
..."cross-env": "^5.2.0",
项目gods-pen-cli中的package.json.ejs包含:
"devDependencies": {
..."cross-env": "^5.0.5",
项目gods-pen-admin中的package.json包含了"cross-env"两次。
The text was updated successfully, but these errors were encountered:
这个项目的package.json没有包含"cross-env"。
项目gods-pen中的package.json包含:
项目gods-pen-cli中的package.json.ejs包含:
项目gods-pen-admin中的package.json包含了"cross-env"两次。
The text was updated successfully, but these errors were encountered: