sailscastshq / boring-stack

Ship JavaScript products with battle-tested technologies in days not weeks.
https://docs.sailscasts.com/boring-stack/getting-started
MIT License
390 stars 19 forks source link

Resolve error: Can't resolve 'vue' #111

Open Parallax18 opened 2 weeks ago

Parallax18 commented 2 weeks ago

Description

Trying out TBJS. Created a new project - npx create-sails trying-sails-vue --vue - but it fails when I run the project.

This is the error - Resolve error: Can't resolve 'vue'

...

Current behavior

Apparently, vue is not added to the dependencies. Some of my findings show that this may not be particular to TBJS. But I think it needs to be looked into.

Screenshot 2024-08-25 at 03 19 36

...

Expected behavior

Vuejs should be listed as a dependency and installed when yarn install is run.

...

Replace space in square bracket with x e.g [x]

[ ] I have checked and this issue does not exist