vuesion / vuesion

Vuesion is a boilerplate that empowers product teams to build faster with modern best practices across engineering and design. It features a full-stack framework, comprehensive design system, robust testing, and seamless internationalization.

Home Page:https://vuesion.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sh: cross-env: command not found

rindibudiaramdhan opened this issue · comments

Describe the bug
Hello, I am new here. I got error when I follow steps from docs. It wont start.

To Reproduce
Steps to reproduce the behavior:

  1. Run npx @vuesion/create logistik-fe
  2. Run cd logistik-fe
  3. Run npm run dev

Expected behavior
Vuesion Run in my local.

Screenshots
image

Desktop (please complete the following information):

  • OS: masOS Monterey
  • Browser Google Chrome
  • Version 12.1

I am at:
node -v : 17.4.0
npm -v : 8.3.1

hey @rindibudiaramdhan,
can you check if all dependencies have been installed correctly?

maybe even remove the node_modules folder and run npm install again?

worst-case scenario: install cross-env globally with npm i -g cross-env

I didn't check the compatibility with node 17 yet. could be an issue, but I hope not.

@rindibudiaramdhan can I close this issue?

hey @rindibudiaramdhan,
can you check if all dependencies have been installed correctly?

maybe even remove the node_modules folder and run npm install again?

worst-case scenario: install cross-env globally with npm i -g cross-env

I didn't check the compatibility with node 17 yet. could be an issue, but I hope not.

ok ill try

@rindibudiaramdhan did it work out? can I close this issue?