Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

NPM commands are not working #35

Open
arturopuente opened this issue Apr 18, 2019 · 1 comment
Open

NPM commands are not working #35

arturopuente opened this issue Apr 18, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Projects

Comments

@arturopuente
Copy link

Describe the bug
Both the serve and build commands are failing.

When running either:

  • npm run dev:serve
  • npm run dev:build

Both commands fail because serve and cli.js are not included in devDependencies.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the project root directory
  2. Run either npm run dev:serve or npm run dev:build
  3. See error

Expected behavior

Both commands should run in new Node environment without those packages installed.

Desktop (please complete the following information):

  • OS: macOS Mojave
@arturopuente arturopuente added the bug Something isn't working label Apr 18, 2019
@sergiodxa
Copy link
Collaborator

Yeah I was moving things as part of the refactor #18 and haven’t checked how to make it work in the mid time until it’s finished.

@sergiodxa sergiodxa added this to Backlog in Roadmap May 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Roadmap
  
Backlog
Development

No branches or pull requests

2 participants