I execute:
au run --watch
Inside the project folder, at first everything works correctly, but after installing bootstrap and jquery, the tutorial indicates the restart of the au run --watch it seems that the project is damaged and asks me to create a new one.
The error message means that the cli cannot find an Aurelia project in your current folder. Are there subfolders named aurelia_project, scripts and src? If not, I suggest deleting your folder and starting over. If you installed node and npm globally you won’t need to install them again.
I just created a new project with aurelia cli, then installed bootstrap and jquery and everything worked fine.
Create three new projects and when installing bootstrap and jQuery, the project is no longer recognized. I’ll have to try it on another computer.
Thanks for your help.